Shades of Dark Khaki #B8AF72
Tints of Dark Khaki #B8AF72
RGB
CMYK
RGB Variations
Color information
#B8AF72 (or 0xB8AF72) is known color: Dark Khaki. HEX triplet: B8, AF and 72. RGB value is (184,175,114). Sum of RGB (Red+Green+Blue) = 184+175+114=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF72 is #47508D. Grayscale: #AAAAAA. Windows color (decimal): -4673678 or 7516088. OLE color: 7516088.
HSL color Cylindrical-coordinate representation of color #B8AF72: hue angle of 52.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8AF72 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 114 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.28 |
| HSL | 52.29º | 0.33% | 0.58% | - |
| HSV(B) | 52.29º | 0.38% | 0.72% | - |
| XYZ | 38.13 | 42.07 | 22.03 | - |
| YUV | 170.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 114 | 0 | 0.05 | 0.38 | 0.28 | 52.29 | 0.33 | 0.58 |
| Hex | B8 | AF | 72 | 0 | 5 | 26 | 1C | 34 | 21 | 3A |
| Octal | 270 | 257 | 162 | 0 | 5 | 46 | 34 | 64 | 41 | 72 |
| Binary | 10111000 | 10101111 | 1110010 | 0 | 101 | 100110 | 11100 | 110100 | 100001 | 111010 |
Color Harmonies of #B8AF72
Complementary color
Monochromatic Colors of #B8AF72
Black with #B8AF72
Text Example
Text Example
White with #B8AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF72; }
p { color: rgb(184,175,114); }
H1.HeaderClassName
{
color: #B8AF72;
}
.AnyTagClassName
{
color: #B8AF72;
}
</style>
background-color css
<style>
a { background-color: #B8AF72; }
a { background-color: rgb(184,175,114); }
div.DivClassName
{
background-color: #B8AF72;
}
.BgClassName
{
background-color: #B8AF72;
}
</style>
border-color css
<style>
span { border-color: #B8AF72; }
span { border-color: rgb(184,175,114); }
td.TdClassName
{
border-color: #B8AF72;
}
.TagClassName
{
border-color: #B8AF72;
}
</style>