Shades of Dark Khaki #B2B179
Tints of Dark Khaki #B2B179
RGB
CMYK
RGB Variations
Color information
#B2B179 (or 0xB2B179) is known color: Dark Khaki. HEX triplet: B2, B1 and 79. RGB value is (178,177,121). Sum of RGB (Red+Green+Blue) = 178+177+121=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B179 is #4D4E86. Grayscale: #ABABAB. Windows color (decimal): -5066375 or 7975346. OLE color: 7975346.
HSL color Cylindrical-coordinate representation of color #B2B179: hue angle of 58.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2B179 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 121 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.30 |
| HSL | 58.95º | 0.27% | 0.59% | - |
| HSV(B) | 58.95º | 0.32% | 0.7% | - |
| XYZ | 37.53 | 42.29 | 24.27 | - |
| YUV | 170.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 121 | 0 | 0.01 | 0.32 | 0.30 | 58.95 | 0.27 | 0.59 |
| Hex | B2 | B1 | 79 | 0 | 1 | 20 | 1E | 3B | 1B | 3B |
| Octal | 262 | 261 | 171 | 0 | 1 | 40 | 36 | 73 | 33 | 73 |
| Binary | 10110010 | 10110001 | 1111001 | 0 | 1 | 100000 | 11110 | 111011 | 11011 | 111011 |
Color Harmonies of #B2B179
Complementary color
Monochromatic Colors of #B2B179
Black with #B2B179
Text Example
Text Example
White with #B2B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B179; }
p { color: rgb(178,177,121); }
H1.HeaderClassName
{
color: #B2B179;
}
.AnyTagClassName
{
color: #B2B179;
}
</style>
background-color css
<style>
a { background-color: #B2B179; }
a { background-color: rgb(178,177,121); }
div.DivClassName
{
background-color: #B2B179;
}
.BgClassName
{
background-color: #B2B179;
}
</style>
border-color css
<style>
span { border-color: #B2B179; }
span { border-color: rgb(178,177,121); }
td.TdClassName
{
border-color: #B2B179;
}
.TagClassName
{
border-color: #B2B179;
}
</style>