Shades of Gimblet #B9AB70
Tints of Gimblet #B9AB70
RGB
CMYK
RGB Variations
Color information
#B9AB70 (or 0xB9AB70) is known color: Gimblet. HEX triplet: B9, AB and 70. RGB value is (185,171,112). Sum of RGB (Red+Green+Blue) = 185+171+112=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB70 is #46548F. Grayscale: #A8A8A8. Windows color (decimal): -4609168 or 7383993. OLE color: 7383993.
HSL color Cylindrical-coordinate representation of color #B9AB70: hue angle of 48.49º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9AB70 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 112 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.27 |
| HSL | 48.49º | 0.34% | 0.58% | - |
| HSV(B) | 48.49º | 0.39% | 0.73% | - |
| XYZ | 37.5 | 40.61 | 21.19 | - |
| YUV | 168.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 112 | 0 | 0.08 | 0.39 | 0.27 | 48.49 | 0.34 | 0.58 |
| Hex | B9 | AB | 70 | 0 | 8 | 27 | 1B | 30 | 22 | 3A |
| Octal | 271 | 253 | 160 | 0 | 10 | 47 | 33 | 60 | 42 | 72 |
| Binary | 10111001 | 10101011 | 1110000 | 0 | 1000 | 100111 | 11011 | 110000 | 100010 | 111010 |
Color Harmonies of #B9AB70
Complementary color
Monochromatic Colors of #B9AB70
Black with #B9AB70
Text Example
Text Example
White with #B9AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB70; }
p { color: rgb(185,171,112); }
H1.HeaderClassName
{
color: #B9AB70;
}
.AnyTagClassName
{
color: #B9AB70;
}
</style>
background-color css
<style>
a { background-color: #B9AB70; }
a { background-color: rgb(185,171,112); }
div.DivClassName
{
background-color: #B9AB70;
}
.BgClassName
{
background-color: #B9AB70;
}
</style>
border-color css
<style>
span { border-color: #B9AB70; }
span { border-color: rgb(185,171,112); }
td.TdClassName
{
border-color: #B9AB70;
}
.TagClassName
{
border-color: #B9AB70;
}
</style>