Shades of Gimblet #BAA75A
Tints of Gimblet #BAA75A
RGB
CMYK
RGB Variations
Color information
#BAA75A (or 0xBAA75A) is known color: Gimblet. HEX triplet: BA, A7 and 5A. RGB value is (186,167,90). Sum of RGB (Red+Green+Blue) = 186+167+90=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA75A is #4558A5. Grayscale: #A4A4A4. Windows color (decimal): -4544678 or 5941178. OLE color: 5941178.
HSL color Cylindrical-coordinate representation of color #BAA75A: hue angle of 48.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAA75A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 90 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.27 |
| HSL | 48.13º | 0.41% | 0.54% | - |
| HSV(B) | 48.13º | 0.52% | 0.73% | - |
| XYZ | 35.91 | 38.81 | 15.27 | - |
| YUV | 163.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 90 | 0 | 0.10 | 0.52 | 0.27 | 48.13 | 0.41 | 0.54 |
| Hex | BA | A7 | 5A | 0 | A | 34 | 1B | 30 | 29 | 36 |
| Octal | 272 | 247 | 132 | 0 | 12 | 64 | 33 | 60 | 51 | 66 |
| Binary | 10111010 | 10100111 | 1011010 | 0 | 1010 | 110100 | 11011 | 110000 | 101001 | 110110 |
Color Harmonies of #BAA75A
Complementary color
Monochromatic Colors of #BAA75A
Black with #BAA75A
Text Example
Text Example
White with #BAA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA75A; }
p { color: rgb(186,167,90); }
H1.HeaderClassName
{
color: #BAA75A;
}
.AnyTagClassName
{
color: #BAA75A;
}
</style>
background-color css
<style>
a { background-color: #BAA75A; }
a { background-color: rgb(186,167,90); }
div.DivClassName
{
background-color: #BAA75A;
}
.BgClassName
{
background-color: #BAA75A;
}
</style>
border-color css
<style>
span { border-color: #BAA75A; }
span { border-color: rgb(186,167,90); }
td.TdClassName
{
border-color: #BAA75A;
}
.TagClassName
{
border-color: #BAA75A;
}
</style>