Color spaces of #bc855e
RGB | 188 | 133 | 94 |
---|---|---|---|
HSL | 0.07 | 0.41 | 0.55 |
HSV | 25° | 50° | 74° |
CMYK | 0.00 | 0.29 | 0.50 0.26 |
XYZ | 31.1469 | 28.2746 | 14.4056 |
Yxy | 28.2746 | 0.4219 | 0.3830 |
Hunter Lab | 53.1739 | 11.5031 | 21.1592 |
CIE-Lab | 60.1360 | 16.5441 | 29.3581 |
#bc855e color RGB value is (188,133,94).
#bc855e hex color red value is 188, green value is 133 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc855e hue: 0.07 , saturation: 0.41 and the lightness value of bc855e is 0.55.
The process color (four color CMYK) of #bc855e color hex is 0.00, 0.29, 0.50, 0.26. Web safe color of #bc855e is #cc9966. Color #bc855e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000101 | 01011110 |
Octal | 274 | 205 | 136 |
Decimal | 188 | 133 | 94 |
Hex | BC | 85 | 5E |
Shades of #bc855e
Tints of #bc855e
RGB Percentages of Color #bc855e
CMYK Percentages of Color #bc855e
Complementary Color
#bc855e | #5e95bc |
#bc855e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc855e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc855e Color CSS Codes
.mybgcolor {background-color:#bc855e; } .myforecolor {color:#bc855e; } .mybordercolor {border:3px solid #bc855e; }
#bc855e Text Font Color
<p style="color:#bc855e">Text here</p>
This sample text font color is #bc855e
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.
#bc855e Background Color
<div style="background-color:#bc855e">
Div content here</div>
This div background color is #bc855e
#bc855e Border Color
<div style="border:3px solid #bc855e">
Div here</div>
This div border color is #bc855e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,133,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc855e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc855e; -webkit-box-shadow: 1px 1px 3px 2px #bc855e; box-shadow: 1px 1px 3px 2px #bc855e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,133,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc855e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc855e; -webkit-box-shadow: 1px 1px 3px 2px #bc855e; box-shadow: 1px 1px 3px 2px #bc855e;">
Div content here</div>
This div box has shadow with color #bc855e
Comments
No comments written yet.
Please login to write comment.