Shades of Gimblet #BAA45B
Tints of Gimblet #BAA45B
RGB
CMYK
RGB Variations
Color information
#BAA45B (or 0xBAA45B) is known color: Gimblet. HEX triplet: BA, A4 and 5B. RGB value is (186,164,91). Sum of RGB (Red+Green+Blue) = 186+164+91=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA45B is #455BA4. Grayscale: #A2A2A2. Windows color (decimal): -4545445 or 6005946. OLE color: 6005946.
HSL color Cylindrical-coordinate representation of color #BAA45B: hue angle of 46.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAA45B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 91 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.27 |
| HSL | 46.11º | 0.41% | 0.54% | - |
| HSV(B) | 46.11º | 0.51% | 0.73% | - |
| XYZ | 35.41 | 37.75 | 15.32 | - |
| YUV | 162.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 91 | 0 | 0.12 | 0.51 | 0.27 | 46.11 | 0.41 | 0.54 |
| Hex | BA | A4 | 5B | 0 | C | 33 | 1B | 2E | 29 | 36 |
| Octal | 272 | 244 | 133 | 0 | 14 | 63 | 33 | 56 | 51 | 66 |
| Binary | 10111010 | 10100100 | 1011011 | 0 | 1100 | 110011 | 11011 | 101110 | 101001 | 110110 |
Color Harmonies of #BAA45B
Complementary color
Monochromatic Colors of #BAA45B
Black with #BAA45B
Text Example
Text Example
White with #BAA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA45B; }
p { color: rgb(186,164,91); }
H1.HeaderClassName
{
color: #BAA45B;
}
.AnyTagClassName
{
color: #BAA45B;
}
</style>
background-color css
<style>
a { background-color: #BAA45B; }
a { background-color: rgb(186,164,91); }
div.DivClassName
{
background-color: #BAA45B;
}
.BgClassName
{
background-color: #BAA45B;
}
</style>
border-color css
<style>
span { border-color: #BAA45B; }
span { border-color: rgb(186,164,91); }
td.TdClassName
{
border-color: #BAA45B;
}
.TagClassName
{
border-color: #BAA45B;
}
</style>