Shades of Gimblet #BAA65E
Tints of Gimblet #BAA65E
RGB
CMYK
RGB Variations
Color information
#BAA65E (or 0xBAA65E) is known color: Gimblet. HEX triplet: BA, A6 and 5E. RGB value is (186,166,94). Sum of RGB (Red+Green+Blue) = 186+166+94=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA65E is #4559A1. Grayscale: #A4A4A4. Windows color (decimal): -4544930 or 6203066. OLE color: 6203066.
HSL color Cylindrical-coordinate representation of color #BAA65E: hue angle of 46.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAA65E is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 94 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.27 |
| HSL | 46.96º | 0.4% | 0.55% | - |
| HSV(B) | 46.96º | 0.49% | 0.73% | - |
| XYZ | 35.91 | 38.52 | 16.13 | - |
| YUV | 163.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 94 | 0 | 0.11 | 0.49 | 0.27 | 46.96 | 0.4 | 0.55 |
| Hex | BA | A6 | 5E | 0 | B | 31 | 1B | 2F | 28 | 37 |
| Octal | 272 | 246 | 136 | 0 | 13 | 61 | 33 | 57 | 50 | 67 |
| Binary | 10111010 | 10100110 | 1011110 | 0 | 1011 | 110001 | 11011 | 101111 | 101000 | 110111 |
Color Harmonies of #BAA65E
Complementary color
Monochromatic Colors of #BAA65E
Black with #BAA65E
Text Example
Text Example
White with #BAA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA65E; }
p { color: rgb(186,166,94); }
H1.HeaderClassName
{
color: #BAA65E;
}
.AnyTagClassName
{
color: #BAA65E;
}
</style>
background-color css
<style>
a { background-color: #BAA65E; }
a { background-color: rgb(186,166,94); }
div.DivClassName
{
background-color: #BAA65E;
}
.BgClassName
{
background-color: #BAA65E;
}
</style>
border-color css
<style>
span { border-color: #BAA65E; }
span { border-color: rgb(186,166,94); }
td.TdClassName
{
border-color: #BAA65E;
}
.TagClassName
{
border-color: #BAA65E;
}
</style>