Shades of Gimblet #BAAB55
Tints of Gimblet #BAAB55
RGB
CMYK
RGB Variations
Color information
#BAAB55 (or 0xBAAB55) is known color: Gimblet. HEX triplet: BA, AB and 55. RGB value is (186,171,85). Sum of RGB (Red+Green+Blue) = 186+171+85=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB55 is #4554AA. Grayscale: #A6A6A6. Windows color (decimal): -4543659 or 5614522. OLE color: 5614522.
HSL color Cylindrical-coordinate representation of color #BAAB55: hue angle of 51.09º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAAB55 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 85 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.27 |
| HSL | 51.09º | 0.42% | 0.53% | - |
| HSV(B) | 51.09º | 0.54% | 0.73% | - |
| XYZ | 36.45 | 40.22 | 14.44 | - |
| YUV | 165.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 85 | 0 | 0.08 | 0.54 | 0.27 | 51.09 | 0.42 | 0.53 |
| Hex | BA | AB | 55 | 0 | 8 | 36 | 1B | 33 | 2A | 35 |
| Octal | 272 | 253 | 125 | 0 | 10 | 66 | 33 | 63 | 52 | 65 |
| Binary | 10111010 | 10101011 | 1010101 | 0 | 1000 | 110110 | 11011 | 110011 | 101010 | 110101 |
Color Harmonies of #BAAB55
Complementary color
Monochromatic Colors of #BAAB55
Black with #BAAB55
Text Example
Text Example
White with #BAAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB55; }
p { color: rgb(186,171,85); }
H1.HeaderClassName
{
color: #BAAB55;
}
.AnyTagClassName
{
color: #BAAB55;
}
</style>
background-color css
<style>
a { background-color: #BAAB55; }
a { background-color: rgb(186,171,85); }
div.DivClassName
{
background-color: #BAAB55;
}
.BgClassName
{
background-color: #BAAB55;
}
</style>
border-color css
<style>
span { border-color: #BAAB55; }
span { border-color: rgb(186,171,85); }
td.TdClassName
{
border-color: #BAAB55;
}
.TagClassName
{
border-color: #BAAB55;
}
</style>