Color spaces of #bc850a
RGB | 188 | 133 | 10 |
---|---|---|---|
HSL | 0.12 | 0.90 | 0.39 |
HSV | 41° | 95° | 74° |
CMYK | 0.00 | 0.29 | 0.95 0.26 |
XYZ | 29.1814 | 27.4883 | 4.0549 |
Yxy | 27.4883 | 0.4806 | 0.4527 |
Hunter Lab | 52.4293 | 7.5993 | 32.1150 |
CIE-Lab | 59.4236 | 12.2057 | 63.2519 |
#bc850a color RGB value is (188,133,10).
#bc850a hex color red value is 188, green value is 133 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bc850a hue: 0.12 , saturation: 0.90 and the lightness value of bc850a is 0.39.
The process color (four color CMYK) of #bc850a color hex is 0.00, 0.29, 0.95, 0.26. Web safe color of #bc850a is #cc9900. Color #bc850a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000101 | 00001010 |
Octal | 274 | 205 | 12 |
Decimal | 188 | 133 | 10 |
Hex | BC | 85 | A |
Shades of #bc850a
Tints of #bc850a
RGB Percentages of Color #bc850a
CMYK Percentages of Color #bc850a
Complementary Color
#bc850a | #0a41bc |
#bc850a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc850a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc850a Color CSS Codes
.mybgcolor {background-color:#bc850a; } .myforecolor {color:#bc850a; } .mybordercolor {border:3px solid #bc850a; }
#bc850a Text Font Color
<p style="color:#bc850a">Text here</p>
This sample text font color is #bc850a
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.
#bc850a Background Color
<div style="background-color:#bc850a">
Div content here</div>
This div background color is #bc850a
#bc850a Border Color
<div style="border:3px solid #bc850a">
Div here</div>
This div border color is #bc850a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,133,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc850a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc850a; -webkit-box-shadow: 1px 1px 3px 2px #bc850a; box-shadow: 1px 1px 3px 2px #bc850a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,133,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc850a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc850a; -webkit-box-shadow: 1px 1px 3px 2px #bc850a; box-shadow: 1px 1px 3px 2px #bc850a;">
Div content here</div>
This div box has shadow with color #bc850a
Comments
No comments written yet.
Please login to write comment.