Color spaces of #bc8313
RGB | 188 | 131 | 19 |
---|---|---|---|
HSL | 0.11 | 0.82 | 0.41 |
HSV | 40° | 90° | 74° |
CMYK | 0.00 | 0.30 | 0.90 0.26 |
XYZ | 28.9729 | 26.9710 | 4.2950 |
Yxy | 26.9710 | 0.4810 | 0.4477 |
Hunter Lab | 51.9336 | 8.6984 | 31.4501 |
CIE-Lab | 58.9475 | 13.4527 | 61.1380 |
#bc8313 color RGB value is (188,131,19).
#bc8313 hex color red value is 188, green value is 131 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bc8313 hue: 0.11 , saturation: 0.82 and the lightness value of bc8313 is 0.41.
The process color (four color CMYK) of #bc8313 color hex is 0.00, 0.30, 0.90, 0.26. Web safe color of #bc8313 is #cc9900. Color #bc8313 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000011 | 00010011 |
Octal | 274 | 203 | 23 |
Decimal | 188 | 131 | 19 |
Hex | BC | 83 | 13 |
Shades of #bc8313
Tints of #bc8313
RGB Percentages of Color #bc8313
CMYK Percentages of Color #bc8313
Complementary Color
#bc8313 | #134cbc |
#bc8313 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc8313 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc8313 Color CSS Codes
.mybgcolor {background-color:#bc8313; } .myforecolor {color:#bc8313; } .mybordercolor {border:3px solid #bc8313; }
#bc8313 Text Font Color
<p style="color:#bc8313">Text here</p>
This sample text font color is #bc8313
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.
#bc8313 Background Color
<div style="background-color:#bc8313">
Div content here</div>
This div background color is #bc8313
#bc8313 Border Color
<div style="border:3px solid #bc8313">
Div here</div>
This div border color is #bc8313
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,131,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc8313; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc8313; -webkit-box-shadow: 1px 1px 3px 2px #bc8313; box-shadow: 1px 1px 3px 2px #bc8313; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,131,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc8313">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc8313; -webkit-box-shadow: 1px 1px 3px 2px #bc8313; box-shadow: 1px 1px 3px 2px #bc8313;">
Div content here</div>
This div box has shadow with color #bc8313
Comments
No comments written yet.
Please login to write comment.