Shades of Gimblet #B9AA6C
Tints of Gimblet #B9AA6C
RGB
CMYK
RGB Variations
Color information
#B9AA6C (or 0xB9AA6C) is known color: Gimblet. HEX triplet: B9, AA and 6C. RGB value is (185,170,108). Sum of RGB (Red+Green+Blue) = 185+170+108=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA6C is #465593. Grayscale: #A7A7A7. Windows color (decimal): -4609428 or 7121593. OLE color: 7121593.
HSL color Cylindrical-coordinate representation of color #B9AA6C: hue angle of 48.31º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9AA6C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 108 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.27 |
| HSL | 48.31º | 0.35% | 0.57% | - |
| HSV(B) | 48.31º | 0.42% | 0.73% | - |
| XYZ | 37.09 | 40.15 | 19.98 | - |
| YUV | 167.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 108 | 0 | 0.08 | 0.42 | 0.27 | 48.31 | 0.35 | 0.57 |
| Hex | B9 | AA | 6C | 0 | 8 | 2A | 1B | 30 | 23 | 39 |
| Octal | 271 | 252 | 154 | 0 | 10 | 52 | 33 | 60 | 43 | 71 |
| Binary | 10111001 | 10101010 | 1101100 | 0 | 1000 | 101010 | 11011 | 110000 | 100011 | 111001 |
Color Harmonies of #B9AA6C
Complementary color
Monochromatic Colors of #B9AA6C
Black with #B9AA6C
Text Example
Text Example
White with #B9AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA6C; }
p { color: rgb(185,170,108); }
H1.HeaderClassName
{
color: #B9AA6C;
}
.AnyTagClassName
{
color: #B9AA6C;
}
</style>
background-color css
<style>
a { background-color: #B9AA6C; }
a { background-color: rgb(185,170,108); }
div.DivClassName
{
background-color: #B9AA6C;
}
.BgClassName
{
background-color: #B9AA6C;
}
</style>
border-color css
<style>
span { border-color: #B9AA6C; }
span { border-color: rgb(185,170,108); }
td.TdClassName
{
border-color: #B9AA6C;
}
.TagClassName
{
border-color: #B9AA6C;
}
</style>