Shades of Gimblet #B9AA5A
Tints of Gimblet #B9AA5A
RGB
CMYK
RGB Variations
Color information
#B9AA5A (or 0xB9AA5A) is known color: Gimblet. HEX triplet: B9, AA and 5A. RGB value is (185,170,90). Sum of RGB (Red+Green+Blue) = 185+170+90=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA5A is #4655A5. Grayscale: #A5A5A5. Windows color (decimal): -4609446 or 5941945. OLE color: 5941945.
HSL color Cylindrical-coordinate representation of color #B9AA5A: hue angle of 50.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9AA5A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 90 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.27 |
| HSL | 50.53º | 0.4% | 0.54% | - |
| HSV(B) | 50.53º | 0.51% | 0.73% | - |
| XYZ | 36.23 | 39.8 | 15.45 | - |
| YUV | 165.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 90 | 0 | 0.08 | 0.51 | 0.27 | 50.53 | 0.4 | 0.54 |
| Hex | B9 | AA | 5A | 0 | 8 | 33 | 1B | 33 | 28 | 36 |
| Octal | 271 | 252 | 132 | 0 | 10 | 63 | 33 | 63 | 50 | 66 |
| Binary | 10111001 | 10101010 | 1011010 | 0 | 1000 | 110011 | 11011 | 110011 | 101000 | 110110 |
Color Harmonies of #B9AA5A
Complementary color
Monochromatic Colors of #B9AA5A
Black with #B9AA5A
Text Example
Text Example
White with #B9AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA5A; }
p { color: rgb(185,170,90); }
H1.HeaderClassName
{
color: #B9AA5A;
}
.AnyTagClassName
{
color: #B9AA5A;
}
</style>
background-color css
<style>
a { background-color: #B9AA5A; }
a { background-color: rgb(185,170,90); }
div.DivClassName
{
background-color: #B9AA5A;
}
.BgClassName
{
background-color: #B9AA5A;
}
</style>
border-color css
<style>
span { border-color: #B9AA5A; }
span { border-color: rgb(185,170,90); }
td.TdClassName
{
border-color: #B9AA5A;
}
.TagClassName
{
border-color: #B9AA5A;
}
</style>