Shades of Gimblet #B2A062
Tints of Gimblet #B2A062
RGB
CMYK
RGB Variations
Color information
#B2A062 (or 0xB2A062) is known color: Gimblet. HEX triplet: B2, A0 and 62. RGB value is (178,160,98). Sum of RGB (Red+Green+Blue) = 178+160+98=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A062 is #4D5F9D. Grayscale: #9E9E9E. Windows color (decimal): -5070750 or 6463666. OLE color: 6463666.
HSL color Cylindrical-coordinate representation of color #B2A062: hue angle of 46.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2A062 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 98 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.30 |
| HSL | 46.5º | 0.34% | 0.54% | - |
| HSV(B) | 46.5º | 0.45% | 0.7% | - |
| XYZ | 33.14 | 35.49 | 16.66 | - |
| YUV | 158.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 98 | 0 | 0.10 | 0.45 | 0.30 | 46.5 | 0.34 | 0.54 |
| Hex | B2 | A0 | 62 | 0 | A | 2D | 1E | 2E | 22 | 36 |
| Octal | 262 | 240 | 142 | 0 | 12 | 55 | 36 | 56 | 42 | 66 |
| Binary | 10110010 | 10100000 | 1100010 | 0 | 1010 | 101101 | 11110 | 101110 | 100010 | 110110 |
Color Harmonies of #B2A062
Complementary color
Monochromatic Colors of #B2A062
Black with #B2A062
Text Example
Text Example
White with #B2A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A062; }
p { color: rgb(178,160,98); }
H1.HeaderClassName
{
color: #B2A062;
}
.AnyTagClassName
{
color: #B2A062;
}
</style>
background-color css
<style>
a { background-color: #B2A062; }
a { background-color: rgb(178,160,98); }
div.DivClassName
{
background-color: #B2A062;
}
.BgClassName
{
background-color: #B2A062;
}
</style>
border-color css
<style>
span { border-color: #B2A062; }
span { border-color: rgb(178,160,98); }
td.TdClassName
{
border-color: #B2A062;
}
.TagClassName
{
border-color: #B2A062;
}
</style>