Shades of Gimblet #BAA96A
Tints of Gimblet #BAA96A
RGB
CMYK
RGB Variations
Color information
#BAA96A (or 0xBAA96A) is known color: Gimblet. HEX triplet: BA, A9 and 6A. RGB value is (186,169,106). Sum of RGB (Red+Green+Blue) = 186+169+106=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA96A is #455695. Grayscale: #A7A7A7. Windows color (decimal): -4544150 or 6990266. OLE color: 6990266.
HSL color Cylindrical-coordinate representation of color #BAA96A: hue angle of 47.25º degrees, saturation: 0.37, 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 #BAA96A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 106 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.27 |
| HSL | 47.25º | 0.37% | 0.57% | - |
| HSV(B) | 47.25º | 0.43% | 0.73% | - |
| XYZ | 37.04 | 39.86 | 19.38 | - |
| YUV | 166.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 106 | 0 | 0.09 | 0.43 | 0.27 | 47.25 | 0.37 | 0.57 |
| Hex | BA | A9 | 6A | 0 | 9 | 2B | 1B | 2F | 25 | 39 |
| Octal | 272 | 251 | 152 | 0 | 11 | 53 | 33 | 57 | 45 | 71 |
| Binary | 10111010 | 10101001 | 1101010 | 0 | 1001 | 101011 | 11011 | 101111 | 100101 | 111001 |
Color Harmonies of #BAA96A
Complementary color
Monochromatic Colors of #BAA96A
Black with #BAA96A
Text Example
Text Example
White with #BAA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA96A; }
p { color: rgb(186,169,106); }
H1.HeaderClassName
{
color: #BAA96A;
}
.AnyTagClassName
{
color: #BAA96A;
}
</style>
background-color css
<style>
a { background-color: #BAA96A; }
a { background-color: rgb(186,169,106); }
div.DivClassName
{
background-color: #BAA96A;
}
.BgClassName
{
background-color: #BAA96A;
}
</style>
border-color css
<style>
span { border-color: #BAA96A; }
span { border-color: rgb(186,169,106); }
td.TdClassName
{
border-color: #BAA96A;
}
.TagClassName
{
border-color: #BAA96A;
}
</style>