Shades of Gimblet #B6A266
Tints of Gimblet #B6A266
RGB
CMYK
RGB Variations
Color information
#B6A266 (or 0xB6A266) is known color: Gimblet. HEX triplet: B6, A2 and 66. RGB value is (182,162,102). Sum of RGB (Red+Green+Blue) = 182+162+102=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A266 is #495D99. Grayscale: #A1A1A1. Windows color (decimal): -4808090 or 6726326. OLE color: 6726326.
HSL color Cylindrical-coordinate representation of color #B6A266: hue angle of 45º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6A266 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 102 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.29 |
| HSL | 45º | 0.35% | 0.56% | - |
| HSV(B) | 45º | 0.44% | 0.71% | - |
| XYZ | 34.61 | 36.75 | 17.84 | - |
| YUV | 161.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 102 | 0 | 0.11 | 0.44 | 0.29 | 45 | 0.35 | 0.56 |
| Hex | B6 | A2 | 66 | 0 | B | 2C | 1D | 2D | 23 | 38 |
| Octal | 266 | 242 | 146 | 0 | 13 | 54 | 35 | 55 | 43 | 70 |
| Binary | 10110110 | 10100010 | 1100110 | 0 | 1011 | 101100 | 11101 | 101101 | 100011 | 111000 |
Color Harmonies of #B6A266
Complementary color
Monochromatic Colors of #B6A266
Black with #B6A266
Text Example
Text Example
White with #B6A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A266; }
p { color: rgb(182,162,102); }
H1.HeaderClassName
{
color: #B6A266;
}
.AnyTagClassName
{
color: #B6A266;
}
</style>
background-color css
<style>
a { background-color: #B6A266; }
a { background-color: rgb(182,162,102); }
div.DivClassName
{
background-color: #B6A266;
}
.BgClassName
{
background-color: #B6A266;
}
</style>
border-color css
<style>
span { border-color: #B6A266; }
span { border-color: rgb(182,162,102); }
td.TdClassName
{
border-color: #B6A266;
}
.TagClassName
{
border-color: #B6A266;
}
</style>