Shades of Gimblet #BAAC5E
Tints of Gimblet #BAAC5E
RGB
CMYK
RGB Variations
Color information
#BAAC5E (or 0xBAAC5E) is known color: Gimblet. HEX triplet: BA, AC and 5E. RGB value is (186,172,94). Sum of RGB (Red+Green+Blue) = 186+172+94=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC5E is #4553A1. Grayscale: #A7A7A7. Windows color (decimal): -4543394 or 6204602. OLE color: 6204602.
HSL color Cylindrical-coordinate representation of color #BAAC5E: hue angle of 50.87º 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 #BAAC5E is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 94 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.27 |
| HSL | 50.87º | 0.4% | 0.55% | - |
| HSV(B) | 50.87º | 0.49% | 0.73% | - |
| XYZ | 37.02 | 40.75 | 16.5 | - |
| YUV | 167.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 94 | 0 | 0.08 | 0.49 | 0.27 | 50.87 | 0.4 | 0.55 |
| Hex | BA | AC | 5E | 0 | 8 | 31 | 1B | 33 | 28 | 37 |
| Octal | 272 | 254 | 136 | 0 | 10 | 61 | 33 | 63 | 50 | 67 |
| Binary | 10111010 | 10101100 | 1011110 | 0 | 1000 | 110001 | 11011 | 110011 | 101000 | 110111 |
Color Harmonies of #BAAC5E
Complementary color
Monochromatic Colors of #BAAC5E
Black with #BAAC5E
Text Example
Text Example
White with #BAAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC5E; }
p { color: rgb(186,172,94); }
H1.HeaderClassName
{
color: #BAAC5E;
}
.AnyTagClassName
{
color: #BAAC5E;
}
</style>
background-color css
<style>
a { background-color: #BAAC5E; }
a { background-color: rgb(186,172,94); }
div.DivClassName
{
background-color: #BAAC5E;
}
.BgClassName
{
background-color: #BAAC5E;
}
</style>
border-color css
<style>
span { border-color: #BAAC5E; }
span { border-color: rgb(186,172,94); }
td.TdClassName
{
border-color: #BAAC5E;
}
.TagClassName
{
border-color: #BAAC5E;
}
</style>