Shades of Dark Khaki #B2B273
Tints of Dark Khaki #B2B273
RGB
CMYK
RGB Variations
Color information
#B2B273 (or 0xB2B273) is known color: Dark Khaki. HEX triplet: B2, B2 and 73. RGB value is (178,178,115). Sum of RGB (Red+Green+Blue) = 178+178+115=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B273 is #4D4D8C. Grayscale: #ABABAB. Windows color (decimal): -5066125 or 7582386. OLE color: 7582386.
HSL color Cylindrical-coordinate representation of color #B2B273: hue angle of 60º 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 #B2B273 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 115 | - |
| CMYK | 0 | 0 | 0.35 | 0.30 |
| HSL | 60º | 0.29% | 0.57% | - |
| HSV(B) | 60º | 0.35% | 0.7% | - |
| XYZ | 37.38 | 42.54 | 22.46 | - |
| YUV | 170.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 115 | 0 | 0 | 0.35 | 0.30 | 60 | 0.29 | 0.57 |
| Hex | B2 | B2 | 73 | 0 | 0 | 23 | 1E | 3C | 1D | 39 |
| Octal | 262 | 262 | 163 | 0 | 0 | 43 | 36 | 74 | 35 | 71 |
| Binary | 10110010 | 10110010 | 1110011 | 0 | 0 | 100011 | 11110 | 111100 | 11101 | 111001 |
Color Harmonies of #B2B273
Complementary color
Monochromatic Colors of #B2B273
Black with #B2B273
Text Example
Text Example
White with #B2B273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B273; }
p { color: rgb(178,178,115); }
H1.HeaderClassName
{
color: #B2B273;
}
.AnyTagClassName
{
color: #B2B273;
}
</style>
background-color css
<style>
a { background-color: #B2B273; }
a { background-color: rgb(178,178,115); }
div.DivClassName
{
background-color: #B2B273;
}
.BgClassName
{
background-color: #B2B273;
}
</style>
border-color css
<style>
span { border-color: #B2B273; }
span { border-color: rgb(178,178,115); }
td.TdClassName
{
border-color: #B2B273;
}
.TagClassName
{
border-color: #B2B273;
}
</style>