Shades of Gimblet #BAA75D
Tints of Gimblet #BAA75D
RGB
CMYK
RGB Variations
Color information
#BAA75D (or 0xBAA75D) is known color: Gimblet. HEX triplet: BA, A7 and 5D. RGB value is (186,167,93). Sum of RGB (Red+Green+Blue) = 186+167+93=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA75D is #4558A2. Grayscale: #A4A4A4. Windows color (decimal): -4544675 or 6137786. OLE color: 6137786.
HSL color Cylindrical-coordinate representation of color #BAA75D: hue angle of 47.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAA75D is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 93 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.27 |
| HSL | 47.74º | 0.4% | 0.55% | - |
| HSV(B) | 47.74º | 0.5% | 0.73% | - |
| XYZ | 36.04 | 38.87 | 15.96 | - |
| YUV | 164.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 93 | 0 | 0.10 | 0.5 | 0.27 | 47.74 | 0.4 | 0.55 |
| Hex | BA | A7 | 5D | 0 | A | 32 | 1B | 30 | 28 | 37 |
| Octal | 272 | 247 | 135 | 0 | 12 | 62 | 33 | 60 | 50 | 67 |
| Binary | 10111010 | 10100111 | 1011101 | 0 | 1010 | 110010 | 11011 | 110000 | 101000 | 110111 |
Color Harmonies of #BAA75D
Complementary color
Monochromatic Colors of #BAA75D
Black with #BAA75D
Text Example
Text Example
White with #BAA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA75D; }
p { color: rgb(186,167,93); }
H1.HeaderClassName
{
color: #BAA75D;
}
.AnyTagClassName
{
color: #BAA75D;
}
</style>
background-color css
<style>
a { background-color: #BAA75D; }
a { background-color: rgb(186,167,93); }
div.DivClassName
{
background-color: #BAA75D;
}
.BgClassName
{
background-color: #BAA75D;
}
</style>
border-color css
<style>
span { border-color: #BAA75D; }
span { border-color: rgb(186,167,93); }
td.TdClassName
{
border-color: #BAA75D;
}
.TagClassName
{
border-color: #BAA75D;
}
</style>