Shades of Dark Khaki #BCB171
Tints of Dark Khaki #BCB171
RGB
CMYK
RGB Variations
Color information
#BCB171 (or 0xBCB171) is known color: Dark Khaki. HEX triplet: BC, B1 and 71. RGB value is (188,177,113). Sum of RGB (Red+Green+Blue) = 188+177+113=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB171 is #434E8E. Grayscale: #ADADAD. Windows color (decimal): -4411023 or 7451068. OLE color: 7451068.
HSL color Cylindrical-coordinate representation of color #BCB171: hue angle of 51.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB171 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 113 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.26 |
| HSL | 51.2º | 0.36% | 0.59% | - |
| HSV(B) | 51.2º | 0.4% | 0.74% | - |
| XYZ | 39.44 | 43.33 | 21.91 | - |
| YUV | 172.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 113 | 0 | 0.06 | 0.40 | 0.26 | 51.2 | 0.36 | 0.59 |
| Hex | BC | B1 | 71 | 0 | 6 | 28 | 1A | 33 | 24 | 3B |
| Octal | 274 | 261 | 161 | 0 | 6 | 50 | 32 | 63 | 44 | 73 |
| Binary | 10111100 | 10110001 | 1110001 | 0 | 110 | 101000 | 11010 | 110011 | 100100 | 111011 |
Color Harmonies of #BCB171
Complementary color
Monochromatic Colors of #BCB171
Black with #BCB171
Text Example
Text Example
White with #BCB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB171; }
p { color: rgb(188,177,113); }
H1.HeaderClassName
{
color: #BCB171;
}
.AnyTagClassName
{
color: #BCB171;
}
</style>
background-color css
<style>
a { background-color: #BCB171; }
a { background-color: rgb(188,177,113); }
div.DivClassName
{
background-color: #BCB171;
}
.BgClassName
{
background-color: #BCB171;
}
</style>
border-color css
<style>
span { border-color: #BCB171; }
span { border-color: rgb(188,177,113); }
td.TdClassName
{
border-color: #BCB171;
}
.TagClassName
{
border-color: #BCB171;
}
</style>