Shades of Dark Khaki #B2B871
Tints of Dark Khaki #B2B871
RGB
CMYK
RGB Variations
Color information
#B2B871 (or 0xB2B871) is known color: Dark Khaki. HEX triplet: B2, B8 and 71. RGB value is (178,184,113). Sum of RGB (Red+Green+Blue) = 178+184+113=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B871 is #4D478E. Grayscale: #AEAEAE. Windows color (decimal): -5064591 or 7452850. OLE color: 7452850.
HSL color Cylindrical-coordinate representation of color #B2B871: hue angle of 65.07º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2B871 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 113 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.28 |
| HSL | 65.07º | 0.33% | 0.58% | - |
| HSV(B) | 65.07º | 0.39% | 0.72% | - |
| XYZ | 38.48 | 44.94 | 22.27 | - |
| YUV | 174.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 113 | 0.03 | 0 | 0.39 | 0.28 | 65.07 | 0.33 | 0.58 |
| Hex | B2 | B8 | 71 | 3 | 0 | 27 | 1C | 41 | 21 | 3A |
| Octal | 262 | 270 | 161 | 3 | 0 | 47 | 34 | 101 | 41 | 72 |
| Binary | 10110010 | 10111000 | 1110001 | 11 | 0 | 100111 | 11100 | 1000001 | 100001 | 111010 |
Color Harmonies of #B2B871
Complementary color
Monochromatic Colors of #B2B871
Black with #B2B871
Text Example
Text Example
White with #B2B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B871; }
p { color: rgb(178,184,113); }
H1.HeaderClassName
{
color: #B2B871;
}
.AnyTagClassName
{
color: #B2B871;
}
</style>
background-color css
<style>
a { background-color: #B2B871; }
a { background-color: rgb(178,184,113); }
div.DivClassName
{
background-color: #B2B871;
}
.BgClassName
{
background-color: #B2B871;
}
</style>
border-color css
<style>
span { border-color: #B2B871; }
span { border-color: rgb(178,184,113); }
td.TdClassName
{
border-color: #B2B871;
}
.TagClassName
{
border-color: #B2B871;
}
</style>