Shades of Gimblet #B9A86E
Tints of Gimblet #B9A86E
RGB
CMYK
RGB Variations
Color information
#B9A86E (or 0xB9A86E) is known color: Gimblet. HEX triplet: B9, A8 and 6E. RGB value is (185,168,110). Sum of RGB (Red+Green+Blue) = 185+168+110=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A86E is #465791. Grayscale: #A6A6A6. Windows color (decimal): -4609938 or 7252153. OLE color: 7252153.
HSL color Cylindrical-coordinate representation of color #B9A86E: hue angle of 46.4º 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 #B9A86E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 110 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.27 |
| HSL | 46.4º | 0.35% | 0.58% | - |
| HSV(B) | 46.4º | 0.41% | 0.73% | - |
| XYZ | 36.82 | 39.45 | 20.42 | - |
| YUV | 166.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 110 | 0 | 0.09 | 0.41 | 0.27 | 46.4 | 0.35 | 0.58 |
| Hex | B9 | A8 | 6E | 0 | 9 | 29 | 1B | 2E | 23 | 3A |
| Octal | 271 | 250 | 156 | 0 | 11 | 51 | 33 | 56 | 43 | 72 |
| Binary | 10111001 | 10101000 | 1101110 | 0 | 1001 | 101001 | 11011 | 101110 | 100011 | 111010 |
Color Harmonies of #B9A86E
Complementary color
Monochromatic Colors of #B9A86E
Black with #B9A86E
Text Example
Text Example
White with #B9A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A86E; }
p { color: rgb(185,168,110); }
H1.HeaderClassName
{
color: #B9A86E;
}
.AnyTagClassName
{
color: #B9A86E;
}
</style>
background-color css
<style>
a { background-color: #B9A86E; }
a { background-color: rgb(185,168,110); }
div.DivClassName
{
background-color: #B9A86E;
}
.BgClassName
{
background-color: #B9A86E;
}
</style>
border-color css
<style>
span { border-color: #B9A86E; }
span { border-color: rgb(185,168,110); }
td.TdClassName
{
border-color: #B9A86E;
}
.TagClassName
{
border-color: #B9A86E;
}
</style>