Shades of Gimblet #BAB262
Tints of Gimblet #BAB262
RGB
CMYK
RGB Variations
Color information
#BAB262 (or 0xBAB262) is known color: Gimblet. HEX triplet: BA, B2 and 62. RGB value is (186,178,98). Sum of RGB (Red+Green+Blue) = 186+178+98=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB262 is #454D9D. Grayscale: #ABABAB. Windows color (decimal): -4541854 or 6468282. OLE color: 6468282.
HSL color Cylindrical-coordinate representation of color #BAB262: hue angle of 54.55º 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 #BAB262 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 98 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.27 |
| HSL | 54.55º | 0.39% | 0.56% | - |
| HSV(B) | 54.55º | 0.47% | 0.73% | - |
| XYZ | 38.37 | 43.16 | 17.86 | - |
| YUV | 171.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 98 | 0 | 0.04 | 0.47 | 0.27 | 54.55 | 0.39 | 0.56 |
| Hex | BA | B2 | 62 | 0 | 4 | 2F | 1B | 37 | 27 | 38 |
| Octal | 272 | 262 | 142 | 0 | 4 | 57 | 33 | 67 | 47 | 70 |
| Binary | 10111010 | 10110010 | 1100010 | 0 | 100 | 101111 | 11011 | 110111 | 100111 | 111000 |
Color Harmonies of #BAB262
Complementary color
Monochromatic Colors of #BAB262
Black with #BAB262
Text Example
Text Example
White with #BAB262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB262; }
p { color: rgb(186,178,98); }
H1.HeaderClassName
{
color: #BAB262;
}
.AnyTagClassName
{
color: #BAB262;
}
</style>
background-color css
<style>
a { background-color: #BAB262; }
a { background-color: rgb(186,178,98); }
div.DivClassName
{
background-color: #BAB262;
}
.BgClassName
{
background-color: #BAB262;
}
</style>
border-color css
<style>
span { border-color: #BAB262; }
span { border-color: rgb(186,178,98); }
td.TdClassName
{
border-color: #BAB262;
}
.TagClassName
{
border-color: #BAB262;
}
</style>