Shades of Dark Khaki #B8AD73
Tints of Dark Khaki #B8AD73
RGB
CMYK
RGB Variations
Color information
#B8AD73 (or 0xB8AD73) is known color: Dark Khaki. HEX triplet: B8, AD and 73. RGB value is (184,173,115). Sum of RGB (Red+Green+Blue) = 184+173+115=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD73 is #47528C. Grayscale: #A9A9A9. Windows color (decimal): -4674189 or 7581112. OLE color: 7581112.
HSL color Cylindrical-coordinate representation of color #B8AD73: hue angle of 50.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8AD73 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 115 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.28 |
| HSL | 50.43º | 0.33% | 0.59% | - |
| HSV(B) | 50.43º | 0.38% | 0.72% | - |
| XYZ | 37.81 | 41.32 | 22.2 | - |
| YUV | 169.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 115 | 0 | 0.06 | 0.38 | 0.28 | 50.43 | 0.33 | 0.59 |
| Hex | B8 | AD | 73 | 0 | 6 | 26 | 1C | 32 | 21 | 3B |
| Octal | 270 | 255 | 163 | 0 | 6 | 46 | 34 | 62 | 41 | 73 |
| Binary | 10111000 | 10101101 | 1110011 | 0 | 110 | 100110 | 11100 | 110010 | 100001 | 111011 |
Color Harmonies of #B8AD73
Complementary color
Monochromatic Colors of #B8AD73
Black with #B8AD73
Text Example
Text Example
White with #B8AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD73; }
p { color: rgb(184,173,115); }
H1.HeaderClassName
{
color: #B8AD73;
}
.AnyTagClassName
{
color: #B8AD73;
}
</style>
background-color css
<style>
a { background-color: #B8AD73; }
a { background-color: rgb(184,173,115); }
div.DivClassName
{
background-color: #B8AD73;
}
.BgClassName
{
background-color: #B8AD73;
}
</style>
border-color css
<style>
span { border-color: #B8AD73; }
span { border-color: rgb(184,173,115); }
td.TdClassName
{
border-color: #B8AD73;
}
.TagClassName
{
border-color: #B8AD73;
}
</style>