Shades of Gimblet #B9A35C
Tints of Gimblet #B9A35C
RGB
CMYK
RGB Variations
Color information
#B9A35C (or 0xB9A35C) is known color: Gimblet. HEX triplet: B9, A3 and 5C. RGB value is (185,163,92). Sum of RGB (Red+Green+Blue) = 185+163+92=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A35C is #465CA3. Grayscale: #A1A1A1. Windows color (decimal): -4611236 or 6071225. OLE color: 6071225.
HSL color Cylindrical-coordinate representation of color #B9A35C: hue angle of 45.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9A35C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 92 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.27 |
| HSL | 45.81º | 0.4% | 0.54% | - |
| HSV(B) | 45.81º | 0.5% | 0.73% | - |
| XYZ | 35.04 | 37.28 | 15.47 | - |
| YUV | 161.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 92 | 0 | 0.12 | 0.50 | 0.27 | 45.81 | 0.4 | 0.54 |
| Hex | B9 | A3 | 5C | 0 | C | 32 | 1B | 2E | 28 | 36 |
| Octal | 271 | 243 | 134 | 0 | 14 | 62 | 33 | 56 | 50 | 66 |
| Binary | 10111001 | 10100011 | 1011100 | 0 | 1100 | 110010 | 11011 | 101110 | 101000 | 110110 |
Color Harmonies of #B9A35C
Complementary color
Monochromatic Colors of #B9A35C
Black with #B9A35C
Text Example
Text Example
White with #B9A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A35C; }
p { color: rgb(185,163,92); }
H1.HeaderClassName
{
color: #B9A35C;
}
.AnyTagClassName
{
color: #B9A35C;
}
</style>
background-color css
<style>
a { background-color: #B9A35C; }
a { background-color: rgb(185,163,92); }
div.DivClassName
{
background-color: #B9A35C;
}
.BgClassName
{
background-color: #B9A35C;
}
</style>
border-color css
<style>
span { border-color: #B9A35C; }
span { border-color: rgb(185,163,92); }
td.TdClassName
{
border-color: #B9A35C;
}
.TagClassName
{
border-color: #B9A35C;
}
</style>