Shades of Gimblet #BAAB5A
Tints of Gimblet #BAAB5A
RGB
CMYK
RGB Variations
Color information
#BAAB5A (or 0xBAAB5A) is known color: Gimblet. HEX triplet: BA, AB and 5A. RGB value is (186,171,90). Sum of RGB (Red+Green+Blue) = 186+171+90=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB5A is #4554A5. Grayscale: #A6A6A6. Windows color (decimal): -4543654 or 5942202. OLE color: 5942202.
HSL color Cylindrical-coordinate representation of color #BAAB5A: hue angle of 50.62º 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 #BAAB5A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 90 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.27 |
| HSL | 50.63º | 0.41% | 0.54% | - |
| HSV(B) | 50.63º | 0.52% | 0.73% | - |
| XYZ | 36.66 | 40.3 | 15.52 | - |
| YUV | 166.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 90 | 0 | 0.08 | 0.52 | 0.27 | 50.63 | 0.41 | 0.54 |
| Hex | BA | AB | 5A | 0 | 8 | 34 | 1B | 33 | 29 | 36 |
| Octal | 272 | 253 | 132 | 0 | 10 | 64 | 33 | 63 | 51 | 66 |
| Binary | 10111010 | 10101011 | 1011010 | 0 | 1000 | 110100 | 11011 | 110011 | 101001 | 110110 |
Color Harmonies of #BAAB5A
Complementary color
Monochromatic Colors of #BAAB5A
Black with #BAAB5A
Text Example
Text Example
White with #BAAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB5A; }
p { color: rgb(186,171,90); }
H1.HeaderClassName
{
color: #BAAB5A;
}
.AnyTagClassName
{
color: #BAAB5A;
}
</style>
background-color css
<style>
a { background-color: #BAAB5A; }
a { background-color: rgb(186,171,90); }
div.DivClassName
{
background-color: #BAAB5A;
}
.BgClassName
{
background-color: #BAAB5A;
}
</style>
border-color css
<style>
span { border-color: #BAAB5A; }
span { border-color: rgb(186,171,90); }
td.TdClassName
{
border-color: #BAAB5A;
}
.TagClassName
{
border-color: #BAAB5A;
}
</style>