Shades of Gimblet #BAA858
Tints of Gimblet #BAA858
RGB
CMYK
RGB Variations
Color information
#BAA858 (or 0xBAA858) is known color: Gimblet. HEX triplet: BA, A8 and 58. RGB value is (186,168,88). Sum of RGB (Red+Green+Blue) = 186+168+88=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA858 is #4557A7. Grayscale: #A4A4A4. Windows color (decimal): -4544424 or 5810362. OLE color: 5810362.
HSL color Cylindrical-coordinate representation of color #BAA858: hue angle of 48.98º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAA858 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 88 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.27 |
| HSL | 48.98º | 0.42% | 0.54% | - |
| HSV(B) | 48.98º | 0.53% | 0.73% | - |
| XYZ | 36.01 | 39.15 | 14.89 | - |
| YUV | 164.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 88 | 0 | 0.10 | 0.53 | 0.27 | 48.98 | 0.42 | 0.54 |
| Hex | BA | A8 | 58 | 0 | A | 35 | 1B | 31 | 2A | 36 |
| Octal | 272 | 250 | 130 | 0 | 12 | 65 | 33 | 61 | 52 | 66 |
| Binary | 10111010 | 10101000 | 1011000 | 0 | 1010 | 110101 | 11011 | 110001 | 101010 | 110110 |
Color Harmonies of #BAA858
Complementary color
Monochromatic Colors of #BAA858
Black with #BAA858
Text Example
Text Example
White with #BAA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA858; }
p { color: rgb(186,168,88); }
H1.HeaderClassName
{
color: #BAA858;
}
.AnyTagClassName
{
color: #BAA858;
}
</style>
background-color css
<style>
a { background-color: #BAA858; }
a { background-color: rgb(186,168,88); }
div.DivClassName
{
background-color: #BAA858;
}
.BgClassName
{
background-color: #BAA858;
}
</style>
border-color css
<style>
span { border-color: #BAA858; }
span { border-color: rgb(186,168,88); }
td.TdClassName
{
border-color: #BAA858;
}
.TagClassName
{
border-color: #BAA858;
}
</style>