Shades of Dark Khaki #B2B173
Tints of Dark Khaki #B2B173
RGB
CMYK
RGB Variations
Color information
#B2B173 (or 0xB2B173) is known color: Dark Khaki. HEX triplet: B2, B1 and 73. RGB value is (178,177,115). Sum of RGB (Red+Green+Blue) = 178+177+115=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B173 is #4D4E8C. Grayscale: #AAAAAA. Windows color (decimal): -5066381 or 7582130. OLE color: 7582130.
HSL color Cylindrical-coordinate representation of color #B2B173: hue angle of 59.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2B173 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 115 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.30 |
| HSL | 59.05º | 0.29% | 0.57% | - |
| HSV(B) | 59.05º | 0.35% | 0.7% | - |
| XYZ | 37.18 | 42.15 | 22.4 | - |
| YUV | 170.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 115 | 0 | 0.01 | 0.35 | 0.30 | 59.05 | 0.29 | 0.57 |
| Hex | B2 | B1 | 73 | 0 | 1 | 23 | 1E | 3B | 1D | 39 |
| Octal | 262 | 261 | 163 | 0 | 1 | 43 | 36 | 73 | 35 | 71 |
| Binary | 10110010 | 10110001 | 1110011 | 0 | 1 | 100011 | 11110 | 111011 | 11101 | 111001 |
Color Harmonies of #B2B173
Complementary color
Monochromatic Colors of #B2B173
Black with #B2B173
Text Example
Text Example
White with #B2B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B173; }
p { color: rgb(178,177,115); }
H1.HeaderClassName
{
color: #B2B173;
}
.AnyTagClassName
{
color: #B2B173;
}
</style>
background-color css
<style>
a { background-color: #B2B173; }
a { background-color: rgb(178,177,115); }
div.DivClassName
{
background-color: #B2B173;
}
.BgClassName
{
background-color: #B2B173;
}
</style>
border-color css
<style>
span { border-color: #B2B173; }
span { border-color: rgb(178,177,115); }
td.TdClassName
{
border-color: #B2B173;
}
.TagClassName
{
border-color: #B2B173;
}
</style>