Shades of Dark Khaki #B7B373
Tints of Dark Khaki #B7B373
RGB
CMYK
RGB Variations
Color information
#B7B373 (or 0xB7B373) is known color: Dark Khaki. HEX triplet: B7, B3 and 73. RGB value is (183,179,115). Sum of RGB (Red+Green+Blue) = 183+179+115=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B373 is #484C8C. Grayscale: #ADADAD. Windows color (decimal): -4738189 or 7582647. OLE color: 7582647.
HSL color Cylindrical-coordinate representation of color #B7B373: hue angle of 56.47º 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 #B7B373 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 115 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.28 |
| HSL | 56.47º | 0.32% | 0.58% | - |
| HSV(B) | 56.47º | 0.37% | 0.72% | - |
| XYZ | 38.74 | 43.55 | 22.58 | - |
| YUV | 172.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 115 | 0 | 0.02 | 0.37 | 0.28 | 56.47 | 0.32 | 0.58 |
| Hex | B7 | B3 | 73 | 0 | 2 | 25 | 1C | 38 | 20 | 3A |
| Octal | 267 | 263 | 163 | 0 | 2 | 45 | 34 | 70 | 40 | 72 |
| Binary | 10110111 | 10110011 | 1110011 | 0 | 10 | 100101 | 11100 | 111000 | 100000 | 111010 |
Color Harmonies of #B7B373
Complementary color
Monochromatic Colors of #B7B373
Black with #B7B373
Text Example
Text Example
White with #B7B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B373; }
p { color: rgb(183,179,115); }
H1.HeaderClassName
{
color: #B7B373;
}
.AnyTagClassName
{
color: #B7B373;
}
</style>
background-color css
<style>
a { background-color: #B7B373; }
a { background-color: rgb(183,179,115); }
div.DivClassName
{
background-color: #B7B373;
}
.BgClassName
{
background-color: #B7B373;
}
</style>
border-color css
<style>
span { border-color: #B7B373; }
span { border-color: rgb(183,179,115); }
td.TdClassName
{
border-color: #B7B373;
}
.TagClassName
{
border-color: #B7B373;
}
</style>