Shades of Gimblet #BAB066
Tints of Gimblet #BAB066
RGB
CMYK
RGB Variations
Color information
#BAB066 (or 0xBAB066) is known color: Gimblet. HEX triplet: BA, B0 and 66. RGB value is (186,176,102). Sum of RGB (Red+Green+Blue) = 186+176+102=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB066 is #454F99. Grayscale: #AAAAAA. Windows color (decimal): -4542362 or 6729914. OLE color: 6729914.
HSL color Cylindrical-coordinate representation of color #BAB066: hue angle of 52.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAB066 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 102 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.27 |
| HSL | 52.86º | 0.38% | 0.56% | - |
| HSV(B) | 52.86º | 0.45% | 0.73% | - |
| XYZ | 38.17 | 42.45 | 18.75 | - |
| YUV | 170.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 102 | 0 | 0.05 | 0.45 | 0.27 | 52.86 | 0.38 | 0.56 |
| Hex | BA | B0 | 66 | 0 | 5 | 2D | 1B | 35 | 26 | 38 |
| Octal | 272 | 260 | 146 | 0 | 5 | 55 | 33 | 65 | 46 | 70 |
| Binary | 10111010 | 10110000 | 1100110 | 0 | 101 | 101101 | 11011 | 110101 | 100110 | 111000 |
Color Harmonies of #BAB066
Complementary color
Monochromatic Colors of #BAB066
Black with #BAB066
Text Example
Text Example
White with #BAB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB066; }
p { color: rgb(186,176,102); }
H1.HeaderClassName
{
color: #BAB066;
}
.AnyTagClassName
{
color: #BAB066;
}
</style>
background-color css
<style>
a { background-color: #BAB066; }
a { background-color: rgb(186,176,102); }
div.DivClassName
{
background-color: #BAB066;
}
.BgClassName
{
background-color: #BAB066;
}
</style>
border-color css
<style>
span { border-color: #BAB066; }
span { border-color: rgb(186,176,102); }
td.TdClassName
{
border-color: #BAB066;
}
.TagClassName
{
border-color: #BAB066;
}
</style>