Shades of Gimblet #B9AB60
Tints of Gimblet #B9AB60
RGB
CMYK
RGB Variations
Color information
#B9AB60 (or 0xB9AB60) is known color: Gimblet. HEX triplet: B9, AB and 60. RGB value is (185,171,96). Sum of RGB (Red+Green+Blue) = 185+171+96=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB60 is #46549F. Grayscale: #A6A6A6. Windows color (decimal): -4609184 or 6335417. OLE color: 6335417.
HSL color Cylindrical-coordinate representation of color #B9AB60: hue angle of 50.56º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9AB60 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 96 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.27 |
| HSL | 50.56º | 0.39% | 0.55% | - |
| HSV(B) | 50.56º | 0.48% | 0.73% | - |
| XYZ | 36.68 | 40.28 | 16.91 | - |
| YUV | 166.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 96 | 0 | 0.08 | 0.48 | 0.27 | 50.56 | 0.39 | 0.55 |
| Hex | B9 | AB | 60 | 0 | 8 | 30 | 1B | 33 | 27 | 37 |
| Octal | 271 | 253 | 140 | 0 | 10 | 60 | 33 | 63 | 47 | 67 |
| Binary | 10111001 | 10101011 | 1100000 | 0 | 1000 | 110000 | 11011 | 110011 | 100111 | 110111 |
Color Harmonies of #B9AB60
Complementary color
Monochromatic Colors of #B9AB60
Black with #B9AB60
Text Example
Text Example
White with #B9AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB60; }
p { color: rgb(185,171,96); }
H1.HeaderClassName
{
color: #B9AB60;
}
.AnyTagClassName
{
color: #B9AB60;
}
</style>
background-color css
<style>
a { background-color: #B9AB60; }
a { background-color: rgb(185,171,96); }
div.DivClassName
{
background-color: #B9AB60;
}
.BgClassName
{
background-color: #B9AB60;
}
</style>
border-color css
<style>
span { border-color: #B9AB60; }
span { border-color: rgb(185,171,96); }
td.TdClassName
{
border-color: #B9AB60;
}
.TagClassName
{
border-color: #B9AB60;
}
</style>