Shades of Gimblet #BAB362
Tints of Gimblet #BAB362
RGB
CMYK
RGB Variations
Color information
#BAB362 (or 0xBAB362) is known color: Gimblet. HEX triplet: BA, B3 and 62. RGB value is (186,179,98). Sum of RGB (Red+Green+Blue) = 186+179+98=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB362 is #454C9D. Grayscale: #ACACAC. Windows color (decimal): -4541598 or 6468538. OLE color: 6468538.
HSL color Cylindrical-coordinate representation of color #BAB362: hue angle of 55.23º 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 #BAB362 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 98 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.27 |
| HSL | 55.23º | 0.39% | 0.56% | - |
| HSV(B) | 55.23º | 0.47% | 0.73% | - |
| XYZ | 38.57 | 43.56 | 17.93 | - |
| YUV | 171.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 98 | 0 | 0.04 | 0.47 | 0.27 | 55.23 | 0.39 | 0.56 |
| Hex | BA | B3 | 62 | 0 | 4 | 2F | 1B | 37 | 27 | 38 |
| Octal | 272 | 263 | 142 | 0 | 4 | 57 | 33 | 67 | 47 | 70 |
| Binary | 10111010 | 10110011 | 1100010 | 0 | 100 | 101111 | 11011 | 110111 | 100111 | 111000 |
Color Harmonies of #BAB362
Complementary color
Monochromatic Colors of #BAB362
Black with #BAB362
Text Example
Text Example
White with #BAB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB362; }
p { color: rgb(186,179,98); }
H1.HeaderClassName
{
color: #BAB362;
}
.AnyTagClassName
{
color: #BAB362;
}
</style>
background-color css
<style>
a { background-color: #BAB362; }
a { background-color: rgb(186,179,98); }
div.DivClassName
{
background-color: #BAB362;
}
.BgClassName
{
background-color: #BAB362;
}
</style>
border-color css
<style>
span { border-color: #BAB362; }
span { border-color: rgb(186,179,98); }
td.TdClassName
{
border-color: #BAB362;
}
.TagClassName
{
border-color: #BAB362;
}
</style>