Shades of Dark Khaki #B7B071
Tints of Dark Khaki #B7B071
RGB
CMYK
RGB Variations
Color information
#B7B071 (or 0xB7B071) is known color: Dark Khaki. HEX triplet: B7, B0 and 71. RGB value is (183,176,113). Sum of RGB (Red+Green+Blue) = 183+176+113=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B071 is #484F8E. Grayscale: #ABABAB. Windows color (decimal): -4738959 or 7450807. OLE color: 7450807.
HSL color Cylindrical-coordinate representation of color #B7B071: hue angle of 54º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7B071 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 113 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.28 |
| HSL | 54º | 0.33% | 0.58% | - |
| HSV(B) | 54º | 0.38% | 0.72% | - |
| XYZ | 38.03 | 42.31 | 21.78 | - |
| YUV | 170.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 113 | 0 | 0.04 | 0.38 | 0.28 | 54 | 0.33 | 0.58 |
| Hex | B7 | B0 | 71 | 0 | 4 | 26 | 1C | 36 | 21 | 3A |
| Octal | 267 | 260 | 161 | 0 | 4 | 46 | 34 | 66 | 41 | 72 |
| Binary | 10110111 | 10110000 | 1110001 | 0 | 100 | 100110 | 11100 | 110110 | 100001 | 111010 |
Color Harmonies of #B7B071
Complementary color
Monochromatic Colors of #B7B071
Black with #B7B071
Text Example
Text Example
White with #B7B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B071; }
p { color: rgb(183,176,113); }
H1.HeaderClassName
{
color: #B7B071;
}
.AnyTagClassName
{
color: #B7B071;
}
</style>
background-color css
<style>
a { background-color: #B7B071; }
a { background-color: rgb(183,176,113); }
div.DivClassName
{
background-color: #B7B071;
}
.BgClassName
{
background-color: #B7B071;
}
</style>
border-color css
<style>
span { border-color: #B7B071; }
span { border-color: rgb(183,176,113); }
td.TdClassName
{
border-color: #B7B071;
}
.TagClassName
{
border-color: #B7B071;
}
</style>