Shades of Gimblet #B2AA5F
Tints of Gimblet #B2AA5F
RGB
CMYK
RGB Variations
Color information
#B2AA5F (or 0xB2AA5F) is known color: Gimblet. HEX triplet: B2, AA and 5F. RGB value is (178,170,95). Sum of RGB (Red+Green+Blue) = 178+170+95=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA5F is #4D55A0. Grayscale: #A4A4A4. Windows color (decimal): -5068193 or 6269618. OLE color: 6269618.
HSL color Cylindrical-coordinate representation of color #B2AA5F: hue angle of 54.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2AA5F is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 95 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.30 |
| HSL | 54.22º | 0.35% | 0.54% | - |
| HSV(B) | 54.22º | 0.47% | 0.7% | - |
| XYZ | 34.8 | 39.04 | 16.53 | - |
| YUV | 163.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 95 | 0 | 0.04 | 0.47 | 0.30 | 54.22 | 0.35 | 0.54 |
| Hex | B2 | AA | 5F | 0 | 4 | 2F | 1E | 36 | 23 | 36 |
| Octal | 262 | 252 | 137 | 0 | 4 | 57 | 36 | 66 | 43 | 66 |
| Binary | 10110010 | 10101010 | 1011111 | 0 | 100 | 101111 | 11110 | 110110 | 100011 | 110110 |
Color Harmonies of #B2AA5F
Complementary color
Monochromatic Colors of #B2AA5F
Black with #B2AA5F
Text Example
Text Example
White with #B2AA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA5F; }
p { color: rgb(178,170,95); }
H1.HeaderClassName
{
color: #B2AA5F;
}
.AnyTagClassName
{
color: #B2AA5F;
}
</style>
background-color css
<style>
a { background-color: #B2AA5F; }
a { background-color: rgb(178,170,95); }
div.DivClassName
{
background-color: #B2AA5F;
}
.BgClassName
{
background-color: #B2AA5F;
}
</style>
border-color css
<style>
span { border-color: #B2AA5F; }
span { border-color: rgb(178,170,95); }
td.TdClassName
{
border-color: #B2AA5F;
}
.TagClassName
{
border-color: #B2AA5F;
}
</style>