Shades of Dark Khaki #B7B973
Tints of Dark Khaki #B7B973
RGB
CMYK
RGB Variations
Color information
#B7B973 (or 0xB7B973) is known color: Dark Khaki. HEX triplet: B7, B9 and 73. RGB value is (183,185,115). Sum of RGB (Red+Green+Blue) = 183+185+115=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B973 is #48468C. Grayscale: #B0B0B0. Windows color (decimal): -4736653 or 7584183. OLE color: 7584183.
HSL color Cylindrical-coordinate representation of color #B7B973: hue angle of 61.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7B973 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 115 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.27 |
| HSL | 61.71º | 0.33% | 0.59% | - |
| HSV(B) | 61.71º | 0.38% | 0.73% | - |
| XYZ | 39.97 | 46 | 22.99 | - |
| YUV | 176.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 115 | 0.01 | 0 | 0.38 | 0.27 | 61.71 | 0.33 | 0.59 |
| Hex | B7 | B9 | 73 | 1 | 0 | 26 | 1B | 3E | 21 | 3B |
| Octal | 267 | 271 | 163 | 1 | 0 | 46 | 33 | 76 | 41 | 73 |
| Binary | 10110111 | 10111001 | 1110011 | 1 | 0 | 100110 | 11011 | 111110 | 100001 | 111011 |
Color Harmonies of #B7B973
Complementary color
Monochromatic Colors of #B7B973
Black with #B7B973
Text Example
Text Example
White with #B7B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B973; }
p { color: rgb(183,185,115); }
H1.HeaderClassName
{
color: #B7B973;
}
.AnyTagClassName
{
color: #B7B973;
}
</style>
background-color css
<style>
a { background-color: #B7B973; }
a { background-color: rgb(183,185,115); }
div.DivClassName
{
background-color: #B7B973;
}
.BgClassName
{
background-color: #B7B973;
}
</style>
border-color css
<style>
span { border-color: #B7B973; }
span { border-color: rgb(183,185,115); }
td.TdClassName
{
border-color: #B7B973;
}
.TagClassName
{
border-color: #B7B973;
}
</style>