Shades of Gimblet #B2A166
Tints of Gimblet #B2A166
RGB
CMYK
RGB Variations
Color information
#B2A166 (or 0xB2A166) is known color: Gimblet. HEX triplet: B2, A1 and 66. RGB value is (178,161,102). Sum of RGB (Red+Green+Blue) = 178+161+102=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A166 is #4D5E99. Grayscale: #9F9F9F. Windows color (decimal): -5070490 or 6726066. OLE color: 6726066.
HSL color Cylindrical-coordinate representation of color #B2A166: hue angle of 46.58º 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 #B2A166 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 102 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.30 |
| HSL | 46.58º | 0.33% | 0.55% | - |
| HSV(B) | 46.58º | 0.43% | 0.7% | - |
| XYZ | 33.5 | 35.91 | 17.74 | - |
| YUV | 159.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 102 | 0 | 0.10 | 0.43 | 0.30 | 46.58 | 0.33 | 0.55 |
| Hex | B2 | A1 | 66 | 0 | A | 2B | 1E | 2F | 21 | 37 |
| Octal | 262 | 241 | 146 | 0 | 12 | 53 | 36 | 57 | 41 | 67 |
| Binary | 10110010 | 10100001 | 1100110 | 0 | 1010 | 101011 | 11110 | 101111 | 100001 | 110111 |
Color Harmonies of #B2A166
Complementary color
Monochromatic Colors of #B2A166
Black with #B2A166
Text Example
Text Example
White with #B2A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A166; }
p { color: rgb(178,161,102); }
H1.HeaderClassName
{
color: #B2A166;
}
.AnyTagClassName
{
color: #B2A166;
}
</style>
background-color css
<style>
a { background-color: #B2A166; }
a { background-color: rgb(178,161,102); }
div.DivClassName
{
background-color: #B2A166;
}
.BgClassName
{
background-color: #B2A166;
}
</style>
border-color css
<style>
span { border-color: #B2A166; }
span { border-color: rgb(178,161,102); }
td.TdClassName
{
border-color: #B2A166;
}
.TagClassName
{
border-color: #B2A166;
}
</style>