Shades of Gimblet #B9A859
Tints of Gimblet #B9A859
RGB
CMYK
RGB Variations
Color information
#B9A859 (or 0xB9A859) is known color: Gimblet. HEX triplet: B9, A8 and 59. RGB value is (185,168,89). Sum of RGB (Red+Green+Blue) = 185+168+89=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A859 is #4657A6. Grayscale: #A4A4A4. Windows color (decimal): -4609959 or 5875897. OLE color: 5875897.
HSL color Cylindrical-coordinate representation of color #B9A859: hue angle of 49.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9A859 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 89 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.27 |
| HSL | 49.38º | 0.41% | 0.54% | - |
| HSV(B) | 49.38º | 0.52% | 0.73% | - |
| XYZ | 35.81 | 39.04 | 15.1 | - |
| YUV | 164.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 89 | 0 | 0.09 | 0.52 | 0.27 | 49.38 | 0.41 | 0.54 |
| Hex | B9 | A8 | 59 | 0 | 9 | 34 | 1B | 31 | 29 | 36 |
| Octal | 271 | 250 | 131 | 0 | 11 | 64 | 33 | 61 | 51 | 66 |
| Binary | 10111001 | 10101000 | 1011001 | 0 | 1001 | 110100 | 11011 | 110001 | 101001 | 110110 |
Color Harmonies of #B9A859
Complementary color
Monochromatic Colors of #B9A859
Black with #B9A859
Text Example
Text Example
White with #B9A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A859; }
p { color: rgb(185,168,89); }
H1.HeaderClassName
{
color: #B9A859;
}
.AnyTagClassName
{
color: #B9A859;
}
</style>
background-color css
<style>
a { background-color: #B9A859; }
a { background-color: rgb(185,168,89); }
div.DivClassName
{
background-color: #B9A859;
}
.BgClassName
{
background-color: #B9A859;
}
</style>
border-color css
<style>
span { border-color: #B9A859; }
span { border-color: rgb(185,168,89); }
td.TdClassName
{
border-color: #B9A859;
}
.TagClassName
{
border-color: #B9A859;
}
</style>