Shades of Gimblet #BAAA5E
Tints of Gimblet #BAAA5E
RGB
CMYK
RGB Variations
Color information
#BAAA5E (or 0xBAAA5E) is known color: Gimblet. HEX triplet: BA, AA and 5E. RGB value is (186,170,94). Sum of RGB (Red+Green+Blue) = 186+170+94=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5E is #4555A1. Grayscale: #A6A6A6. Windows color (decimal): -4543906 or 6204090. OLE color: 6204090.
HSL color Cylindrical-coordinate representation of color #BAAA5E: hue angle of 49.57º 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 #BAAA5E is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 94 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.27 |
| HSL | 49.57º | 0.4% | 0.55% | - |
| HSV(B) | 49.57º | 0.49% | 0.73% | - |
| XYZ | 36.64 | 40 | 16.38 | - |
| YUV | 166.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 94 | 0 | 0.09 | 0.49 | 0.27 | 49.57 | 0.4 | 0.55 |
| Hex | BA | AA | 5E | 0 | 9 | 31 | 1B | 32 | 28 | 37 |
| Octal | 272 | 252 | 136 | 0 | 11 | 61 | 33 | 62 | 50 | 67 |
| Binary | 10111010 | 10101010 | 1011110 | 0 | 1001 | 110001 | 11011 | 110010 | 101000 | 110111 |
Color Harmonies of #BAAA5E
Complementary color
Monochromatic Colors of #BAAA5E
Black with #BAAA5E
Text Example
Text Example
White with #BAAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA5E; }
p { color: rgb(186,170,94); }
H1.HeaderClassName
{
color: #BAAA5E;
}
.AnyTagClassName
{
color: #BAAA5E;
}
</style>
background-color css
<style>
a { background-color: #BAAA5E; }
a { background-color: rgb(186,170,94); }
div.DivClassName
{
background-color: #BAAA5E;
}
.BgClassName
{
background-color: #BAAA5E;
}
</style>
border-color css
<style>
span { border-color: #BAAA5E; }
span { border-color: rgb(186,170,94); }
td.TdClassName
{
border-color: #BAAA5E;
}
.TagClassName
{
border-color: #BAAA5E;
}
</style>