Shades of Gimblet #BAA857
Tints of Gimblet #BAA857
RGB
CMYK
RGB Variations
Color information
#BAA857 (or 0xBAA857) is known color: Gimblet. HEX triplet: BA, A8 and 57. RGB value is (186,168,87). Sum of RGB (Red+Green+Blue) = 186+168+87=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA857 is #4557A8. Grayscale: #A4A4A4. Windows color (decimal): -4544425 or 5744826. OLE color: 5744826.
HSL color Cylindrical-coordinate representation of color #BAA857: hue angle of 49.09º 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 #BAA857 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 87 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.27 |
| HSL | 49.09º | 0.42% | 0.54% | - |
| HSV(B) | 49.09º | 0.53% | 0.73% | - |
| XYZ | 35.97 | 39.13 | 14.67 | - |
| YUV | 164.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 87 | 0 | 0.10 | 0.53 | 0.27 | 49.09 | 0.42 | 0.54 |
| Hex | BA | A8 | 57 | 0 | A | 35 | 1B | 31 | 2A | 36 |
| Octal | 272 | 250 | 127 | 0 | 12 | 65 | 33 | 61 | 52 | 66 |
| Binary | 10111010 | 10101000 | 1010111 | 0 | 1010 | 110101 | 11011 | 110001 | 101010 | 110110 |
Color Harmonies of #BAA857
Complementary color
Monochromatic Colors of #BAA857
Black with #BAA857
Text Example
Text Example
White with #BAA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA857; }
p { color: rgb(186,168,87); }
H1.HeaderClassName
{
color: #BAA857;
}
.AnyTagClassName
{
color: #BAA857;
}
</style>
background-color css
<style>
a { background-color: #BAA857; }
a { background-color: rgb(186,168,87); }
div.DivClassName
{
background-color: #BAA857;
}
.BgClassName
{
background-color: #BAA857;
}
</style>
border-color css
<style>
span { border-color: #BAA857; }
span { border-color: rgb(186,168,87); }
td.TdClassName
{
border-color: #BAA857;
}
.TagClassName
{
border-color: #BAA857;
}
</style>