Shades of Gimblet #BAB160
Tints of Gimblet #BAB160
RGB
CMYK
RGB Variations
Color information
#BAB160 (or 0xBAB160) is known color: Gimblet. HEX triplet: BA, B1 and 60. RGB value is (186,177,96). Sum of RGB (Red+Green+Blue) = 186+177+96=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB160 is #454E9F. Grayscale: #AAAAAA. Windows color (decimal): -4542112 or 6336954. OLE color: 6336954.
HSL color Cylindrical-coordinate representation of color #BAB160: hue angle of 54º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAB160 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 96 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.27 |
| HSL | 54º | 0.39% | 0.55% | - |
| HSV(B) | 54º | 0.48% | 0.73% | - |
| XYZ | 38.08 | 42.73 | 17.31 | - |
| YUV | 170.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 96 | 0 | 0.05 | 0.48 | 0.27 | 54 | 0.39 | 0.55 |
| Hex | BA | B1 | 60 | 0 | 5 | 30 | 1B | 36 | 27 | 37 |
| Octal | 272 | 261 | 140 | 0 | 5 | 60 | 33 | 66 | 47 | 67 |
| Binary | 10111010 | 10110001 | 1100000 | 0 | 101 | 110000 | 11011 | 110110 | 100111 | 110111 |
Color Harmonies of #BAB160
Complementary color
Monochromatic Colors of #BAB160
Black with #BAB160
Text Example
Text Example
White with #BAB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB160; }
p { color: rgb(186,177,96); }
H1.HeaderClassName
{
color: #BAB160;
}
.AnyTagClassName
{
color: #BAB160;
}
</style>
background-color css
<style>
a { background-color: #BAB160; }
a { background-color: rgb(186,177,96); }
div.DivClassName
{
background-color: #BAB160;
}
.BgClassName
{
background-color: #BAB160;
}
</style>
border-color css
<style>
span { border-color: #BAB160; }
span { border-color: rgb(186,177,96); }
td.TdClassName
{
border-color: #BAB160;
}
.TagClassName
{
border-color: #BAB160;
}
</style>