#BC8A5D color RGB value is (11, 200, 165).
#BC8A5D hex color red value is 11, green value is 200, and blue value is 165.
Cylindrical-coordinate representations (HSL) of color #BC8A5D
hue: 168.89,
saturation: 0.9 and lightness: 0.41.
The process color (four-color CMYK) of #BC8A5D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #BC8A5D is #ff9999. Color #BC8A5D contains mainly RED.
Color spaces of #BC8A5D | Value |
---|---|
RGB | 188, 138, 93 |
HSL | 0.08, 0.41, 0.55 |
HSV | 28°, 51°, 74° |
XYZ | 31.8, 29.66, 14.4 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10001010 | 1011101 |
Octal | 274 | 212 | 135 |
Decimal | 188 | 138 | 93 |
Hex | BC | 8A | 5D |
Shades of #BC8A5D
Tints of #BC8A5D
.mybgColor {background-color: #BC8A5D;} .myforeColor {color: #BC8A5D;} .myborderColor {border:3px solid #BC8A5D;}
<p style="color:#BC8A5D">Text here</p>
This sample text is styled with the font color #BC8A5D. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#BC8A5D">Div content here</div>
<div style="border:3px solid #BC8A5D">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188, 138, 93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #BC8A5D; } .divShadow { -moz-box-shadow: 1px 1px 3px #BC8A5D; -webkit-box-shadow: 1px 1px 3px #BC8A5D; box-shadow: 1px 1px 3px #BC8A5D; }
<p style="text-shadow: 4px 4px 2px rgba(188, 138, 93, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #BC8A5D;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #BC8A5D;
-webkit-box-shadow: 1px 1px 3px #BC8A5D;
box-shadow: 1px 1px 3px #BC8A5D;">Div content here</div>