Shades of Gimblet #BAA459
Tints of Gimblet #BAA459
RGB
CMYK
RGB Variations
Color information
#BAA459 (or 0xBAA459) is known color: Gimblet. HEX triplet: BA, A4 and 59. RGB value is (186,164,89). Sum of RGB (Red+Green+Blue) = 186+164+89=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA459 is #455BA6. Grayscale: #A2A2A2. Windows color (decimal): -4545447 or 5874874. OLE color: 5874874.
HSL color Cylindrical-coordinate representation of color #BAA459: hue angle of 46.39º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAA459 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 89 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.27 |
| HSL | 46.39º | 0.41% | 0.54% | - |
| HSV(B) | 46.39º | 0.52% | 0.73% | - |
| XYZ | 35.33 | 37.71 | 14.87 | - |
| YUV | 162.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 89 | 0 | 0.12 | 0.52 | 0.27 | 46.39 | 0.41 | 0.54 |
| Hex | BA | A4 | 59 | 0 | C | 34 | 1B | 2E | 29 | 36 |
| Octal | 272 | 244 | 131 | 0 | 14 | 64 | 33 | 56 | 51 | 66 |
| Binary | 10111010 | 10100100 | 1011001 | 0 | 1100 | 110100 | 11011 | 101110 | 101001 | 110110 |
Color Harmonies of #BAA459
Complementary color
Monochromatic Colors of #BAA459
Black with #BAA459
Text Example
Text Example
White with #BAA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA459; }
p { color: rgb(186,164,89); }
H1.HeaderClassName
{
color: #BAA459;
}
.AnyTagClassName
{
color: #BAA459;
}
</style>
background-color css
<style>
a { background-color: #BAA459; }
a { background-color: rgb(186,164,89); }
div.DivClassName
{
background-color: #BAA459;
}
.BgClassName
{
background-color: #BAA459;
}
</style>
border-color css
<style>
span { border-color: #BAA459; }
span { border-color: rgb(186,164,89); }
td.TdClassName
{
border-color: #BAA459;
}
.TagClassName
{
border-color: #BAA459;
}
</style>