Shades of Gimblet #BAA868
Tints of Gimblet #BAA868
RGB
CMYK
RGB Variations
Color information
#BAA868 (or 0xBAA868) is known color: Gimblet. HEX triplet: BA, A8 and 68. RGB value is (186,168,104). Sum of RGB (Red+Green+Blue) = 186+168+104=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA868 is #455797. Grayscale: #A6A6A6. Windows color (decimal): -4544408 or 6858938. OLE color: 6858938.
HSL color Cylindrical-coordinate representation of color #BAA868: hue angle of 46.83º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA868 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 104 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.27 |
| HSL | 46.83º | 0.37% | 0.57% | - |
| HSV(B) | 46.83º | 0.44% | 0.73% | - |
| XYZ | 36.75 | 39.44 | 18.77 | - |
| YUV | 166.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 104 | 0 | 0.10 | 0.44 | 0.27 | 46.83 | 0.37 | 0.57 |
| Hex | BA | A8 | 68 | 0 | A | 2C | 1B | 2F | 25 | 39 |
| Octal | 272 | 250 | 150 | 0 | 12 | 54 | 33 | 57 | 45 | 71 |
| Binary | 10111010 | 10101000 | 1101000 | 0 | 1010 | 101100 | 11011 | 101111 | 100101 | 111001 |
Color Harmonies of #BAA868
Complementary color
Monochromatic Colors of #BAA868
Black with #BAA868
Text Example
Text Example
White with #BAA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA868; }
p { color: rgb(186,168,104); }
H1.HeaderClassName
{
color: #BAA868;
}
.AnyTagClassName
{
color: #BAA868;
}
</style>
background-color css
<style>
a { background-color: #BAA868; }
a { background-color: rgb(186,168,104); }
div.DivClassName
{
background-color: #BAA868;
}
.BgClassName
{
background-color: #BAA868;
}
</style>
border-color css
<style>
span { border-color: #BAA868; }
span { border-color: rgb(186,168,104); }
td.TdClassName
{
border-color: #BAA868;
}
.TagClassName
{
border-color: #BAA868;
}
</style>