Shades of Dark Khaki #BCAF6E
Tints of Dark Khaki #BCAF6E
RGB
CMYK
RGB Variations
Color information
#BCAF6E (or 0xBCAF6E) is known color: Dark Khaki. HEX triplet: BC, AF and 6E. RGB value is (188,175,110). Sum of RGB (Red+Green+Blue) = 188+175+110=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF6E is #435091. Grayscale: #ABABAB. Windows color (decimal): -4411538 or 7253948. OLE color: 7253948.
HSL color Cylindrical-coordinate representation of color #BCAF6E: hue angle of 50º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCAF6E is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 110 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.26 |
| HSL | 50º | 0.37% | 0.58% | - |
| HSV(B) | 50º | 0.41% | 0.74% | - |
| XYZ | 38.88 | 42.48 | 20.9 | - |
| YUV | 171.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 110 | 0 | 0.07 | 0.41 | 0.26 | 50 | 0.37 | 0.58 |
| Hex | BC | AF | 6E | 0 | 7 | 29 | 1A | 32 | 25 | 3A |
| Octal | 274 | 257 | 156 | 0 | 7 | 51 | 32 | 62 | 45 | 72 |
| Binary | 10111100 | 10101111 | 1101110 | 0 | 111 | 101001 | 11010 | 110010 | 100101 | 111010 |
Color Harmonies of #BCAF6E
Complementary color
Monochromatic Colors of #BCAF6E
Black with #BCAF6E
Text Example
Text Example
White with #BCAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF6E; }
p { color: rgb(188,175,110); }
H1.HeaderClassName
{
color: #BCAF6E;
}
.AnyTagClassName
{
color: #BCAF6E;
}
</style>
background-color css
<style>
a { background-color: #BCAF6E; }
a { background-color: rgb(188,175,110); }
div.DivClassName
{
background-color: #BCAF6E;
}
.BgClassName
{
background-color: #BCAF6E;
}
</style>
border-color css
<style>
span { border-color: #BCAF6E; }
span { border-color: rgb(188,175,110); }
td.TdClassName
{
border-color: #BCAF6E;
}
.TagClassName
{
border-color: #BCAF6E;
}
</style>