Color spaces of #bc8849
RGB | 188 | 136 | 73 |
---|---|---|---|
HSL | 0.09 | 0.46 | 0.51 |
HSV | 33° | 61° | 74° |
CMYK | 0.00 | 0.28 | 0.61 0.26 |
XYZ | 30.7458 | 28.7807 | 10.2381 |
Yxy | 28.7807 | 0.4407 | 0.4125 |
Hunter Lab | 53.6476 | 8.4161 | 26.2385 |
CIE-Lab | 60.5876 | 13.1115 | 41.1017 |
#bc8849 color RGB value is (188,136,73).
#bc8849 hex color red value is 188, green value is 136 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bc8849 hue: 0.09 , saturation: 0.46 and the lightness value of bc8849 is 0.51.
The process color (four color CMYK) of #bc8849 color hex is 0.00, 0.28, 0.61, 0.26. Web safe color of #bc8849 is #cc9933. Color #bc8849 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10001000 | 01001001 |
Octal | 274 | 210 | 111 |
Decimal | 188 | 136 | 73 |
Hex | BC | 88 | 49 |
Shades of #bc8849
Tints of #bc8849
RGB Percentages of Color #bc8849
CMYK Percentages of Color #bc8849
Complementary Color
#bc8849 | #497dbc |
#bc8849 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc8849 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc8849 Color CSS Codes
.mybgcolor {background-color:#bc8849; } .myforecolor {color:#bc8849; } .mybordercolor {border:3px solid #bc8849; }
#bc8849 Text Font Color
<p style="color:#bc8849">Text here</p>
This sample text font color is #bc8849
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.
#bc8849 Background Color
<div style="background-color:#bc8849">
Div content here</div>
This div background color is #bc8849
#bc8849 Border Color
<div style="border:3px solid #bc8849">
Div here</div>
This div border color is #bc8849
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,136,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc8849; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc8849; -webkit-box-shadow: 1px 1px 3px 2px #bc8849; box-shadow: 1px 1px 3px 2px #bc8849; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,136,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc8849">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc8849; -webkit-box-shadow: 1px 1px 3px 2px #bc8849; box-shadow: 1px 1px 3px 2px #bc8849;">
Div content here</div>
This div box has shadow with color #bc8849
Comments
No comments written yet.
Please login to write comment.