Shades of Gimblet #BAB162
Tints of Gimblet #BAB162
RGB
CMYK
RGB Variations
Color information
#BAB162 (or 0xBAB162) is known color: Gimblet. HEX triplet: BA, B1 and 62. RGB value is (186,177,98). Sum of RGB (Red+Green+Blue) = 186+177+98=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB162 is #454E9D. Grayscale: #ABABAB. Windows color (decimal): -4542110 or 6468026. OLE color: 6468026.
HSL color Cylindrical-coordinate representation of color #BAB162: hue angle of 53.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAB162 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 98 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.27 |
| HSL | 53.86º | 0.39% | 0.56% | - |
| HSV(B) | 53.86º | 0.47% | 0.73% | - |
| XYZ | 38.18 | 42.77 | 17.8 | - |
| YUV | 170.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 98 | 0 | 0.05 | 0.47 | 0.27 | 53.86 | 0.39 | 0.56 |
| Hex | BA | B1 | 62 | 0 | 5 | 2F | 1B | 36 | 27 | 38 |
| Octal | 272 | 261 | 142 | 0 | 5 | 57 | 33 | 66 | 47 | 70 |
| Binary | 10111010 | 10110001 | 1100010 | 0 | 101 | 101111 | 11011 | 110110 | 100111 | 111000 |
Color Harmonies of #BAB162
Complementary color
Monochromatic Colors of #BAB162
Black with #BAB162
Text Example
Text Example
White with #BAB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB162; }
p { color: rgb(186,177,98); }
H1.HeaderClassName
{
color: #BAB162;
}
.AnyTagClassName
{
color: #BAB162;
}
</style>
background-color css
<style>
a { background-color: #BAB162; }
a { background-color: rgb(186,177,98); }
div.DivClassName
{
background-color: #BAB162;
}
.BgClassName
{
background-color: #BAB162;
}
</style>
border-color css
<style>
span { border-color: #BAB162; }
span { border-color: rgb(186,177,98); }
td.TdClassName
{
border-color: #BAB162;
}
.TagClassName
{
border-color: #BAB162;
}
</style>