Shades of Dark Khaki #B2B172
Tints of Dark Khaki #B2B172
RGB
CMYK
RGB Variations
Color information
#B2B172 (or 0xB2B172) is known color: Dark Khaki. HEX triplet: B2, B1 and 72. RGB value is (178,177,114). Sum of RGB (Red+Green+Blue) = 178+177+114=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B172 is #4D4E8D. Grayscale: #AAAAAA. Windows color (decimal): -5066382 or 7516594. OLE color: 7516594.
HSL color Cylindrical-coordinate representation of color #B2B172: hue angle of 59.06º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2B172 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 114 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.30 |
| HSL | 59.06º | 0.29% | 0.57% | - |
| HSV(B) | 59.06º | 0.36% | 0.7% | - |
| XYZ | 37.12 | 42.12 | 22.09 | - |
| YUV | 170.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 114 | 0 | 0.01 | 0.36 | 0.30 | 59.06 | 0.29 | 0.57 |
| Hex | B2 | B1 | 72 | 0 | 1 | 24 | 1E | 3B | 1D | 39 |
| Octal | 262 | 261 | 162 | 0 | 1 | 44 | 36 | 73 | 35 | 71 |
| Binary | 10110010 | 10110001 | 1110010 | 0 | 1 | 100100 | 11110 | 111011 | 11101 | 111001 |
Color Harmonies of #B2B172
Complementary color
Monochromatic Colors of #B2B172
Black with #B2B172
Text Example
Text Example
White with #B2B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B172; }
p { color: rgb(178,177,114); }
H1.HeaderClassName
{
color: #B2B172;
}
.AnyTagClassName
{
color: #B2B172;
}
</style>
background-color css
<style>
a { background-color: #B2B172; }
a { background-color: rgb(178,177,114); }
div.DivClassName
{
background-color: #B2B172;
}
.BgClassName
{
background-color: #B2B172;
}
</style>
border-color css
<style>
span { border-color: #B2B172; }
span { border-color: rgb(178,177,114); }
td.TdClassName
{
border-color: #B2B172;
}
.TagClassName
{
border-color: #B2B172;
}
</style>