Shades of Dark Khaki #B2B275
Tints of Dark Khaki #B2B275
RGB
CMYK
RGB Variations
Color information
#B2B275 (or 0xB2B275) is known color: Dark Khaki. HEX triplet: B2, B2 and 75. RGB value is (178,178,117). Sum of RGB (Red+Green+Blue) = 178+178+117=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B275 is #4D4D8A. Grayscale: #ABABAB. Windows color (decimal): -5066123 or 7713458. OLE color: 7713458.
HSL color Cylindrical-coordinate representation of color #B2B275: hue angle of 60º 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 #B2B275 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 117 | - |
| CMYK | 0 | 0 | 0.34 | 0.30 |
| HSL | 60º | 0.28% | 0.58% | - |
| HSV(B) | 60º | 0.34% | 0.7% | - |
| XYZ | 37.49 | 42.59 | 23.07 | - |
| YUV | 171.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 117 | 0 | 0 | 0.34 | 0.30 | 60 | 0.28 | 0.58 |
| Hex | B2 | B2 | 75 | 0 | 0 | 22 | 1E | 3C | 1C | 3A |
| Octal | 262 | 262 | 165 | 0 | 0 | 42 | 36 | 74 | 34 | 72 |
| Binary | 10110010 | 10110010 | 1110101 | 0 | 0 | 100010 | 11110 | 111100 | 11100 | 111010 |
Color Harmonies of #B2B275
Complementary color
Monochromatic Colors of #B2B275
Black with #B2B275
Text Example
Text Example
White with #B2B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B275; }
p { color: rgb(178,178,117); }
H1.HeaderClassName
{
color: #B2B275;
}
.AnyTagClassName
{
color: #B2B275;
}
</style>
background-color css
<style>
a { background-color: #B2B275; }
a { background-color: rgb(178,178,117); }
div.DivClassName
{
background-color: #B2B275;
}
.BgClassName
{
background-color: #B2B275;
}
</style>
border-color css
<style>
span { border-color: #B2B275; }
span { border-color: rgb(178,178,117); }
td.TdClassName
{
border-color: #B2B275;
}
.TagClassName
{
border-color: #B2B275;
}
</style>