Shades of Dark Khaki #B8AF6C
Tints of Dark Khaki #B8AF6C
RGB
CMYK
RGB Variations
Color information
#B8AF6C (or 0xB8AF6C) is known color: Dark Khaki. HEX triplet: B8, AF and 6C. RGB value is (184,175,108). Sum of RGB (Red+Green+Blue) = 184+175+108=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF6C is #475093. Grayscale: #AAAAAA. Windows color (decimal): -4673684 or 7122872. OLE color: 7122872.
HSL color Cylindrical-coordinate representation of color #B8AF6C: hue angle of 52.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8AF6C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 108 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.28 |
| HSL | 52.89º | 0.35% | 0.57% | - |
| HSV(B) | 52.89º | 0.41% | 0.72% | - |
| XYZ | 37.8 | 41.93 | 20.29 | - |
| YUV | 170.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 108 | 0 | 0.05 | 0.41 | 0.28 | 52.89 | 0.35 | 0.57 |
| Hex | B8 | AF | 6C | 0 | 5 | 29 | 1C | 35 | 23 | 39 |
| Octal | 270 | 257 | 154 | 0 | 5 | 51 | 34 | 65 | 43 | 71 |
| Binary | 10111000 | 10101111 | 1101100 | 0 | 101 | 101001 | 11100 | 110101 | 100011 | 111001 |
Color Harmonies of #B8AF6C
Complementary color
Monochromatic Colors of #B8AF6C
Black with #B8AF6C
Text Example
Text Example
White with #B8AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF6C; }
p { color: rgb(184,175,108); }
H1.HeaderClassName
{
color: #B8AF6C;
}
.AnyTagClassName
{
color: #B8AF6C;
}
</style>
background-color css
<style>
a { background-color: #B8AF6C; }
a { background-color: rgb(184,175,108); }
div.DivClassName
{
background-color: #B8AF6C;
}
.BgClassName
{
background-color: #B8AF6C;
}
</style>
border-color css
<style>
span { border-color: #B8AF6C; }
span { border-color: rgb(184,175,108); }
td.TdClassName
{
border-color: #B8AF6C;
}
.TagClassName
{
border-color: #B8AF6C;
}
</style>