Shades of Gimblet #B9AA5C
Tints of Gimblet #B9AA5C
RGB
CMYK
RGB Variations
Color information
#B9AA5C (or 0xB9AA5C) is known color: Gimblet. HEX triplet: B9, AA and 5C. RGB value is (185,170,92). Sum of RGB (Red+Green+Blue) = 185+170+92=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA5C is #4655A3. Grayscale: #A5A5A5. Windows color (decimal): -4609444 or 6073017. OLE color: 6073017.
HSL color Cylindrical-coordinate representation of color #B9AA5C: hue angle of 50.32º 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 #B9AA5C is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 92 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.27 |
| HSL | 50.32º | 0.4% | 0.54% | - |
| HSV(B) | 50.32º | 0.5% | 0.73% | - |
| XYZ | 36.31 | 39.84 | 15.9 | - |
| YUV | 165.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 92 | 0 | 0.08 | 0.50 | 0.27 | 50.32 | 0.4 | 0.54 |
| Hex | B9 | AA | 5C | 0 | 8 | 32 | 1B | 32 | 28 | 36 |
| Octal | 271 | 252 | 134 | 0 | 10 | 62 | 33 | 62 | 50 | 66 |
| Binary | 10111001 | 10101010 | 1011100 | 0 | 1000 | 110010 | 11011 | 110010 | 101000 | 110110 |
Color Harmonies of #B9AA5C
Complementary color
Monochromatic Colors of #B9AA5C
Black with #B9AA5C
Text Example
Text Example
White with #B9AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA5C; }
p { color: rgb(185,170,92); }
H1.HeaderClassName
{
color: #B9AA5C;
}
.AnyTagClassName
{
color: #B9AA5C;
}
</style>
background-color css
<style>
a { background-color: #B9AA5C; }
a { background-color: rgb(185,170,92); }
div.DivClassName
{
background-color: #B9AA5C;
}
.BgClassName
{
background-color: #B9AA5C;
}
</style>
border-color css
<style>
span { border-color: #B9AA5C; }
span { border-color: rgb(185,170,92); }
td.TdClassName
{
border-color: #B9AA5C;
}
.TagClassName
{
border-color: #B9AA5C;
}
</style>