Shades of Dark Khaki #BCAF6F
Tints of Dark Khaki #BCAF6F
RGB
CMYK
RGB Variations
Color information
#BCAF6F (or 0xBCAF6F) is known color: Dark Khaki. HEX triplet: BC, AF and 6F. RGB value is (188,175,111). Sum of RGB (Red+Green+Blue) = 188+175+111=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF6F is #435090. Grayscale: #ABABAB. Windows color (decimal): -4411537 or 7319484. OLE color: 7319484.
HSL color Cylindrical-coordinate representation of color #BCAF6F: hue angle of 49.87º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCAF6F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 111 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.26 |
| HSL | 49.87º | 0.36% | 0.59% | - |
| HSV(B) | 49.87º | 0.41% | 0.74% | - |
| XYZ | 38.94 | 42.5 | 21.19 | - |
| YUV | 171.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 111 | 0 | 0.07 | 0.41 | 0.26 | 49.87 | 0.36 | 0.59 |
| Hex | BC | AF | 6F | 0 | 7 | 29 | 1A | 32 | 24 | 3B |
| Octal | 274 | 257 | 157 | 0 | 7 | 51 | 32 | 62 | 44 | 73 |
| Binary | 10111100 | 10101111 | 1101111 | 0 | 111 | 101001 | 11010 | 110010 | 100100 | 111011 |
Color Harmonies of #BCAF6F
Complementary color
Monochromatic Colors of #BCAF6F
Black with #BCAF6F
Text Example
Text Example
White with #BCAF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF6F; }
p { color: rgb(188,175,111); }
H1.HeaderClassName
{
color: #BCAF6F;
}
.AnyTagClassName
{
color: #BCAF6F;
}
</style>
background-color css
<style>
a { background-color: #BCAF6F; }
a { background-color: rgb(188,175,111); }
div.DivClassName
{
background-color: #BCAF6F;
}
.BgClassName
{
background-color: #BCAF6F;
}
</style>
border-color css
<style>
span { border-color: #BCAF6F; }
span { border-color: rgb(188,175,111); }
td.TdClassName
{
border-color: #BCAF6F;
}
.TagClassName
{
border-color: #BCAF6F;
}
</style>