Shades of Dark Khaki #B8AF6D
Tints of Dark Khaki #B8AF6D
RGB
CMYK
RGB Variations
Color information
#B8AF6D (or 0xB8AF6D) is known color: Dark Khaki. HEX triplet: B8, AF and 6D. RGB value is (184,175,109). Sum of RGB (Red+Green+Blue) = 184+175+109=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF6D is #475092. Grayscale: #AAAAAA. Windows color (decimal): -4673683 or 7188408. OLE color: 7188408.
HSL color Cylindrical-coordinate representation of color #B8AF6D: hue angle of 52.8º 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 #B8AF6D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 109 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.28 |
| HSL | 52.8º | 0.35% | 0.57% | - |
| HSV(B) | 52.8º | 0.41% | 0.72% | - |
| XYZ | 37.86 | 41.95 | 20.57 | - |
| YUV | 170.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 109 | 0 | 0.05 | 0.41 | 0.28 | 52.8 | 0.35 | 0.57 |
| Hex | B8 | AF | 6D | 0 | 5 | 29 | 1C | 35 | 23 | 39 |
| Octal | 270 | 257 | 155 | 0 | 5 | 51 | 34 | 65 | 43 | 71 |
| Binary | 10111000 | 10101111 | 1101101 | 0 | 101 | 101001 | 11100 | 110101 | 100011 | 111001 |
Color Harmonies of #B8AF6D
Complementary color
Monochromatic Colors of #B8AF6D
Black with #B8AF6D
Text Example
Text Example
White with #B8AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF6D; }
p { color: rgb(184,175,109); }
H1.HeaderClassName
{
color: #B8AF6D;
}
.AnyTagClassName
{
color: #B8AF6D;
}
</style>
background-color css
<style>
a { background-color: #B8AF6D; }
a { background-color: rgb(184,175,109); }
div.DivClassName
{
background-color: #B8AF6D;
}
.BgClassName
{
background-color: #B8AF6D;
}
</style>
border-color css
<style>
span { border-color: #B8AF6D; }
span { border-color: rgb(184,175,109); }
td.TdClassName
{
border-color: #B8AF6D;
}
.TagClassName
{
border-color: #B8AF6D;
}
</style>