Shades of Dark Khaki #B2AF72
Tints of Dark Khaki #B2AF72
RGB
CMYK
RGB Variations
Color information
#B2AF72 (or 0xB2AF72) is known color: Dark Khaki. HEX triplet: B2, AF and 72. RGB value is (178,175,114). Sum of RGB (Red+Green+Blue) = 178+175+114=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF72 is #4D508D. Grayscale: #A9A9A9. Windows color (decimal): -5066894 or 7516082. OLE color: 7516082.
HSL color Cylindrical-coordinate representation of color #B2AF72: hue angle of 57.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2AF72 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 114 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.30 |
| HSL | 57.19º | 0.29% | 0.57% | - |
| HSV(B) | 57.19º | 0.36% | 0.7% | - |
| XYZ | 36.73 | 41.34 | 21.96 | - |
| YUV | 168.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 114 | 0 | 0.02 | 0.36 | 0.30 | 57.19 | 0.29 | 0.57 |
| Hex | B2 | AF | 72 | 0 | 2 | 24 | 1E | 39 | 1D | 39 |
| Octal | 262 | 257 | 162 | 0 | 2 | 44 | 36 | 71 | 35 | 71 |
| Binary | 10110010 | 10101111 | 1110010 | 0 | 10 | 100100 | 11110 | 111001 | 11101 | 111001 |
Color Harmonies of #B2AF72
Complementary color
Monochromatic Colors of #B2AF72
Black with #B2AF72
Text Example
Text Example
White with #B2AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF72; }
p { color: rgb(178,175,114); }
H1.HeaderClassName
{
color: #B2AF72;
}
.AnyTagClassName
{
color: #B2AF72;
}
</style>
background-color css
<style>
a { background-color: #B2AF72; }
a { background-color: rgb(178,175,114); }
div.DivClassName
{
background-color: #B2AF72;
}
.BgClassName
{
background-color: #B2AF72;
}
</style>
border-color css
<style>
span { border-color: #B2AF72; }
span { border-color: rgb(178,175,114); }
td.TdClassName
{
border-color: #B2AF72;
}
.TagClassName
{
border-color: #B2AF72;
}
</style>