Shades of Gimblet #B9A35D
Tints of Gimblet #B9A35D
RGB
CMYK
RGB Variations
Color information
#B9A35D (or 0xB9A35D) is known color: Gimblet. HEX triplet: B9, A3 and 5D. RGB value is (185,163,93). Sum of RGB (Red+Green+Blue) = 185+163+93=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A35D is #465CA2. Grayscale: #A1A1A1. Windows color (decimal): -4611235 or 6136761. OLE color: 6136761.
HSL color Cylindrical-coordinate representation of color #B9A35D: hue angle of 45.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9A35D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 93 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.27 |
| HSL | 45.65º | 0.4% | 0.55% | - |
| HSV(B) | 45.65º | 0.5% | 0.73% | - |
| XYZ | 35.08 | 37.3 | 15.71 | - |
| YUV | 161.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 93 | 0 | 0.12 | 0.50 | 0.27 | 45.65 | 0.4 | 0.55 |
| Hex | B9 | A3 | 5D | 0 | C | 32 | 1B | 2E | 28 | 37 |
| Octal | 271 | 243 | 135 | 0 | 14 | 62 | 33 | 56 | 50 | 67 |
| Binary | 10111001 | 10100011 | 1011101 | 0 | 1100 | 110010 | 11011 | 101110 | 101000 | 110111 |
Color Harmonies of #B9A35D
Complementary color
Monochromatic Colors of #B9A35D
Black with #B9A35D
Text Example
Text Example
White with #B9A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A35D; }
p { color: rgb(185,163,93); }
H1.HeaderClassName
{
color: #B9A35D;
}
.AnyTagClassName
{
color: #B9A35D;
}
</style>
background-color css
<style>
a { background-color: #B9A35D; }
a { background-color: rgb(185,163,93); }
div.DivClassName
{
background-color: #B9A35D;
}
.BgClassName
{
background-color: #B9A35D;
}
</style>
border-color css
<style>
span { border-color: #B9A35D; }
span { border-color: rgb(185,163,93); }
td.TdClassName
{
border-color: #B9A35D;
}
.TagClassName
{
border-color: #B9A35D;
}
</style>