Shades of Gimblet #B2AA71
Tints of Gimblet #B2AA71
RGB
CMYK
RGB Variations
Color information
#B2AA71 (or 0xB2AA71) is known color: Gimblet. HEX triplet: B2, AA and 71. RGB value is (178,170,113). Sum of RGB (Red+Green+Blue) = 178+170+113=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA71 is #4D558E. Grayscale: #A6A6A6. Windows color (decimal): -5068175 or 7449266. OLE color: 7449266.
HSL color Cylindrical-coordinate representation of color #B2AA71: hue angle of 52.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2AA71 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 113 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.30 |
| HSL | 52.62º | 0.3% | 0.57% | - |
| HSV(B) | 52.62º | 0.37% | 0.7% | - |
| XYZ | 35.72 | 39.41 | 21.35 | - |
| YUV | 165.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 113 | 0 | 0.04 | 0.37 | 0.30 | 52.62 | 0.3 | 0.57 |
| Hex | B2 | AA | 71 | 0 | 4 | 25 | 1E | 35 | 1E | 39 |
| Octal | 262 | 252 | 161 | 0 | 4 | 45 | 36 | 65 | 36 | 71 |
| Binary | 10110010 | 10101010 | 1110001 | 0 | 100 | 100101 | 11110 | 110101 | 11110 | 111001 |
Color Harmonies of #B2AA71
Complementary color
Monochromatic Colors of #B2AA71
Black with #B2AA71
Text Example
Text Example
White with #B2AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA71; }
p { color: rgb(178,170,113); }
H1.HeaderClassName
{
color: #B2AA71;
}
.AnyTagClassName
{
color: #B2AA71;
}
</style>
background-color css
<style>
a { background-color: #B2AA71; }
a { background-color: rgb(178,170,113); }
div.DivClassName
{
background-color: #B2AA71;
}
.BgClassName
{
background-color: #B2AA71;
}
</style>
border-color css
<style>
span { border-color: #B2AA71; }
span { border-color: rgb(178,170,113); }
td.TdClassName
{
border-color: #B2AA71;
}
.TagClassName
{
border-color: #B2AA71;
}
</style>