Shades of Dark Khaki #B5AD70
Tints of Dark Khaki #B5AD70
RGB
CMYK
RGB Variations
Color information
#B5AD70 (or 0xB5AD70) is known color: Dark Khaki. HEX triplet: B5, AD and 70. RGB value is (181,173,112). Sum of RGB (Red+Green+Blue) = 181+173+112=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD70 is #4A528F. Grayscale: #A8A8A8. Windows color (decimal): -4870800 or 7384501. OLE color: 7384501.
HSL color Cylindrical-coordinate representation of color #B5AD70: hue angle of 53.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5AD70 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 112 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.29 |
| HSL | 53.04º | 0.32% | 0.57% | - |
| HSV(B) | 53.04º | 0.38% | 0.71% | - |
| XYZ | 36.92 | 40.88 | 21.27 | - |
| YUV | 168.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 112 | 0 | 0.04 | 0.38 | 0.29 | 53.04 | 0.32 | 0.57 |
| Hex | B5 | AD | 70 | 0 | 4 | 26 | 1D | 35 | 20 | 39 |
| Octal | 265 | 255 | 160 | 0 | 4 | 46 | 35 | 65 | 40 | 71 |
| Binary | 10110101 | 10101101 | 1110000 | 0 | 100 | 100110 | 11101 | 110101 | 100000 | 111001 |
Color Harmonies of #B5AD70
Complementary color
Monochromatic Colors of #B5AD70
Black with #B5AD70
Text Example
Text Example
White with #B5AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD70; }
p { color: rgb(181,173,112); }
H1.HeaderClassName
{
color: #B5AD70;
}
.AnyTagClassName
{
color: #B5AD70;
}
</style>
background-color css
<style>
a { background-color: #B5AD70; }
a { background-color: rgb(181,173,112); }
div.DivClassName
{
background-color: #B5AD70;
}
.BgClassName
{
background-color: #B5AD70;
}
</style>
border-color css
<style>
span { border-color: #B5AD70; }
span { border-color: rgb(181,173,112); }
td.TdClassName
{
border-color: #B5AD70;
}
.TagClassName
{
border-color: #B5AD70;
}
</style>