Shades of Gimblet #B2A666
Tints of Gimblet #B2A666
RGB
CMYK
RGB Variations
Color information
#B2A666 (or 0xB2A666) is known color: Gimblet. HEX triplet: B2, A6 and 66. RGB value is (178,166,102). Sum of RGB (Red+Green+Blue) = 178+166+102=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A666 is #4D5999. Grayscale: #A2A2A2. Windows color (decimal): -5069210 or 6727346. OLE color: 6727346.
HSL color Cylindrical-coordinate representation of color #B2A666: hue angle of 50.53º 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 #B2A666 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 102 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.30 |
| HSL | 50.53º | 0.33% | 0.55% | - |
| HSV(B) | 50.53º | 0.43% | 0.7% | - |
| XYZ | 34.39 | 37.7 | 18.03 | - |
| YUV | 162.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 102 | 0 | 0.07 | 0.43 | 0.30 | 50.53 | 0.33 | 0.55 |
| Hex | B2 | A6 | 66 | 0 | 7 | 2B | 1E | 33 | 21 | 37 |
| Octal | 262 | 246 | 146 | 0 | 7 | 53 | 36 | 63 | 41 | 67 |
| Binary | 10110010 | 10100110 | 1100110 | 0 | 111 | 101011 | 11110 | 110011 | 100001 | 110111 |
Color Harmonies of #B2A666
Complementary color
Monochromatic Colors of #B2A666
Black with #B2A666
Text Example
Text Example
White with #B2A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A666; }
p { color: rgb(178,166,102); }
H1.HeaderClassName
{
color: #B2A666;
}
.AnyTagClassName
{
color: #B2A666;
}
</style>
background-color css
<style>
a { background-color: #B2A666; }
a { background-color: rgb(178,166,102); }
div.DivClassName
{
background-color: #B2A666;
}
.BgClassName
{
background-color: #B2A666;
}
</style>
border-color css
<style>
span { border-color: #B2A666; }
span { border-color: rgb(178,166,102); }
td.TdClassName
{
border-color: #B2A666;
}
.TagClassName
{
border-color: #B2A666;
}
</style>