Shades of Gimblet #B2AA5D
Tints of Gimblet #B2AA5D
RGB
CMYK
RGB Variations
Color information
#B2AA5D (or 0xB2AA5D) is known color: Gimblet. HEX triplet: B2, AA and 5D. RGB value is (178,170,93). Sum of RGB (Red+Green+Blue) = 178+170+93=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA5D is #4D55A2. Grayscale: #A3A3A3. Windows color (decimal): -5068195 or 6138546. OLE color: 6138546.
HSL color Cylindrical-coordinate representation of color #B2AA5D: hue angle of 54.35º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2AA5D is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 93 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.30 |
| HSL | 54.35º | 0.36% | 0.53% | - |
| HSV(B) | 54.35º | 0.48% | 0.7% | - |
| XYZ | 34.71 | 39 | 16.06 | - |
| YUV | 163.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 93 | 0 | 0.04 | 0.48 | 0.30 | 54.35 | 0.36 | 0.53 |
| Hex | B2 | AA | 5D | 0 | 4 | 30 | 1E | 36 | 24 | 35 |
| Octal | 262 | 252 | 135 | 0 | 4 | 60 | 36 | 66 | 44 | 65 |
| Binary | 10110010 | 10101010 | 1011101 | 0 | 100 | 110000 | 11110 | 110110 | 100100 | 110101 |
Color Harmonies of #B2AA5D
Complementary color
Monochromatic Colors of #B2AA5D
Black with #B2AA5D
Text Example
Text Example
White with #B2AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA5D; }
p { color: rgb(178,170,93); }
H1.HeaderClassName
{
color: #B2AA5D;
}
.AnyTagClassName
{
color: #B2AA5D;
}
</style>
background-color css
<style>
a { background-color: #B2AA5D; }
a { background-color: rgb(178,170,93); }
div.DivClassName
{
background-color: #B2AA5D;
}
.BgClassName
{
background-color: #B2AA5D;
}
</style>
border-color css
<style>
span { border-color: #B2AA5D; }
span { border-color: rgb(178,170,93); }
td.TdClassName
{
border-color: #B2AA5D;
}
.TagClassName
{
border-color: #B2AA5D;
}
</style>