Shades of Gimblet #B9AA5D
Tints of Gimblet #B9AA5D
RGB
CMYK
RGB Variations
Color information
#B9AA5D (or 0xB9AA5D) is known color: Gimblet. HEX triplet: B9, AA and 5D. RGB value is (185,170,93). Sum of RGB (Red+Green+Blue) = 185+170+93=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA5D is #4655A2. Grayscale: #A6A6A6. Windows color (decimal): -4609443 or 6138553. OLE color: 6138553.
HSL color Cylindrical-coordinate representation of color #B9AA5D: hue angle of 50.22º 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 #B9AA5D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 93 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.27 |
| HSL | 50.22º | 0.4% | 0.55% | - |
| HSV(B) | 50.22º | 0.5% | 0.73% | - |
| XYZ | 36.36 | 39.85 | 16.13 | - |
| YUV | 165.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 93 | 0 | 0.08 | 0.50 | 0.27 | 50.22 | 0.4 | 0.55 |
| Hex | B9 | AA | 5D | 0 | 8 | 32 | 1B | 32 | 28 | 37 |
| Octal | 271 | 252 | 135 | 0 | 10 | 62 | 33 | 62 | 50 | 67 |
| Binary | 10111001 | 10101010 | 1011101 | 0 | 1000 | 110010 | 11011 | 110010 | 101000 | 110111 |
Color Harmonies of #B9AA5D
Complementary color
Monochromatic Colors of #B9AA5D
Black with #B9AA5D
Text Example
Text Example
White with #B9AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA5D; }
p { color: rgb(185,170,93); }
H1.HeaderClassName
{
color: #B9AA5D;
}
.AnyTagClassName
{
color: #B9AA5D;
}
</style>
background-color css
<style>
a { background-color: #B9AA5D; }
a { background-color: rgb(185,170,93); }
div.DivClassName
{
background-color: #B9AA5D;
}
.BgClassName
{
background-color: #B9AA5D;
}
</style>
border-color css
<style>
span { border-color: #B9AA5D; }
span { border-color: rgb(185,170,93); }
td.TdClassName
{
border-color: #B9AA5D;
}
.TagClassName
{
border-color: #B9AA5D;
}
</style>