Shades of Gimblet #B2A366
Tints of Gimblet #B2A366
RGB
CMYK
RGB Variations
Color information
#B2A366 (or 0xB2A366) is known color: Gimblet. HEX triplet: B2, A3 and 66. RGB value is (178,163,102). Sum of RGB (Red+Green+Blue) = 178+163+102=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A366 is #4D5C99. Grayscale: #A0A0A0. Windows color (decimal): -5069978 or 6726578. OLE color: 6726578.
HSL color Cylindrical-coordinate representation of color #B2A366: hue angle of 48.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2A366 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 102 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.30 |
| HSL | 48.16º | 0.33% | 0.55% | - |
| HSV(B) | 48.16º | 0.43% | 0.7% | - |
| XYZ | 33.86 | 36.62 | 17.85 | - |
| YUV | 160.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 102 | 0 | 0.08 | 0.43 | 0.30 | 48.16 | 0.33 | 0.55 |
| Hex | B2 | A3 | 66 | 0 | 8 | 2B | 1E | 30 | 21 | 37 |
| Octal | 262 | 243 | 146 | 0 | 10 | 53 | 36 | 60 | 41 | 67 |
| Binary | 10110010 | 10100011 | 1100110 | 0 | 1000 | 101011 | 11110 | 110000 | 100001 | 110111 |
Color Harmonies of #B2A366
Complementary color
Monochromatic Colors of #B2A366
Black with #B2A366
Text Example
Text Example
White with #B2A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A366; }
p { color: rgb(178,163,102); }
H1.HeaderClassName
{
color: #B2A366;
}
.AnyTagClassName
{
color: #B2A366;
}
</style>
background-color css
<style>
a { background-color: #B2A366; }
a { background-color: rgb(178,163,102); }
div.DivClassName
{
background-color: #B2A366;
}
.BgClassName
{
background-color: #B2A366;
}
</style>
border-color css
<style>
span { border-color: #B2A366; }
span { border-color: rgb(178,163,102); }
td.TdClassName
{
border-color: #B2A366;
}
.TagClassName
{
border-color: #B2A366;
}
</style>