Shades of Dark Khaki #B2B570
Tints of Dark Khaki #B2B570
RGB
CMYK
RGB Variations
Color information
#B2B570 (or 0xB2B570) is known color: Dark Khaki. HEX triplet: B2, B5 and 70. RGB value is (178,181,112). Sum of RGB (Red+Green+Blue) = 178+181+112=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B570 is #4D4A8F. Grayscale: #ACACAC. Windows color (decimal): -5065360 or 7386546. OLE color: 7386546.
HSL color Cylindrical-coordinate representation of color #B2B570: hue angle of 62.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2B570 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 112 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.29 |
| HSL | 62.61º | 0.32% | 0.57% | - |
| HSV(B) | 62.61º | 0.38% | 0.71% | - |
| XYZ | 37.81 | 43.68 | 21.77 | - |
| YUV | 172.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 112 | 0.02 | 0 | 0.38 | 0.29 | 62.61 | 0.32 | 0.57 |
| Hex | B2 | B5 | 70 | 2 | 0 | 26 | 1D | 3F | 20 | 39 |
| Octal | 262 | 265 | 160 | 2 | 0 | 46 | 35 | 77 | 40 | 71 |
| Binary | 10110010 | 10110101 | 1110000 | 10 | 0 | 100110 | 11101 | 111111 | 100000 | 111001 |
Color Harmonies of #B2B570
Complementary color
Monochromatic Colors of #B2B570
Black with #B2B570
Text Example
Text Example
White with #B2B570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B570; }
p { color: rgb(178,181,112); }
H1.HeaderClassName
{
color: #B2B570;
}
.AnyTagClassName
{
color: #B2B570;
}
</style>
background-color css
<style>
a { background-color: #B2B570; }
a { background-color: rgb(178,181,112); }
div.DivClassName
{
background-color: #B2B570;
}
.BgClassName
{
background-color: #B2B570;
}
</style>
border-color css
<style>
span { border-color: #B2B570; }
span { border-color: rgb(178,181,112); }
td.TdClassName
{
border-color: #B2B570;
}
.TagClassName
{
border-color: #B2B570;
}
</style>