Shades of Dark Khaki #BCAF72
Tints of Dark Khaki #BCAF72
RGB
CMYK
RGB Variations
Color information
#BCAF72 (or 0xBCAF72) is known color: Dark Khaki. HEX triplet: BC, AF and 72. RGB value is (188,175,114). Sum of RGB (Red+Green+Blue) = 188+175+114=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF72 is #43508D. Grayscale: #ACACAC. Windows color (decimal): -4411534 or 7516092. OLE color: 7516092.
HSL color Cylindrical-coordinate representation of color #BCAF72: hue angle of 49.46º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCAF72 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 114 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.26 |
| HSL | 49.46º | 0.36% | 0.59% | - |
| HSV(B) | 49.46º | 0.39% | 0.74% | - |
| XYZ | 39.11 | 42.57 | 22.07 | - |
| YUV | 171.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 114 | 0 | 0.07 | 0.39 | 0.26 | 49.46 | 0.36 | 0.59 |
| Hex | BC | AF | 72 | 0 | 7 | 27 | 1A | 31 | 24 | 3B |
| Octal | 274 | 257 | 162 | 0 | 7 | 47 | 32 | 61 | 44 | 73 |
| Binary | 10111100 | 10101111 | 1110010 | 0 | 111 | 100111 | 11010 | 110001 | 100100 | 111011 |
Color Harmonies of #BCAF72
Complementary color
Monochromatic Colors of #BCAF72
Black with #BCAF72
Text Example
Text Example
White with #BCAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF72; }
p { color: rgb(188,175,114); }
H1.HeaderClassName
{
color: #BCAF72;
}
.AnyTagClassName
{
color: #BCAF72;
}
</style>
background-color css
<style>
a { background-color: #BCAF72; }
a { background-color: rgb(188,175,114); }
div.DivClassName
{
background-color: #BCAF72;
}
.BgClassName
{
background-color: #BCAF72;
}
</style>
border-color css
<style>
span { border-color: #BCAF72; }
span { border-color: rgb(188,175,114); }
td.TdClassName
{
border-color: #BCAF72;
}
.TagClassName
{
border-color: #BCAF72;
}
</style>