Shades of Gimblet #BAAB59
Tints of Gimblet #BAAB59
RGB
CMYK
RGB Variations
Color information
#BAAB59 (or 0xBAAB59) is known color: Gimblet. HEX triplet: BA, AB and 59. RGB value is (186,171,89). Sum of RGB (Red+Green+Blue) = 186+171+89=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB59 is #4554A6. Grayscale: #A6A6A6. Windows color (decimal): -4543655 or 5876666. OLE color: 5876666.
HSL color Cylindrical-coordinate representation of color #BAAB59: hue angle of 50.72º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAAB59 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 89 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.27 |
| HSL | 50.72º | 0.41% | 0.54% | - |
| HSV(B) | 50.72º | 0.52% | 0.73% | - |
| XYZ | 36.62 | 40.29 | 15.3 | - |
| YUV | 166.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 89 | 0 | 0.08 | 0.52 | 0.27 | 50.72 | 0.41 | 0.54 |
| Hex | BA | AB | 59 | 0 | 8 | 34 | 1B | 33 | 29 | 36 |
| Octal | 272 | 253 | 131 | 0 | 10 | 64 | 33 | 63 | 51 | 66 |
| Binary | 10111010 | 10101011 | 1011001 | 0 | 1000 | 110100 | 11011 | 110011 | 101001 | 110110 |
Color Harmonies of #BAAB59
Complementary color
Monochromatic Colors of #BAAB59
Black with #BAAB59
Text Example
Text Example
White with #BAAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB59; }
p { color: rgb(186,171,89); }
H1.HeaderClassName
{
color: #BAAB59;
}
.AnyTagClassName
{
color: #BAAB59;
}
</style>
background-color css
<style>
a { background-color: #BAAB59; }
a { background-color: rgb(186,171,89); }
div.DivClassName
{
background-color: #BAAB59;
}
.BgClassName
{
background-color: #BAAB59;
}
</style>
border-color css
<style>
span { border-color: #BAAB59; }
span { border-color: rgb(186,171,89); }
td.TdClassName
{
border-color: #BAAB59;
}
.TagClassName
{
border-color: #BAAB59;
}
</style>