Shades of Dark Khaki #B7AD70
Tints of Dark Khaki #B7AD70
RGB
CMYK
RGB Variations
Color information
#B7AD70 (or 0xB7AD70) is known color: Dark Khaki. HEX triplet: B7, AD and 70. RGB value is (183,173,112). Sum of RGB (Red+Green+Blue) = 183+173+112=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD70 is #48528F. Grayscale: #A9A9A9. Windows color (decimal): -4739728 or 7384503. OLE color: 7384503.
HSL color Cylindrical-coordinate representation of color #B7AD70: hue angle of 51.55º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7AD70 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 112 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.28 |
| HSL | 51.55º | 0.33% | 0.58% | - |
| HSV(B) | 51.55º | 0.39% | 0.72% | - |
| XYZ | 37.4 | 41.12 | 21.3 | - |
| YUV | 169.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 112 | 0 | 0.05 | 0.39 | 0.28 | 51.55 | 0.33 | 0.58 |
| Hex | B7 | AD | 70 | 0 | 5 | 27 | 1C | 34 | 21 | 3A |
| Octal | 267 | 255 | 160 | 0 | 5 | 47 | 34 | 64 | 41 | 72 |
| Binary | 10110111 | 10101101 | 1110000 | 0 | 101 | 100111 | 11100 | 110100 | 100001 | 111010 |
Color Harmonies of #B7AD70
Complementary color
Monochromatic Colors of #B7AD70
Black with #B7AD70
Text Example
Text Example
White with #B7AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD70; }
p { color: rgb(183,173,112); }
H1.HeaderClassName
{
color: #B7AD70;
}
.AnyTagClassName
{
color: #B7AD70;
}
</style>
background-color css
<style>
a { background-color: #B7AD70; }
a { background-color: rgb(183,173,112); }
div.DivClassName
{
background-color: #B7AD70;
}
.BgClassName
{
background-color: #B7AD70;
}
</style>
border-color css
<style>
span { border-color: #B7AD70; }
span { border-color: rgb(183,173,112); }
td.TdClassName
{
border-color: #B7AD70;
}
.TagClassName
{
border-color: #B7AD70;
}
</style>