Shades of Dark Khaki #B2B071
Tints of Dark Khaki #B2B071
RGB
CMYK
RGB Variations
Color information
#B2B071 (or 0xB2B071) is known color: Dark Khaki. HEX triplet: B2, B0 and 71. RGB value is (178,176,113). Sum of RGB (Red+Green+Blue) = 178+176+113=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B071 is #4D4F8E. Grayscale: #A9A9A9. Windows color (decimal): -5066639 or 7450802. OLE color: 7450802.
HSL color Cylindrical-coordinate representation of color #B2B071: hue angle of 58.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2B071 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 113 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.30 |
| HSL | 58.15º | 0.3% | 0.57% | - |
| HSV(B) | 58.15º | 0.37% | 0.7% | - |
| XYZ | 36.87 | 41.71 | 21.73 | - |
| YUV | 169.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 113 | 0 | 0.01 | 0.37 | 0.30 | 58.15 | 0.3 | 0.57 |
| Hex | B2 | B0 | 71 | 0 | 1 | 25 | 1E | 3A | 1E | 39 |
| Octal | 262 | 260 | 161 | 0 | 1 | 45 | 36 | 72 | 36 | 71 |
| Binary | 10110010 | 10110000 | 1110001 | 0 | 1 | 100101 | 11110 | 111010 | 11110 | 111001 |
Color Harmonies of #B2B071
Complementary color
Monochromatic Colors of #B2B071
Black with #B2B071
Text Example
Text Example
White with #B2B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B071; }
p { color: rgb(178,176,113); }
H1.HeaderClassName
{
color: #B2B071;
}
.AnyTagClassName
{
color: #B2B071;
}
</style>
background-color css
<style>
a { background-color: #B2B071; }
a { background-color: rgb(178,176,113); }
div.DivClassName
{
background-color: #B2B071;
}
.BgClassName
{
background-color: #B2B071;
}
</style>
border-color css
<style>
span { border-color: #B2B071; }
span { border-color: rgb(178,176,113); }
td.TdClassName
{
border-color: #B2B071;
}
.TagClassName
{
border-color: #B2B071;
}
</style>