Shades of Dark Khaki #B0B371
Tints of Dark Khaki #B0B371
RGB
CMYK
RGB Variations
Color information
#B0B371 (or 0xB0B371) is known color: Dark Khaki. HEX triplet: B0, B3 and 71. RGB value is (176,179,113). Sum of RGB (Red+Green+Blue) = 176+179+113=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B371 is #4F4C8E. Grayscale: #AAAAAA. Windows color (decimal): -5196943 or 7451568. OLE color: 7451568.
HSL color Cylindrical-coordinate representation of color #B0B371: hue angle of 62.73º 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 #B0B371 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 113 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.30 |
| HSL | 62.73º | 0.3% | 0.57% | - |
| HSV(B) | 62.73º | 0.37% | 0.7% | - |
| XYZ | 37.01 | 42.66 | 21.91 | - |
| YUV | 170.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 113 | 0.02 | 0 | 0.37 | 0.30 | 62.73 | 0.3 | 0.57 |
| Hex | B0 | B3 | 71 | 2 | 0 | 25 | 1E | 3F | 1E | 39 |
| Octal | 260 | 263 | 161 | 2 | 0 | 45 | 36 | 77 | 36 | 71 |
| Binary | 10110000 | 10110011 | 1110001 | 10 | 0 | 100101 | 11110 | 111111 | 11110 | 111001 |
Color Harmonies of #B0B371
Complementary color
Monochromatic Colors of #B0B371
Black with #B0B371
Text Example
Text Example
White with #B0B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B371; }
p { color: rgb(176,179,113); }
H1.HeaderClassName
{
color: #B0B371;
}
.AnyTagClassName
{
color: #B0B371;
}
</style>
background-color css
<style>
a { background-color: #B0B371; }
a { background-color: rgb(176,179,113); }
div.DivClassName
{
background-color: #B0B371;
}
.BgClassName
{
background-color: #B0B371;
}
</style>
border-color css
<style>
span { border-color: #B0B371; }
span { border-color: rgb(176,179,113); }
td.TdClassName
{
border-color: #B0B371;
}
.TagClassName
{
border-color: #B0B371;
}
</style>