Shades of Dark Khaki #B2B075
Tints of Dark Khaki #B2B075
RGB
CMYK
RGB Variations
Color information
#B2B075 (or 0xB2B075) is known color: Dark Khaki. HEX triplet: B2, B0 and 75. RGB value is (178,176,117). Sum of RGB (Red+Green+Blue) = 178+176+117=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B075 is #4D4F8A. Grayscale: #AAAAAA. Windows color (decimal): -5066635 or 7712946. OLE color: 7712946.
HSL color Cylindrical-coordinate representation of color #B2B075: hue angle of 58.03º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2B075 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 117 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.30 |
| HSL | 58.03º | 0.28% | 0.58% | - |
| HSV(B) | 58.03º | 0.34% | 0.7% | - |
| XYZ | 37.1 | 41.8 | 22.94 | - |
| YUV | 169.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 117 | 0 | 0.01 | 0.34 | 0.30 | 58.03 | 0.28 | 0.58 |
| Hex | B2 | B0 | 75 | 0 | 1 | 22 | 1E | 3A | 1C | 3A |
| Octal | 262 | 260 | 165 | 0 | 1 | 42 | 36 | 72 | 34 | 72 |
| Binary | 10110010 | 10110000 | 1110101 | 0 | 1 | 100010 | 11110 | 111010 | 11100 | 111010 |
Color Harmonies of #B2B075
Complementary color
Monochromatic Colors of #B2B075
Black with #B2B075
Text Example
Text Example
White with #B2B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B075; }
p { color: rgb(178,176,117); }
H1.HeaderClassName
{
color: #B2B075;
}
.AnyTagClassName
{
color: #B2B075;
}
</style>
background-color css
<style>
a { background-color: #B2B075; }
a { background-color: rgb(178,176,117); }
div.DivClassName
{
background-color: #B2B075;
}
.BgClassName
{
background-color: #B2B075;
}
</style>
border-color css
<style>
span { border-color: #B2B075; }
span { border-color: rgb(178,176,117); }
td.TdClassName
{
border-color: #B2B075;
}
.TagClassName
{
border-color: #B2B075;
}
</style>