Shades of Gimblet #BAB065
Tints of Gimblet #BAB065
RGB
CMYK
RGB Variations
Color information
#BAB065 (or 0xBAB065) is known color: Gimblet. HEX triplet: BA, B0 and 65. RGB value is (186,176,101). Sum of RGB (Red+Green+Blue) = 186+176+101=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB065 is #454F9A. Grayscale: #AAAAAA. Windows color (decimal): -4542363 or 6664378. OLE color: 6664378.
HSL color Cylindrical-coordinate representation of color #BAB065: hue angle of 52.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAB065 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 101 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.27 |
| HSL | 52.94º | 0.38% | 0.56% | - |
| HSV(B) | 52.94º | 0.46% | 0.73% | - |
| XYZ | 38.12 | 42.43 | 18.49 | - |
| YUV | 170.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 101 | 0 | 0.05 | 0.46 | 0.27 | 52.94 | 0.38 | 0.56 |
| Hex | BA | B0 | 65 | 0 | 5 | 2E | 1B | 35 | 26 | 38 |
| Octal | 272 | 260 | 145 | 0 | 5 | 56 | 33 | 65 | 46 | 70 |
| Binary | 10111010 | 10110000 | 1100101 | 0 | 101 | 101110 | 11011 | 110101 | 100110 | 111000 |
Color Harmonies of #BAB065
Complementary color
Monochromatic Colors of #BAB065
Black with #BAB065
Text Example
Text Example
White with #BAB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB065; }
p { color: rgb(186,176,101); }
H1.HeaderClassName
{
color: #BAB065;
}
.AnyTagClassName
{
color: #BAB065;
}
</style>
background-color css
<style>
a { background-color: #BAB065; }
a { background-color: rgb(186,176,101); }
div.DivClassName
{
background-color: #BAB065;
}
.BgClassName
{
background-color: #BAB065;
}
</style>
border-color css
<style>
span { border-color: #BAB065; }
span { border-color: rgb(186,176,101); }
td.TdClassName
{
border-color: #BAB065;
}
.TagClassName
{
border-color: #BAB065;
}
</style>