Shades of Gimblet #BAB265
Tints of Gimblet #BAB265
RGB
CMYK
RGB Variations
Color information
#BAB265 (or 0xBAB265) is known color: Gimblet. HEX triplet: BA, B2 and 65. RGB value is (186,178,101). Sum of RGB (Red+Green+Blue) = 186+178+101=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB265 is #454D9A. Grayscale: #ABABAB. Windows color (decimal): -4541851 or 6664890. OLE color: 6664890.
HSL color Cylindrical-coordinate representation of color #BAB265: hue angle of 54.35º 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 #BAB265 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 101 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.27 |
| HSL | 54.35º | 0.38% | 0.56% | - |
| HSV(B) | 54.35º | 0.46% | 0.73% | - |
| XYZ | 38.52 | 43.22 | 18.62 | - |
| YUV | 171.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 101 | 0 | 0.04 | 0.46 | 0.27 | 54.35 | 0.38 | 0.56 |
| Hex | BA | B2 | 65 | 0 | 4 | 2E | 1B | 36 | 26 | 38 |
| Octal | 272 | 262 | 145 | 0 | 4 | 56 | 33 | 66 | 46 | 70 |
| Binary | 10111010 | 10110010 | 1100101 | 0 | 100 | 101110 | 11011 | 110110 | 100110 | 111000 |
Color Harmonies of #BAB265
Complementary color
Monochromatic Colors of #BAB265
Black with #BAB265
Text Example
Text Example
White with #BAB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB265; }
p { color: rgb(186,178,101); }
H1.HeaderClassName
{
color: #BAB265;
}
.AnyTagClassName
{
color: #BAB265;
}
</style>
background-color css
<style>
a { background-color: #BAB265; }
a { background-color: rgb(186,178,101); }
div.DivClassName
{
background-color: #BAB265;
}
.BgClassName
{
background-color: #BAB265;
}
</style>
border-color css
<style>
span { border-color: #BAB265; }
span { border-color: rgb(186,178,101); }
td.TdClassName
{
border-color: #BAB265;
}
.TagClassName
{
border-color: #BAB265;
}
</style>