Shades of Gimblet #B2A664
Tints of Gimblet #B2A664
RGB
CMYK
RGB Variations
Color information
#B2A664 (or 0xB2A664) is known color: Gimblet. HEX triplet: B2, A6 and 64. RGB value is (178,166,100). Sum of RGB (Red+Green+Blue) = 178+166+100=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A664 is #4D599B. Grayscale: #A2A2A2. Windows color (decimal): -5069212 or 6596274. OLE color: 6596274.
HSL color Cylindrical-coordinate representation of color #B2A664: hue angle of 50.77º 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 #B2A664 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 100 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.30 |
| HSL | 50.77º | 0.34% | 0.55% | - |
| HSV(B) | 50.77º | 0.44% | 0.7% | - |
| XYZ | 34.3 | 37.66 | 17.52 | - |
| YUV | 162.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 100 | 0 | 0.07 | 0.44 | 0.30 | 50.77 | 0.34 | 0.55 |
| Hex | B2 | A6 | 64 | 0 | 7 | 2C | 1E | 33 | 22 | 37 |
| Octal | 262 | 246 | 144 | 0 | 7 | 54 | 36 | 63 | 42 | 67 |
| Binary | 10110010 | 10100110 | 1100100 | 0 | 111 | 101100 | 11110 | 110011 | 100010 | 110111 |
Color Harmonies of #B2A664
Complementary color
Monochromatic Colors of #B2A664
Black with #B2A664
Text Example
Text Example
White with #B2A664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A664; }
p { color: rgb(178,166,100); }
H1.HeaderClassName
{
color: #B2A664;
}
.AnyTagClassName
{
color: #B2A664;
}
</style>
background-color css
<style>
a { background-color: #B2A664; }
a { background-color: rgb(178,166,100); }
div.DivClassName
{
background-color: #B2A664;
}
.BgClassName
{
background-color: #B2A664;
}
</style>
border-color css
<style>
span { border-color: #B2A664; }
span { border-color: rgb(178,166,100); }
td.TdClassName
{
border-color: #B2A664;
}
.TagClassName
{
border-color: #B2A664;
}
</style>