Shades of Gimblet #BAAE56
Tints of Gimblet #BAAE56
RGB
CMYK
RGB Variations
Color information
#BAAE56 (or 0xBAAE56) is known color: Gimblet. HEX triplet: BA, AE and 56. RGB value is (186,174,86). Sum of RGB (Red+Green+Blue) = 186+174+86=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE56 is #4551A9. Grayscale: #A7A7A7. Windows color (decimal): -4542890 or 5680826. OLE color: 5680826.
HSL color Cylindrical-coordinate representation of color #BAAE56: hue angle of 52.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAAE56 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 86 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.27 |
| HSL | 52.8º | 0.42% | 0.53% | - |
| HSV(B) | 52.8º | 0.54% | 0.73% | - |
| XYZ | 37.07 | 41.38 | 14.84 | - |
| YUV | 167.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 86 | 0 | 0.06 | 0.54 | 0.27 | 52.8 | 0.42 | 0.53 |
| Hex | BA | AE | 56 | 0 | 6 | 36 | 1B | 35 | 2A | 35 |
| Octal | 272 | 256 | 126 | 0 | 6 | 66 | 33 | 65 | 52 | 65 |
| Binary | 10111010 | 10101110 | 1010110 | 0 | 110 | 110110 | 11011 | 110101 | 101010 | 110101 |
Color Harmonies of #BAAE56
Complementary color
Monochromatic Colors of #BAAE56
Black with #BAAE56
Text Example
Text Example
White with #BAAE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE56; }
p { color: rgb(186,174,86); }
H1.HeaderClassName
{
color: #BAAE56;
}
.AnyTagClassName
{
color: #BAAE56;
}
</style>
background-color css
<style>
a { background-color: #BAAE56; }
a { background-color: rgb(186,174,86); }
div.DivClassName
{
background-color: #BAAE56;
}
.BgClassName
{
background-color: #BAAE56;
}
</style>
border-color css
<style>
span { border-color: #BAAE56; }
span { border-color: rgb(186,174,86); }
td.TdClassName
{
border-color: #BAAE56;
}
.TagClassName
{
border-color: #BAAE56;
}
</style>