Color spaces of #bc982d
RGB | 188 | 152 | 45 |
---|---|---|---|
HSL | 0.12 | 0.61 | 0.46 |
HSV | 45° | 76° | 74° |
CMYK | 0.00 | 0.19 | 0.76 0.26 |
XYZ | 32.4409 | 33.3373 | 7.2075 |
Yxy | 33.3373 | 0.4445 | 0.4568 |
Hunter Lab | 57.7385 | -0.7504 | 33.0157 |
CIE-Lab | 64.4331 | 2.7313 | 57.7735 |
#bc982d color RGB value is (188,152,45).
#bc982d hex color red value is 188, green value is 152 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bc982d hue: 0.12 , saturation: 0.61 and the lightness value of bc982d is 0.46.
The process color (four color CMYK) of #bc982d color hex is 0.00, 0.19, 0.76, 0.26. Web safe color of #bc982d is #cc9933. Color #bc982d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10011000 | 00101101 |
Octal | 274 | 230 | 55 |
Decimal | 188 | 152 | 45 |
Hex | BC | 98 | 2D |
Shades of #bc982d
Tints of #bc982d
RGB Percentages of Color #bc982d
CMYK Percentages of Color #bc982d
Complementary Color
#bc982d | #2d51bc |
#bc982d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc982d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc982d Color CSS Codes
.mybgcolor {background-color:#bc982d; } .myforecolor {color:#bc982d; } .mybordercolor {border:3px solid #bc982d; }
#bc982d Text Font Color
<p style="color:#bc982d">Text here</p>
This sample text font color is #bc982d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bc982d Background Color
<div style="background-color:#bc982d">
Div content here</div>
This div background color is #bc982d
#bc982d Border Color
<div style="border:3px solid #bc982d">
Div here</div>
This div border color is #bc982d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,152,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc982d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc982d; -webkit-box-shadow: 1px 1px 3px 2px #bc982d; box-shadow: 1px 1px 3px 2px #bc982d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,152,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc982d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc982d; -webkit-box-shadow: 1px 1px 3px 2px #bc982d; box-shadow: 1px 1px 3px 2px #bc982d;">
Div content here</div>
This div box has shadow with color #bc982d
Comments
No comments written yet.
Please login to write comment.