Shades of Dark Khaki #B8AD6F
Tints of Dark Khaki #B8AD6F
RGB
CMYK
RGB Variations
Color information
#B8AD6F (or 0xB8AD6F) is known color: Dark Khaki. HEX triplet: B8, AD and 6F. RGB value is (184,173,111). Sum of RGB (Red+Green+Blue) = 184+173+111=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD6F is #475290. Grayscale: #A9A9A9. Windows color (decimal): -4674193 or 7318968. OLE color: 7318968.
HSL color Cylindrical-coordinate representation of color #B8AD6F: hue angle of 50.96º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8AD6F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 111 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.28 |
| HSL | 50.96º | 0.34% | 0.58% | - |
| HSV(B) | 50.96º | 0.4% | 0.72% | - |
| XYZ | 37.58 | 41.23 | 21.02 | - |
| YUV | 169.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 111 | 0 | 0.06 | 0.40 | 0.28 | 50.96 | 0.34 | 0.58 |
| Hex | B8 | AD | 6F | 0 | 6 | 28 | 1C | 33 | 22 | 3A |
| Octal | 270 | 255 | 157 | 0 | 6 | 50 | 34 | 63 | 42 | 72 |
| Binary | 10111000 | 10101101 | 1101111 | 0 | 110 | 101000 | 11100 | 110011 | 100010 | 111010 |
Color Harmonies of #B8AD6F
Complementary color
Monochromatic Colors of #B8AD6F
Black with #B8AD6F
Text Example
Text Example
White with #B8AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD6F; }
p { color: rgb(184,173,111); }
H1.HeaderClassName
{
color: #B8AD6F;
}
.AnyTagClassName
{
color: #B8AD6F;
}
</style>
background-color css
<style>
a { background-color: #B8AD6F; }
a { background-color: rgb(184,173,111); }
div.DivClassName
{
background-color: #B8AD6F;
}
.BgClassName
{
background-color: #B8AD6F;
}
</style>
border-color css
<style>
span { border-color: #B8AD6F; }
span { border-color: rgb(184,173,111); }
td.TdClassName
{
border-color: #B8AD6F;
}
.TagClassName
{
border-color: #B8AD6F;
}
</style>