Shades of Gimblet #BAA75E
Tints of Gimblet #BAA75E
RGB
CMYK
RGB Variations
Color information
#BAA75E (or 0xBAA75E) is known color: Gimblet. HEX triplet: BA, A7 and 5E. RGB value is (186,167,94). Sum of RGB (Red+Green+Blue) = 186+167+94=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA75E is #4558A1. Grayscale: #A4A4A4. Windows color (decimal): -4544674 or 6203322. OLE color: 6203322.
HSL color Cylindrical-coordinate representation of color #BAA75E: hue angle of 47.61º 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 #BAA75E is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 94 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.27 |
| HSL | 47.61º | 0.4% | 0.55% | - |
| HSV(B) | 47.61º | 0.49% | 0.73% | - |
| XYZ | 36.09 | 38.88 | 16.19 | - |
| YUV | 164.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 94 | 0 | 0.10 | 0.49 | 0.27 | 47.61 | 0.4 | 0.55 |
| Hex | BA | A7 | 5E | 0 | A | 31 | 1B | 30 | 28 | 37 |
| Octal | 272 | 247 | 136 | 0 | 12 | 61 | 33 | 60 | 50 | 67 |
| Binary | 10111010 | 10100111 | 1011110 | 0 | 1010 | 110001 | 11011 | 110000 | 101000 | 110111 |
Color Harmonies of #BAA75E
Complementary color
Monochromatic Colors of #BAA75E
Black with #BAA75E
Text Example
Text Example
White with #BAA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA75E; }
p { color: rgb(186,167,94); }
H1.HeaderClassName
{
color: #BAA75E;
}
.AnyTagClassName
{
color: #BAA75E;
}
</style>
background-color css
<style>
a { background-color: #BAA75E; }
a { background-color: rgb(186,167,94); }
div.DivClassName
{
background-color: #BAA75E;
}
.BgClassName
{
background-color: #BAA75E;
}
</style>
border-color css
<style>
span { border-color: #BAA75E; }
span { border-color: rgb(186,167,94); }
td.TdClassName
{
border-color: #BAA75E;
}
.TagClassName
{
border-color: #BAA75E;
}
</style>