Shades of Gimblet #B7A66E
Tints of Gimblet #B7A66E
RGB
CMYK
RGB Variations
Color information
#B7A66E (or 0xB7A66E) is known color: Gimblet. HEX triplet: B7, A6 and 6E. RGB value is (183,166,110). Sum of RGB (Red+Green+Blue) = 183+166+110=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A66E is #485991. Grayscale: #A4A4A4. Windows color (decimal): -4741522 or 7251639. OLE color: 7251639.
HSL color Cylindrical-coordinate representation of color #B7A66E: hue angle of 46.03º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7A66E is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 110 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.28 |
| HSL | 46.03º | 0.34% | 0.57% | - |
| HSV(B) | 46.03º | 0.4% | 0.72% | - |
| XYZ | 35.98 | 38.47 | 20.28 | - |
| YUV | 164.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 110 | 0 | 0.09 | 0.40 | 0.28 | 46.03 | 0.34 | 0.57 |
| Hex | B7 | A6 | 6E | 0 | 9 | 28 | 1C | 2E | 22 | 39 |
| Octal | 267 | 246 | 156 | 0 | 11 | 50 | 34 | 56 | 42 | 71 |
| Binary | 10110111 | 10100110 | 1101110 | 0 | 1001 | 101000 | 11100 | 101110 | 100010 | 111001 |
Color Harmonies of #B7A66E
Complementary color
Monochromatic Colors of #B7A66E
Black with #B7A66E
Text Example
Text Example
White with #B7A66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A66E; }
p { color: rgb(183,166,110); }
H1.HeaderClassName
{
color: #B7A66E;
}
.AnyTagClassName
{
color: #B7A66E;
}
</style>
background-color css
<style>
a { background-color: #B7A66E; }
a { background-color: rgb(183,166,110); }
div.DivClassName
{
background-color: #B7A66E;
}
.BgClassName
{
background-color: #B7A66E;
}
</style>
border-color css
<style>
span { border-color: #B7A66E; }
span { border-color: rgb(183,166,110); }
td.TdClassName
{
border-color: #B7A66E;
}
.TagClassName
{
border-color: #B7A66E;
}
</style>