Shades of Gimblet #B9AA6E
Tints of Gimblet #B9AA6E
RGB
CMYK
RGB Variations
Color information
#B9AA6E (or 0xB9AA6E) is known color: Gimblet. HEX triplet: B9, AA and 6E. RGB value is (185,170,110). Sum of RGB (Red+Green+Blue) = 185+170+110=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA6E is #465591. Grayscale: #A7A7A7. Windows color (decimal): -4609426 or 7252665. OLE color: 7252665.
HSL color Cylindrical-coordinate representation of color #B9AA6E: hue angle of 48º 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 #B9AA6E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 110 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.27 |
| HSL | 48º | 0.35% | 0.58% | - |
| HSV(B) | 48º | 0.41% | 0.73% | - |
| XYZ | 37.2 | 40.19 | 20.55 | - |
| YUV | 167.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 110 | 0 | 0.08 | 0.41 | 0.27 | 48 | 0.35 | 0.58 |
| Hex | B9 | AA | 6E | 0 | 8 | 29 | 1B | 30 | 23 | 3A |
| Octal | 271 | 252 | 156 | 0 | 10 | 51 | 33 | 60 | 43 | 72 |
| Binary | 10111001 | 10101010 | 1101110 | 0 | 1000 | 101001 | 11011 | 110000 | 100011 | 111010 |
Color Harmonies of #B9AA6E
Complementary color
Monochromatic Colors of #B9AA6E
Black with #B9AA6E
Text Example
Text Example
White with #B9AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA6E; }
p { color: rgb(185,170,110); }
H1.HeaderClassName
{
color: #B9AA6E;
}
.AnyTagClassName
{
color: #B9AA6E;
}
</style>
background-color css
<style>
a { background-color: #B9AA6E; }
a { background-color: rgb(185,170,110); }
div.DivClassName
{
background-color: #B9AA6E;
}
.BgClassName
{
background-color: #B9AA6E;
}
</style>
border-color css
<style>
span { border-color: #B9AA6E; }
span { border-color: rgb(185,170,110); }
td.TdClassName
{
border-color: #B9AA6E;
}
.TagClassName
{
border-color: #B9AA6E;
}
</style>