Shades of Gimblet #BAAC5D
Tints of Gimblet #BAAC5D
RGB
CMYK
RGB Variations
Color information
#BAAC5D (or 0xBAAC5D) is known color: Gimblet. HEX triplet: BA, AC and 5D. RGB value is (186,172,93). Sum of RGB (Red+Green+Blue) = 186+172+93=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC5D is #4553A2. Grayscale: #A7A7A7. Windows color (decimal): -4543395 or 6139066. OLE color: 6139066.
HSL color Cylindrical-coordinate representation of color #BAAC5D: hue angle of 50.97º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAAC5D is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 93 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.27 |
| HSL | 50.97º | 0.4% | 0.55% | - |
| HSV(B) | 50.97º | 0.5% | 0.73% | - |
| XYZ | 36.98 | 40.73 | 16.27 | - |
| YUV | 167.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 93 | 0 | 0.08 | 0.5 | 0.27 | 50.97 | 0.4 | 0.55 |
| Hex | BA | AC | 5D | 0 | 8 | 32 | 1B | 33 | 28 | 37 |
| Octal | 272 | 254 | 135 | 0 | 10 | 62 | 33 | 63 | 50 | 67 |
| Binary | 10111010 | 10101100 | 1011101 | 0 | 1000 | 110010 | 11011 | 110011 | 101000 | 110111 |
Color Harmonies of #BAAC5D
Complementary color
Monochromatic Colors of #BAAC5D
Black with #BAAC5D
Text Example
Text Example
White with #BAAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC5D; }
p { color: rgb(186,172,93); }
H1.HeaderClassName
{
color: #BAAC5D;
}
.AnyTagClassName
{
color: #BAAC5D;
}
</style>
background-color css
<style>
a { background-color: #BAAC5D; }
a { background-color: rgb(186,172,93); }
div.DivClassName
{
background-color: #BAAC5D;
}
.BgClassName
{
background-color: #BAAC5D;
}
</style>
border-color css
<style>
span { border-color: #BAAC5D; }
span { border-color: rgb(186,172,93); }
td.TdClassName
{
border-color: #BAAC5D;
}
.TagClassName
{
border-color: #BAAC5D;
}
</style>