Shades of Dark Khaki #BCAF71
Tints of Dark Khaki #BCAF71
RGB
CMYK
RGB Variations
Color information
#BCAF71 (or 0xBCAF71) is known color: Dark Khaki. HEX triplet: BC, AF and 71. RGB value is (188,175,113). Sum of RGB (Red+Green+Blue) = 188+175+113=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF71 is #43508E. Grayscale: #ACACAC. Windows color (decimal): -4411535 or 7450556. OLE color: 7450556.
HSL color Cylindrical-coordinate representation of color #BCAF71: hue angle of 49.6º 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 #BCAF71 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 113 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.26 |
| HSL | 49.6º | 0.36% | 0.59% | - |
| HSV(B) | 49.6º | 0.4% | 0.74% | - |
| XYZ | 39.05 | 42.54 | 21.78 | - |
| YUV | 171.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 113 | 0 | 0.07 | 0.40 | 0.26 | 49.6 | 0.36 | 0.59 |
| Hex | BC | AF | 71 | 0 | 7 | 28 | 1A | 32 | 24 | 3B |
| Octal | 274 | 257 | 161 | 0 | 7 | 50 | 32 | 62 | 44 | 73 |
| Binary | 10111100 | 10101111 | 1110001 | 0 | 111 | 101000 | 11010 | 110010 | 100100 | 111011 |
Color Harmonies of #BCAF71
Complementary color
Monochromatic Colors of #BCAF71
Black with #BCAF71
Text Example
Text Example
White with #BCAF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF71; }
p { color: rgb(188,175,113); }
H1.HeaderClassName
{
color: #BCAF71;
}
.AnyTagClassName
{
color: #BCAF71;
}
</style>
background-color css
<style>
a { background-color: #BCAF71; }
a { background-color: rgb(188,175,113); }
div.DivClassName
{
background-color: #BCAF71;
}
.BgClassName
{
background-color: #BCAF71;
}
</style>
border-color css
<style>
span { border-color: #BCAF71; }
span { border-color: rgb(188,175,113); }
td.TdClassName
{
border-color: #BCAF71;
}
.TagClassName
{
border-color: #BCAF71;
}
</style>