Shades of Gimblet #B9AB56
Tints of Gimblet #B9AB56
RGB
CMYK
RGB Variations
Color information
#B9AB56 (or 0xB9AB56) is known color: Gimblet. HEX triplet: B9, AB and 56. RGB value is (185,171,86). Sum of RGB (Red+Green+Blue) = 185+171+86=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB56 is #4654A9. Grayscale: #A5A5A5. Windows color (decimal): -4609194 or 5680057. OLE color: 5680057.
HSL color Cylindrical-coordinate representation of color #B9AB56: hue angle of 51.52º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9AB56 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 86 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.27 |
| HSL | 51.52º | 0.41% | 0.53% | - |
| HSV(B) | 51.52º | 0.54% | 0.73% | - |
| XYZ | 36.25 | 40.11 | 14.64 | - |
| YUV | 165.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 86 | 0 | 0.08 | 0.54 | 0.27 | 51.52 | 0.41 | 0.53 |
| Hex | B9 | AB | 56 | 0 | 8 | 36 | 1B | 34 | 29 | 35 |
| Octal | 271 | 253 | 126 | 0 | 10 | 66 | 33 | 64 | 51 | 65 |
| Binary | 10111001 | 10101011 | 1010110 | 0 | 1000 | 110110 | 11011 | 110100 | 101001 | 110101 |
Color Harmonies of #B9AB56
Complementary color
Monochromatic Colors of #B9AB56
Black with #B9AB56
Text Example
Text Example
White with #B9AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB56; }
p { color: rgb(185,171,86); }
H1.HeaderClassName
{
color: #B9AB56;
}
.AnyTagClassName
{
color: #B9AB56;
}
</style>
background-color css
<style>
a { background-color: #B9AB56; }
a { background-color: rgb(185,171,86); }
div.DivClassName
{
background-color: #B9AB56;
}
.BgClassName
{
background-color: #B9AB56;
}
</style>
border-color css
<style>
span { border-color: #B9AB56; }
span { border-color: rgb(185,171,86); }
td.TdClassName
{
border-color: #B9AB56;
}
.TagClassName
{
border-color: #B9AB56;
}
</style>