Shades of Gimblet #B7A660
Tints of Gimblet #B7A660
RGB
CMYK
RGB Variations
Color information
#B7A660 (or 0xB7A660) is known color: Gimblet. HEX triplet: B7, A6 and 60. RGB value is (183,166,96). Sum of RGB (Red+Green+Blue) = 183+166+96=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A660 is #48599F. Grayscale: #A3A3A3. Windows color (decimal): -4741536 or 6334135. OLE color: 6334135.
HSL color Cylindrical-coordinate representation of color #B7A660: hue angle of 48.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7A660 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 96 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.28 |
| HSL | 48.28º | 0.38% | 0.55% | - |
| HSV(B) | 48.28º | 0.48% | 0.72% | - |
| XYZ | 35.28 | 38.18 | 16.58 | - |
| YUV | 163.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 96 | 0 | 0.09 | 0.48 | 0.28 | 48.28 | 0.38 | 0.55 |
| Hex | B7 | A6 | 60 | 0 | 9 | 30 | 1C | 30 | 26 | 37 |
| Octal | 267 | 246 | 140 | 0 | 11 | 60 | 34 | 60 | 46 | 67 |
| Binary | 10110111 | 10100110 | 1100000 | 0 | 1001 | 110000 | 11100 | 110000 | 100110 | 110111 |
Color Harmonies of #B7A660
Complementary color
Monochromatic Colors of #B7A660
Black with #B7A660
Text Example
Text Example
White with #B7A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A660; }
p { color: rgb(183,166,96); }
H1.HeaderClassName
{
color: #B7A660;
}
.AnyTagClassName
{
color: #B7A660;
}
</style>
background-color css
<style>
a { background-color: #B7A660; }
a { background-color: rgb(183,166,96); }
div.DivClassName
{
background-color: #B7A660;
}
.BgClassName
{
background-color: #B7A660;
}
</style>
border-color css
<style>
span { border-color: #B7A660; }
span { border-color: rgb(183,166,96); }
td.TdClassName
{
border-color: #B7A660;
}
.TagClassName
{
border-color: #B7A660;
}
</style>