Shades of Gimblet #B7A266
Tints of Gimblet #B7A266
RGB
CMYK
RGB Variations
Color information
#B7A266 (or 0xB7A266) is known color: Gimblet. HEX triplet: B7, A2 and 66. RGB value is (183,162,102). Sum of RGB (Red+Green+Blue) = 183+162+102=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A266 is #485D99. Grayscale: #A1A1A1. Windows color (decimal): -4742554 or 6726327. OLE color: 6726327.
HSL color Cylindrical-coordinate representation of color #B7A266: hue angle of 44.44º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7A266 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 102 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.28 |
| HSL | 44.44º | 0.36% | 0.56% | - |
| HSV(B) | 44.44º | 0.44% | 0.72% | - |
| XYZ | 34.85 | 36.87 | 17.85 | - |
| YUV | 161.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 102 | 0 | 0.11 | 0.44 | 0.28 | 44.44 | 0.36 | 0.56 |
| Hex | B7 | A2 | 66 | 0 | B | 2C | 1C | 2C | 24 | 38 |
| Octal | 267 | 242 | 146 | 0 | 13 | 54 | 34 | 54 | 44 | 70 |
| Binary | 10110111 | 10100010 | 1100110 | 0 | 1011 | 101100 | 11100 | 101100 | 100100 | 111000 |
Color Harmonies of #B7A266
Complementary color
Monochromatic Colors of #B7A266
Black with #B7A266
Text Example
Text Example
White with #B7A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A266; }
p { color: rgb(183,162,102); }
H1.HeaderClassName
{
color: #B7A266;
}
.AnyTagClassName
{
color: #B7A266;
}
</style>
background-color css
<style>
a { background-color: #B7A266; }
a { background-color: rgb(183,162,102); }
div.DivClassName
{
background-color: #B7A266;
}
.BgClassName
{
background-color: #B7A266;
}
</style>
border-color css
<style>
span { border-color: #B7A266; }
span { border-color: rgb(183,162,102); }
td.TdClassName
{
border-color: #B7A266;
}
.TagClassName
{
border-color: #B7A266;
}
</style>