Shades of Dark Khaki #B2B671
Tints of Dark Khaki #B2B671
RGB
CMYK
RGB Variations
Color information
#B2B671 (or 0xB2B671) is known color: Dark Khaki. HEX triplet: B2, B6 and 71. RGB value is (178,182,113). Sum of RGB (Red+Green+Blue) = 178+182+113=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B671 is #4D498E. Grayscale: #ADADAD. Windows color (decimal): -5065103 or 7452338. OLE color: 7452338.
HSL color Cylindrical-coordinate representation of color #B2B671: hue angle of 63.48º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2B671 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 113 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.29 |
| HSL | 63.48º | 0.32% | 0.58% | - |
| HSV(B) | 63.48º | 0.38% | 0.71% | - |
| XYZ | 38.07 | 44.11 | 22.13 | - |
| YUV | 172.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 113 | 0.02 | 0 | 0.38 | 0.29 | 63.48 | 0.32 | 0.58 |
| Hex | B2 | B6 | 71 | 2 | 0 | 26 | 1D | 3F | 20 | 3A |
| Octal | 262 | 266 | 161 | 2 | 0 | 46 | 35 | 77 | 40 | 72 |
| Binary | 10110010 | 10110110 | 1110001 | 10 | 0 | 100110 | 11101 | 111111 | 100000 | 111010 |
Color Harmonies of #B2B671
Complementary color
Monochromatic Colors of #B2B671
Black with #B2B671
Text Example
Text Example
White with #B2B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B671; }
p { color: rgb(178,182,113); }
H1.HeaderClassName
{
color: #B2B671;
}
.AnyTagClassName
{
color: #B2B671;
}
</style>
background-color css
<style>
a { background-color: #B2B671; }
a { background-color: rgb(178,182,113); }
div.DivClassName
{
background-color: #B2B671;
}
.BgClassName
{
background-color: #B2B671;
}
</style>
border-color css
<style>
span { border-color: #B2B671; }
span { border-color: rgb(178,182,113); }
td.TdClassName
{
border-color: #B2B671;
}
.TagClassName
{
border-color: #B2B671;
}
</style>