Shades of Gimblet #B2A65B
Tints of Gimblet #B2A65B
RGB
CMYK
RGB Variations
Color information
#B2A65B (or 0xB2A65B) is known color: Gimblet. HEX triplet: B2, A6 and 5B. RGB value is (178,166,91). Sum of RGB (Red+Green+Blue) = 178+166+91=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A65B is #4D59A4. Grayscale: #A1A1A1. Windows color (decimal): -5069221 or 6006450. OLE color: 6006450.
HSL color Cylindrical-coordinate representation of color #B2A65B: hue angle of 51.72º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2A65B is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 91 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.30 |
| HSL | 51.72º | 0.36% | 0.53% | - |
| HSV(B) | 51.72º | 0.49% | 0.7% | - |
| XYZ | 33.88 | 37.49 | 15.35 | - |
| YUV | 161.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 91 | 0 | 0.07 | 0.49 | 0.30 | 51.72 | 0.36 | 0.53 |
| Hex | B2 | A6 | 5B | 0 | 7 | 31 | 1E | 34 | 24 | 35 |
| Octal | 262 | 246 | 133 | 0 | 7 | 61 | 36 | 64 | 44 | 65 |
| Binary | 10110010 | 10100110 | 1011011 | 0 | 111 | 110001 | 11110 | 110100 | 100100 | 110101 |
Color Harmonies of #B2A65B
Complementary color
Monochromatic Colors of #B2A65B
Black with #B2A65B
Text Example
Text Example
White with #B2A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A65B; }
p { color: rgb(178,166,91); }
H1.HeaderClassName
{
color: #B2A65B;
}
.AnyTagClassName
{
color: #B2A65B;
}
</style>
background-color css
<style>
a { background-color: #B2A65B; }
a { background-color: rgb(178,166,91); }
div.DivClassName
{
background-color: #B2A65B;
}
.BgClassName
{
background-color: #B2A65B;
}
</style>
border-color css
<style>
span { border-color: #B2A65B; }
span { border-color: rgb(178,166,91); }
td.TdClassName
{
border-color: #B2A65B;
}
.TagClassName
{
border-color: #B2A65B;
}
</style>