Color spaces of #bc856f
RGB | 188 | 133 | 111 |
---|---|---|---|
HSL | 0.05 | 0.36 | 0.59 |
HSV | 17° | 41° | 74° |
CMYK | 0.00 | 0.29 | 0.41 0.26 |
XYZ | 31.9958 | 28.6141 | 18.8756 |
Yxy | 28.6141 | 0.4025 | 0.3600 |
Hunter Lab | 53.4921 | 13.1567 | 16.5230 |
CIE-Lab | 60.4395 | 18.3395 | 20.2747 |
#bc856f color RGB value is (188,133,111).
#bc856f hex color red value is 188, green value is 133 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bc856f hue: 0.05 , saturation: 0.36 and the lightness value of bc856f is 0.59.
The process color (four color CMYK) of #bc856f color hex is 0.00, 0.29, 0.41, 0.26. Web safe color of #bc856f is #cc9966. Color #bc856f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000101 | 01101111 |
Octal | 274 | 205 | 157 |
Decimal | 188 | 133 | 111 |
Hex | BC | 85 | 6F |
Shades of #bc856f
Tints of #bc856f
RGB Percentages of Color #bc856f
CMYK Percentages of Color #bc856f
Complementary Color
#bc856f | #6fa6bc |
#bc856f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc856f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc856f Color CSS Codes
.mybgcolor {background-color:#bc856f; } .myforecolor {color:#bc856f; } .mybordercolor {border:3px solid #bc856f; }
#bc856f Text Font Color
<p style="color:#bc856f">Text here</p>
This sample text font color is #bc856f
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.
#bc856f Background Color
<div style="background-color:#bc856f">
Div content here</div>
This div background color is #bc856f
#bc856f Border Color
<div style="border:3px solid #bc856f">
Div here</div>
This div border color is #bc856f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,133,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc856f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc856f; -webkit-box-shadow: 1px 1px 3px 2px #bc856f; box-shadow: 1px 1px 3px 2px #bc856f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,133,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc856f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc856f; -webkit-box-shadow: 1px 1px 3px 2px #bc856f; box-shadow: 1px 1px 3px 2px #bc856f;">
Div content here</div>
This div box has shadow with color #bc856f
Comments
No comments written yet.
Please login to write comment.