Shades of Gimblet #BAB15B
Tints of Gimblet #BAB15B
RGB
CMYK
RGB Variations
Color information
#BAB15B (or 0xBAB15B) is known color: Gimblet. HEX triplet: BA, B1 and 5B. RGB value is (186,177,91). Sum of RGB (Red+Green+Blue) = 186+177+91=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB15B is #454EA4. Grayscale: #AAAAAA. Windows color (decimal): -4542117 or 6009274. OLE color: 6009274.
HSL color Cylindrical-coordinate representation of color #BAB15B: hue angle of 54.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAB15B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 91 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.27 |
| HSL | 54.32º | 0.41% | 0.54% | - |
| HSV(B) | 54.32º | 0.51% | 0.73% | - |
| XYZ | 37.86 | 42.64 | 16.13 | - |
| YUV | 169.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 91 | 0 | 0.05 | 0.51 | 0.27 | 54.32 | 0.41 | 0.54 |
| Hex | BA | B1 | 5B | 0 | 5 | 33 | 1B | 36 | 29 | 36 |
| Octal | 272 | 261 | 133 | 0 | 5 | 63 | 33 | 66 | 51 | 66 |
| Binary | 10111010 | 10110001 | 1011011 | 0 | 101 | 110011 | 11011 | 110110 | 101001 | 110110 |
Color Harmonies of #BAB15B
Complementary color
Monochromatic Colors of #BAB15B
Black with #BAB15B
Text Example
Text Example
White with #BAB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB15B; }
p { color: rgb(186,177,91); }
H1.HeaderClassName
{
color: #BAB15B;
}
.AnyTagClassName
{
color: #BAB15B;
}
</style>
background-color css
<style>
a { background-color: #BAB15B; }
a { background-color: rgb(186,177,91); }
div.DivClassName
{
background-color: #BAB15B;
}
.BgClassName
{
background-color: #BAB15B;
}
</style>
border-color css
<style>
span { border-color: #BAB15B; }
span { border-color: rgb(186,177,91); }
td.TdClassName
{
border-color: #BAB15B;
}
.TagClassName
{
border-color: #BAB15B;
}
</style>