Shades of Gimblet #BAAA5D
Tints of Gimblet #BAAA5D
RGB
CMYK
RGB Variations
Color information
#BAAA5D (or 0xBAAA5D) is known color: Gimblet. HEX triplet: BA, AA and 5D. RGB value is (186,170,93). Sum of RGB (Red+Green+Blue) = 186+170+93=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5D is #4555A2. Grayscale: #A6A6A6. Windows color (decimal): -4543907 or 6138554. OLE color: 6138554.
HSL color Cylindrical-coordinate representation of color #BAAA5D: hue angle of 49.68º 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 #BAAA5D is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 93 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.27 |
| HSL | 49.68º | 0.4% | 0.55% | - |
| HSV(B) | 49.68º | 0.5% | 0.73% | - |
| XYZ | 36.6 | 39.98 | 16.14 | - |
| YUV | 166.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 93 | 0 | 0.09 | 0.5 | 0.27 | 49.68 | 0.4 | 0.55 |
| Hex | BA | AA | 5D | 0 | 9 | 32 | 1B | 32 | 28 | 37 |
| Octal | 272 | 252 | 135 | 0 | 11 | 62 | 33 | 62 | 50 | 67 |
| Binary | 10111010 | 10101010 | 1011101 | 0 | 1001 | 110010 | 11011 | 110010 | 101000 | 110111 |
Color Harmonies of #BAAA5D
Complementary color
Monochromatic Colors of #BAAA5D
Black with #BAAA5D
Text Example
Text Example
White with #BAAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA5D; }
p { color: rgb(186,170,93); }
H1.HeaderClassName
{
color: #BAAA5D;
}
.AnyTagClassName
{
color: #BAAA5D;
}
</style>
background-color css
<style>
a { background-color: #BAAA5D; }
a { background-color: rgb(186,170,93); }
div.DivClassName
{
background-color: #BAAA5D;
}
.BgClassName
{
background-color: #BAAA5D;
}
</style>
border-color css
<style>
span { border-color: #BAAA5D; }
span { border-color: rgb(186,170,93); }
td.TdClassName
{
border-color: #BAAA5D;
}
.TagClassName
{
border-color: #BAAA5D;
}
</style>