color details

Color Details
#BC8A5D Color Hex

#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
Color spaces of #BC8A5DValue
RGB188, 138, 93
HSL0.08, 0.41, 0.55
HSV28°, 51°, 74°
XYZ31.8, 29.66, 14.4
Base Numbers
Base Red Green Blue
Binary 10111100 10001010 1011101
Octal 274 212 135
Decimal 188 138 93
Hex BC 8A 5D

RGB Percentages for Color #BC8A5D

44.87%
32.94%
22.2%

CMYK Percentages of the Color #BC8A5D

26.6%
50.53%
26.27%
CSS Codes for Color #BC8A5D
.mybgColor {background-color: #BC8A5D;}
.myforeColor {color: #BC8A5D;}
.myborderColor {border:3px solid #BC8A5D;}
Text Font Color #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,

Background Color #BC8A5D

<div style="background-color:#BC8A5D">Div content here</div>

The background color of this div is #BC8A5D
Border Color #BC8A5D

<div style="border:3px solid #BC8A5D">Div here</div>

The border color of this div is #BC8A5D
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188, 138, 93, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #BC8A5D;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #BC8A5D
Scroll to Top