Shades of Gimblet #B9AA6D
Tints of Gimblet #B9AA6D
RGB
CMYK
RGB Variations
Color information
#B9AA6D (or 0xB9AA6D) is known color: Gimblet. HEX triplet: B9, AA and 6D. RGB value is (185,170,109). Sum of RGB (Red+Green+Blue) = 185+170+109=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA6D is #465592. Grayscale: #A7A7A7. Windows color (decimal): -4609427 or 7187129. OLE color: 7187129.
HSL color Cylindrical-coordinate representation of color #B9AA6D: hue angle of 48.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9AA6D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 109 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.27 |
| HSL | 48.16º | 0.35% | 0.58% | - |
| HSV(B) | 48.16º | 0.41% | 0.73% | - |
| XYZ | 37.14 | 40.17 | 20.26 | - |
| YUV | 167.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 109 | 0 | 0.08 | 0.41 | 0.27 | 48.16 | 0.35 | 0.58 |
| Hex | B9 | AA | 6D | 0 | 8 | 29 | 1B | 30 | 23 | 3A |
| Octal | 271 | 252 | 155 | 0 | 10 | 51 | 33 | 60 | 43 | 72 |
| Binary | 10111001 | 10101010 | 1101101 | 0 | 1000 | 101001 | 11011 | 110000 | 100011 | 111010 |
Color Harmonies of #B9AA6D
Complementary color
Monochromatic Colors of #B9AA6D
Black with #B9AA6D
Text Example
Text Example
White with #B9AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA6D; }
p { color: rgb(185,170,109); }
H1.HeaderClassName
{
color: #B9AA6D;
}
.AnyTagClassName
{
color: #B9AA6D;
}
</style>
background-color css
<style>
a { background-color: #B9AA6D; }
a { background-color: rgb(185,170,109); }
div.DivClassName
{
background-color: #B9AA6D;
}
.BgClassName
{
background-color: #B9AA6D;
}
</style>
border-color css
<style>
span { border-color: #B9AA6D; }
span { border-color: rgb(185,170,109); }
td.TdClassName
{
border-color: #B9AA6D;
}
.TagClassName
{
border-color: #B9AA6D;
}
</style>