Shades of Dark Khaki #B8AD74
Tints of Dark Khaki #B8AD74
RGB
CMYK
RGB Variations
Color information
#B8AD74 (or 0xB8AD74) is known color: Dark Khaki. HEX triplet: B8, AD and 74. RGB value is (184,173,116). Sum of RGB (Red+Green+Blue) = 184+173+116=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD74 is #47528B. Grayscale: #AAAAAA. Windows color (decimal): -4674188 or 7646648. OLE color: 7646648.
HSL color Cylindrical-coordinate representation of color #B8AD74: hue angle of 50.29º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8AD74 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 116 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.28 |
| HSL | 50.29º | 0.32% | 0.59% | - |
| HSV(B) | 50.29º | 0.37% | 0.72% | - |
| XYZ | 37.86 | 41.34 | 22.51 | - |
| YUV | 169.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 116 | 0 | 0.06 | 0.37 | 0.28 | 50.29 | 0.32 | 0.59 |
| Hex | B8 | AD | 74 | 0 | 6 | 25 | 1C | 32 | 20 | 3B |
| Octal | 270 | 255 | 164 | 0 | 6 | 45 | 34 | 62 | 40 | 73 |
| Binary | 10111000 | 10101101 | 1110100 | 0 | 110 | 100101 | 11100 | 110010 | 100000 | 111011 |
Color Harmonies of #B8AD74
Complementary color
Monochromatic Colors of #B8AD74
Black with #B8AD74
Text Example
Text Example
White with #B8AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD74; }
p { color: rgb(184,173,116); }
H1.HeaderClassName
{
color: #B8AD74;
}
.AnyTagClassName
{
color: #B8AD74;
}
</style>
background-color css
<style>
a { background-color: #B8AD74; }
a { background-color: rgb(184,173,116); }
div.DivClassName
{
background-color: #B8AD74;
}
.BgClassName
{
background-color: #B8AD74;
}
</style>
border-color css
<style>
span { border-color: #B8AD74; }
span { border-color: rgb(184,173,116); }
td.TdClassName
{
border-color: #B8AD74;
}
.TagClassName
{
border-color: #B8AD74;
}
</style>