Shades of Gimblet #B2A259
Tints of Gimblet #B2A259
RGB
CMYK
RGB Variations
Color information
#B2A259 (or 0xB2A259) is known color: Gimblet. HEX triplet: B2, A2 and 59. RGB value is (178,162,89). Sum of RGB (Red+Green+Blue) = 178+162+89=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A259 is #4D5DA6. Grayscale: #9E9E9E. Windows color (decimal): -5070247 or 5874354. OLE color: 5874354.
HSL color Cylindrical-coordinate representation of color #B2A259: hue angle of 49.21º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2A259 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 89 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.30 |
| HSL | 49.21º | 0.37% | 0.52% | - |
| HSV(B) | 49.21º | 0.5% | 0.7% | - |
| XYZ | 33.08 | 36.03 | 14.66 | - |
| YUV | 158.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 89 | 0 | 0.09 | 0.5 | 0.30 | 49.21 | 0.37 | 0.52 |
| Hex | B2 | A2 | 59 | 0 | 9 | 32 | 1E | 31 | 25 | 34 |
| Octal | 262 | 242 | 131 | 0 | 11 | 62 | 36 | 61 | 45 | 64 |
| Binary | 10110010 | 10100010 | 1011001 | 0 | 1001 | 110010 | 11110 | 110001 | 100101 | 110100 |
Color Harmonies of #B2A259
Complementary color
Monochromatic Colors of #B2A259
Black with #B2A259
Text Example
Text Example
White with #B2A259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A259; }
p { color: rgb(178,162,89); }
H1.HeaderClassName
{
color: #B2A259;
}
.AnyTagClassName
{
color: #B2A259;
}
</style>
background-color css
<style>
a { background-color: #B2A259; }
a { background-color: rgb(178,162,89); }
div.DivClassName
{
background-color: #B2A259;
}
.BgClassName
{
background-color: #B2A259;
}
</style>
border-color css
<style>
span { border-color: #B2A259; }
span { border-color: rgb(178,162,89); }
td.TdClassName
{
border-color: #B2A259;
}
.TagClassName
{
border-color: #B2A259;
}
</style>