Shades of Dark Khaki #BCAF70
Tints of Dark Khaki #BCAF70
RGB
CMYK
RGB Variations
Color information
#BCAF70 (or 0xBCAF70) is known color: Dark Khaki. HEX triplet: BC, AF and 70. RGB value is (188,175,112). Sum of RGB (Red+Green+Blue) = 188+175+112=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF70 is #43508F. Grayscale: #ABABAB. Windows color (decimal): -4411536 or 7385020. OLE color: 7385020.
HSL color Cylindrical-coordinate representation of color #BCAF70: hue angle of 49.74º 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 #BCAF70 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 112 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.26 |
| HSL | 49.74º | 0.36% | 0.59% | - |
| HSV(B) | 49.74º | 0.4% | 0.74% | - |
| XYZ | 38.99 | 42.52 | 21.48 | - |
| YUV | 171.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 112 | 0 | 0.07 | 0.40 | 0.26 | 49.74 | 0.36 | 0.59 |
| Hex | BC | AF | 70 | 0 | 7 | 28 | 1A | 32 | 24 | 3B |
| Octal | 274 | 257 | 160 | 0 | 7 | 50 | 32 | 62 | 44 | 73 |
| Binary | 10111100 | 10101111 | 1110000 | 0 | 111 | 101000 | 11010 | 110010 | 100100 | 111011 |
Color Harmonies of #BCAF70
Complementary color
Monochromatic Colors of #BCAF70
Black with #BCAF70
Text Example
Text Example
White with #BCAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF70; }
p { color: rgb(188,175,112); }
H1.HeaderClassName
{
color: #BCAF70;
}
.AnyTagClassName
{
color: #BCAF70;
}
</style>
background-color css
<style>
a { background-color: #BCAF70; }
a { background-color: rgb(188,175,112); }
div.DivClassName
{
background-color: #BCAF70;
}
.BgClassName
{
background-color: #BCAF70;
}
</style>
border-color css
<style>
span { border-color: #BCAF70; }
span { border-color: rgb(188,175,112); }
td.TdClassName
{
border-color: #BCAF70;
}
.TagClassName
{
border-color: #BCAF70;
}
</style>