Shades of Gimblet #B9AB5E
Tints of Gimblet #B9AB5E
RGB
CMYK
RGB Variations
Color information
#B9AB5E (or 0xB9AB5E) is known color: Gimblet. HEX triplet: B9, AB and 5E. RGB value is (185,171,94). Sum of RGB (Red+Green+Blue) = 185+171+94=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB5E is #4654A1. Grayscale: #A6A6A6. Windows color (decimal): -4609186 or 6204345. OLE color: 6204345.
HSL color Cylindrical-coordinate representation of color #B9AB5E: hue angle of 50.77º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9AB5E is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 94 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.27 |
| HSL | 50.77º | 0.39% | 0.55% | - |
| HSV(B) | 50.77º | 0.49% | 0.73% | - |
| XYZ | 36.59 | 40.25 | 16.43 | - |
| YUV | 166.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 94 | 0 | 0.08 | 0.49 | 0.27 | 50.77 | 0.39 | 0.55 |
| Hex | B9 | AB | 5E | 0 | 8 | 31 | 1B | 33 | 27 | 37 |
| Octal | 271 | 253 | 136 | 0 | 10 | 61 | 33 | 63 | 47 | 67 |
| Binary | 10111001 | 10101011 | 1011110 | 0 | 1000 | 110001 | 11011 | 110011 | 100111 | 110111 |
Color Harmonies of #B9AB5E
Complementary color
Monochromatic Colors of #B9AB5E
Black with #B9AB5E
Text Example
Text Example
White with #B9AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB5E; }
p { color: rgb(185,171,94); }
H1.HeaderClassName
{
color: #B9AB5E;
}
.AnyTagClassName
{
color: #B9AB5E;
}
</style>
background-color css
<style>
a { background-color: #B9AB5E; }
a { background-color: rgb(185,171,94); }
div.DivClassName
{
background-color: #B9AB5E;
}
.BgClassName
{
background-color: #B9AB5E;
}
</style>
border-color css
<style>
span { border-color: #B9AB5E; }
span { border-color: rgb(185,171,94); }
td.TdClassName
{
border-color: #B9AB5E;
}
.TagClassName
{
border-color: #B9AB5E;
}
</style>