Shades of Gimblet #BAA86A
Tints of Gimblet #BAA86A
RGB
CMYK
RGB Variations
Color information
#BAA86A (or 0xBAA86A) is known color: Gimblet. HEX triplet: BA, A8 and 6A. RGB value is (186,168,106). Sum of RGB (Red+Green+Blue) = 186+168+106=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA86A is #455795. Grayscale: #A6A6A6. Windows color (decimal): -4544406 or 6990010. OLE color: 6990010.
HSL color Cylindrical-coordinate representation of color #BAA86A: hue angle of 46.5º 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 #BAA86A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 106 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.27 |
| HSL | 46.5º | 0.37% | 0.57% | - |
| HSV(B) | 46.5º | 0.43% | 0.73% | - |
| XYZ | 36.85 | 39.48 | 19.31 | - |
| YUV | 166.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 106 | 0 | 0.10 | 0.43 | 0.27 | 46.5 | 0.37 | 0.57 |
| Hex | BA | A8 | 6A | 0 | A | 2B | 1B | 2E | 25 | 39 |
| Octal | 272 | 250 | 152 | 0 | 12 | 53 | 33 | 56 | 45 | 71 |
| Binary | 10111010 | 10101000 | 1101010 | 0 | 1010 | 101011 | 11011 | 101110 | 100101 | 111001 |
Color Harmonies of #BAA86A
Complementary color
Monochromatic Colors of #BAA86A
Black with #BAA86A
Text Example
Text Example
White with #BAA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA86A; }
p { color: rgb(186,168,106); }
H1.HeaderClassName
{
color: #BAA86A;
}
.AnyTagClassName
{
color: #BAA86A;
}
</style>
background-color css
<style>
a { background-color: #BAA86A; }
a { background-color: rgb(186,168,106); }
div.DivClassName
{
background-color: #BAA86A;
}
.BgClassName
{
background-color: #BAA86A;
}
</style>
border-color css
<style>
span { border-color: #BAA86A; }
span { border-color: rgb(186,168,106); }
td.TdClassName
{
border-color: #BAA86A;
}
.TagClassName
{
border-color: #BAA86A;
}
</style>