Shades of Gimblet #B7A366
Tints of Gimblet #B7A366
RGB
CMYK
RGB Variations
Color information
#B7A366 (or 0xB7A366) is known color: Gimblet. HEX triplet: B7, A3 and 66. RGB value is (183,163,102). Sum of RGB (Red+Green+Blue) = 183+163+102=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A366 is #485C99. Grayscale: #A2A2A2. Windows color (decimal): -4742298 or 6726583. OLE color: 6726583.
HSL color Cylindrical-coordinate representation of color #B7A366: hue angle of 45.19º 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 #B7A366 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 102 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.28 |
| HSL | 45.19º | 0.36% | 0.56% | - |
| HSV(B) | 45.19º | 0.44% | 0.72% | - |
| XYZ | 35.02 | 37.22 | 17.91 | - |
| YUV | 162.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 102 | 0 | 0.11 | 0.44 | 0.28 | 45.19 | 0.36 | 0.56 |
| Hex | B7 | A3 | 66 | 0 | B | 2C | 1C | 2D | 24 | 38 |
| Octal | 267 | 243 | 146 | 0 | 13 | 54 | 34 | 55 | 44 | 70 |
| Binary | 10110111 | 10100011 | 1100110 | 0 | 1011 | 101100 | 11100 | 101101 | 100100 | 111000 |
Color Harmonies of #B7A366
Complementary color
Monochromatic Colors of #B7A366
Black with #B7A366
Text Example
Text Example
White with #B7A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A366; }
p { color: rgb(183,163,102); }
H1.HeaderClassName
{
color: #B7A366;
}
.AnyTagClassName
{
color: #B7A366;
}
</style>
background-color css
<style>
a { background-color: #B7A366; }
a { background-color: rgb(183,163,102); }
div.DivClassName
{
background-color: #B7A366;
}
.BgClassName
{
background-color: #B7A366;
}
</style>
border-color css
<style>
span { border-color: #B7A366; }
span { border-color: rgb(183,163,102); }
td.TdClassName
{
border-color: #B7A366;
}
.TagClassName
{
border-color: #B7A366;
}
</style>