Shades of Gimblet #B9A86A
Tints of Gimblet #B9A86A
RGB
CMYK
RGB Variations
Color information
#B9A86A (or 0xB9A86A) is known color: Gimblet. HEX triplet: B9, A8 and 6A. RGB value is (185,168,106). Sum of RGB (Red+Green+Blue) = 185+168+106=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A86A is #465795. Grayscale: #A6A6A6. Windows color (decimal): -4609942 or 6990009. OLE color: 6990009.
HSL color Cylindrical-coordinate representation of color #B9A86A: hue angle of 47.09º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9A86A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 106 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.27 |
| HSL | 47.09º | 0.36% | 0.57% | - |
| HSV(B) | 47.09º | 0.43% | 0.73% | - |
| XYZ | 36.61 | 39.36 | 19.3 | - |
| YUV | 166.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 106 | 0 | 0.09 | 0.43 | 0.27 | 47.09 | 0.36 | 0.57 |
| Hex | B9 | A8 | 6A | 0 | 9 | 2B | 1B | 2F | 24 | 39 |
| Octal | 271 | 250 | 152 | 0 | 11 | 53 | 33 | 57 | 44 | 71 |
| Binary | 10111001 | 10101000 | 1101010 | 0 | 1001 | 101011 | 11011 | 101111 | 100100 | 111001 |
Color Harmonies of #B9A86A
Complementary color
Monochromatic Colors of #B9A86A
Black with #B9A86A
Text Example
Text Example
White with #B9A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A86A; }
p { color: rgb(185,168,106); }
H1.HeaderClassName
{
color: #B9A86A;
}
.AnyTagClassName
{
color: #B9A86A;
}
</style>
background-color css
<style>
a { background-color: #B9A86A; }
a { background-color: rgb(185,168,106); }
div.DivClassName
{
background-color: #B9A86A;
}
.BgClassName
{
background-color: #B9A86A;
}
</style>
border-color css
<style>
span { border-color: #B9A86A; }
span { border-color: rgb(185,168,106); }
td.TdClassName
{
border-color: #B9A86A;
}
.TagClassName
{
border-color: #B9A86A;
}
</style>