Shades of Gimblet #B9A35E
Tints of Gimblet #B9A35E
RGB
CMYK
RGB Variations
Color information
#B9A35E (or 0xB9A35E) is known color: Gimblet. HEX triplet: B9, A3 and 5E. RGB value is (185,163,94). Sum of RGB (Red+Green+Blue) = 185+163+94=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A35E is #465CA1. Grayscale: #A2A2A2. Windows color (decimal): -4611234 or 6202297. OLE color: 6202297.
HSL color Cylindrical-coordinate representation of color #B9A35E: hue angle of 45.49º 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 #B9A35E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 94 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.27 |
| HSL | 45.49º | 0.39% | 0.55% | - |
| HSV(B) | 45.49º | 0.49% | 0.73% | - |
| XYZ | 35.13 | 37.32 | 15.94 | - |
| YUV | 161.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 94 | 0 | 0.12 | 0.49 | 0.27 | 45.49 | 0.39 | 0.55 |
| Hex | B9 | A3 | 5E | 0 | C | 31 | 1B | 2D | 27 | 37 |
| Octal | 271 | 243 | 136 | 0 | 14 | 61 | 33 | 55 | 47 | 67 |
| Binary | 10111001 | 10100011 | 1011110 | 0 | 1100 | 110001 | 11011 | 101101 | 100111 | 110111 |
Color Harmonies of #B9A35E
Complementary color
Monochromatic Colors of #B9A35E
Black with #B9A35E
Text Example
Text Example
White with #B9A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A35E; }
p { color: rgb(185,163,94); }
H1.HeaderClassName
{
color: #B9A35E;
}
.AnyTagClassName
{
color: #B9A35E;
}
</style>
background-color css
<style>
a { background-color: #B9A35E; }
a { background-color: rgb(185,163,94); }
div.DivClassName
{
background-color: #B9A35E;
}
.BgClassName
{
background-color: #B9A35E;
}
</style>
border-color css
<style>
span { border-color: #B9A35E; }
span { border-color: rgb(185,163,94); }
td.TdClassName
{
border-color: #B9A35E;
}
.TagClassName
{
border-color: #B9A35E;
}
</style>