Shades of Dark Khaki #B8AD72
Tints of Dark Khaki #B8AD72
RGB
CMYK
RGB Variations
Color information
#B8AD72 (or 0xB8AD72) is known color: Dark Khaki. HEX triplet: B8, AD and 72. RGB value is (184,173,114). Sum of RGB (Red+Green+Blue) = 184+173+114=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD72 is #47528D. Grayscale: #A9A9A9. Windows color (decimal): -4674190 or 7515576. OLE color: 7515576.
HSL color Cylindrical-coordinate representation of color #B8AD72: hue angle of 50.57º 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 #B8AD72 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 114 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.28 |
| HSL | 50.57º | 0.33% | 0.58% | - |
| HSV(B) | 50.57º | 0.38% | 0.72% | - |
| XYZ | 37.75 | 41.29 | 21.9 | - |
| YUV | 169.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 114 | 0 | 0.06 | 0.38 | 0.28 | 50.57 | 0.33 | 0.58 |
| Hex | B8 | AD | 72 | 0 | 6 | 26 | 1C | 33 | 21 | 3A |
| Octal | 270 | 255 | 162 | 0 | 6 | 46 | 34 | 63 | 41 | 72 |
| Binary | 10111000 | 10101101 | 1110010 | 0 | 110 | 100110 | 11100 | 110011 | 100001 | 111010 |
Color Harmonies of #B8AD72
Complementary color
Monochromatic Colors of #B8AD72
Black with #B8AD72
Text Example
Text Example
White with #B8AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD72; }
p { color: rgb(184,173,114); }
H1.HeaderClassName
{
color: #B8AD72;
}
.AnyTagClassName
{
color: #B8AD72;
}
</style>
background-color css
<style>
a { background-color: #B8AD72; }
a { background-color: rgb(184,173,114); }
div.DivClassName
{
background-color: #B8AD72;
}
.BgClassName
{
background-color: #B8AD72;
}
</style>
border-color css
<style>
span { border-color: #B8AD72; }
span { border-color: rgb(184,173,114); }
td.TdClassName
{
border-color: #B8AD72;
}
.TagClassName
{
border-color: #B8AD72;
}
</style>