Shades of Dark Khaki #B7AD73
Tints of Dark Khaki #B7AD73
RGB
CMYK
RGB Variations
Color information
#B7AD73 (or 0xB7AD73) is known color: Dark Khaki. HEX triplet: B7, AD and 73. RGB value is (183,173,115). Sum of RGB (Red+Green+Blue) = 183+173+115=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD73 is #48528C. Grayscale: #A9A9A9. Windows color (decimal): -4739725 or 7581111. OLE color: 7581111.
HSL color Cylindrical-coordinate representation of color #B7AD73: hue angle of 51.18º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7AD73 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 115 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.28 |
| HSL | 51.18º | 0.32% | 0.58% | - |
| HSV(B) | 51.18º | 0.37% | 0.72% | - |
| XYZ | 37.57 | 41.19 | 22.19 | - |
| YUV | 169.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 115 | 0 | 0.05 | 0.37 | 0.28 | 51.18 | 0.32 | 0.58 |
| Hex | B7 | AD | 73 | 0 | 5 | 25 | 1C | 33 | 20 | 3A |
| Octal | 267 | 255 | 163 | 0 | 5 | 45 | 34 | 63 | 40 | 72 |
| Binary | 10110111 | 10101101 | 1110011 | 0 | 101 | 100101 | 11100 | 110011 | 100000 | 111010 |
Color Harmonies of #B7AD73
Complementary color
Monochromatic Colors of #B7AD73
Black with #B7AD73
Text Example
Text Example
White with #B7AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD73; }
p { color: rgb(183,173,115); }
H1.HeaderClassName
{
color: #B7AD73;
}
.AnyTagClassName
{
color: #B7AD73;
}
</style>
background-color css
<style>
a { background-color: #B7AD73; }
a { background-color: rgb(183,173,115); }
div.DivClassName
{
background-color: #B7AD73;
}
.BgClassName
{
background-color: #B7AD73;
}
</style>
border-color css
<style>
span { border-color: #B7AD73; }
span { border-color: rgb(183,173,115); }
td.TdClassName
{
border-color: #B7AD73;
}
.TagClassName
{
border-color: #B7AD73;
}
</style>