Shades of Gimblet #B9A85E
Tints of Gimblet #B9A85E
RGB
CMYK
RGB Variations
Color information
#B9A85E (or 0xB9A85E) is known color: Gimblet. HEX triplet: B9, A8 and 5E. RGB value is (185,168,94). Sum of RGB (Red+Green+Blue) = 185+168+94=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A85E is #4657A1. Grayscale: #A4A4A4. Windows color (decimal): -4609954 or 6203577. OLE color: 6203577.
HSL color Cylindrical-coordinate representation of color #B9A85E: hue angle of 48.79º 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 #B9A85E is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 94 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.27 |
| HSL | 48.79º | 0.39% | 0.55% | - |
| HSV(B) | 48.79º | 0.49% | 0.73% | - |
| XYZ | 36.03 | 39.13 | 16.24 | - |
| YUV | 164.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 94 | 0 | 0.09 | 0.49 | 0.27 | 48.79 | 0.39 | 0.55 |
| Hex | B9 | A8 | 5E | 0 | 9 | 31 | 1B | 31 | 27 | 37 |
| Octal | 271 | 250 | 136 | 0 | 11 | 61 | 33 | 61 | 47 | 67 |
| Binary | 10111001 | 10101000 | 1011110 | 0 | 1001 | 110001 | 11011 | 110001 | 100111 | 110111 |
Color Harmonies of #B9A85E
Complementary color
Monochromatic Colors of #B9A85E
Black with #B9A85E
Text Example
Text Example
White with #B9A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A85E; }
p { color: rgb(185,168,94); }
H1.HeaderClassName
{
color: #B9A85E;
}
.AnyTagClassName
{
color: #B9A85E;
}
</style>
background-color css
<style>
a { background-color: #B9A85E; }
a { background-color: rgb(185,168,94); }
div.DivClassName
{
background-color: #B9A85E;
}
.BgClassName
{
background-color: #B9A85E;
}
</style>
border-color css
<style>
span { border-color: #B9A85E; }
span { border-color: rgb(185,168,94); }
td.TdClassName
{
border-color: #B9A85E;
}
.TagClassName
{
border-color: #B9A85E;
}
</style>