Shades of Gimblet #BAB25E
Tints of Gimblet #BAB25E
RGB
CMYK
RGB Variations
Color information
#BAB25E (or 0xBAB25E) is known color: Gimblet. HEX triplet: BA, B2 and 5E. RGB value is (186,178,94). Sum of RGB (Red+Green+Blue) = 186+178+94=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB25E is #454DA1. Grayscale: #ABABAB. Windows color (decimal): -4541858 or 6206138. OLE color: 6206138.
HSL color Cylindrical-coordinate representation of color #BAB25E: hue angle of 54.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAB25E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 94 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.27 |
| HSL | 54.78º | 0.4% | 0.55% | - |
| HSV(B) | 54.78º | 0.49% | 0.73% | - |
| XYZ | 38.19 | 43.09 | 16.89 | - |
| YUV | 170.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 94 | 0 | 0.04 | 0.49 | 0.27 | 54.78 | 0.4 | 0.55 |
| Hex | BA | B2 | 5E | 0 | 4 | 31 | 1B | 37 | 28 | 37 |
| Octal | 272 | 262 | 136 | 0 | 4 | 61 | 33 | 67 | 50 | 67 |
| Binary | 10111010 | 10110010 | 1011110 | 0 | 100 | 110001 | 11011 | 110111 | 101000 | 110111 |
Color Harmonies of #BAB25E
Complementary color
Monochromatic Colors of #BAB25E
Black with #BAB25E
Text Example
Text Example
White with #BAB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB25E; }
p { color: rgb(186,178,94); }
H1.HeaderClassName
{
color: #BAB25E;
}
.AnyTagClassName
{
color: #BAB25E;
}
</style>
background-color css
<style>
a { background-color: #BAB25E; }
a { background-color: rgb(186,178,94); }
div.DivClassName
{
background-color: #BAB25E;
}
.BgClassName
{
background-color: #BAB25E;
}
</style>
border-color css
<style>
span { border-color: #BAB25E; }
span { border-color: rgb(186,178,94); }
td.TdClassName
{
border-color: #BAB25E;
}
.TagClassName
{
border-color: #BAB25E;
}
</style>