Shades of Gimblet #B2A964
Tints of Gimblet #B2A964
RGB
CMYK
RGB Variations
Color information
#B2A964 (or 0xB2A964) is known color: Gimblet. HEX triplet: B2, A9 and 64. RGB value is (178,169,100). Sum of RGB (Red+Green+Blue) = 178+169+100=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A964 is #4D569B. Grayscale: #A4A4A4. Windows color (decimal): -5068444 or 6597042. OLE color: 6597042.
HSL color Cylindrical-coordinate representation of color #B2A964: hue angle of 53.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2A964 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 100 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.30 |
| HSL | 53.08º | 0.34% | 0.55% | - |
| HSV(B) | 53.08º | 0.44% | 0.7% | - |
| XYZ | 34.85 | 38.76 | 17.7 | - |
| YUV | 163.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 100 | 0 | 0.05 | 0.44 | 0.30 | 53.08 | 0.34 | 0.55 |
| Hex | B2 | A9 | 64 | 0 | 5 | 2C | 1E | 35 | 22 | 37 |
| Octal | 262 | 251 | 144 | 0 | 5 | 54 | 36 | 65 | 42 | 67 |
| Binary | 10110010 | 10101001 | 1100100 | 0 | 101 | 101100 | 11110 | 110101 | 100010 | 110111 |
Color Harmonies of #B2A964
Complementary color
Monochromatic Colors of #B2A964
Black with #B2A964
Text Example
Text Example
White with #B2A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A964; }
p { color: rgb(178,169,100); }
H1.HeaderClassName
{
color: #B2A964;
}
.AnyTagClassName
{
color: #B2A964;
}
</style>
background-color css
<style>
a { background-color: #B2A964; }
a { background-color: rgb(178,169,100); }
div.DivClassName
{
background-color: #B2A964;
}
.BgClassName
{
background-color: #B2A964;
}
</style>
border-color css
<style>
span { border-color: #B2A964; }
span { border-color: rgb(178,169,100); }
td.TdClassName
{
border-color: #B2A964;
}
.TagClassName
{
border-color: #B2A964;
}
</style>