Shades of Gimblet #BAA65B
Tints of Gimblet #BAA65B
RGB
CMYK
RGB Variations
Color information
#BAA65B (or 0xBAA65B) is known color: Gimblet. HEX triplet: BA, A6 and 5B. RGB value is (186,166,91). Sum of RGB (Red+Green+Blue) = 186+166+91=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA65B is #4559A4. Grayscale: #A3A3A3. Windows color (decimal): -4544933 or 6006458. OLE color: 6006458.
HSL color Cylindrical-coordinate representation of color #BAA65B: hue angle of 47.37º 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 #BAA65B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 91 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.27 |
| HSL | 47.37º | 0.41% | 0.54% | - |
| HSV(B) | 47.37º | 0.51% | 0.73% | - |
| XYZ | 35.77 | 38.47 | 15.44 | - |
| YUV | 163.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 91 | 0 | 0.11 | 0.51 | 0.27 | 47.37 | 0.41 | 0.54 |
| Hex | BA | A6 | 5B | 0 | B | 33 | 1B | 2F | 29 | 36 |
| Octal | 272 | 246 | 133 | 0 | 13 | 63 | 33 | 57 | 51 | 66 |
| Binary | 10111010 | 10100110 | 1011011 | 0 | 1011 | 110011 | 11011 | 101111 | 101001 | 110110 |
Color Harmonies of #BAA65B
Complementary color
Monochromatic Colors of #BAA65B
Black with #BAA65B
Text Example
Text Example
White with #BAA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA65B; }
p { color: rgb(186,166,91); }
H1.HeaderClassName
{
color: #BAA65B;
}
.AnyTagClassName
{
color: #BAA65B;
}
</style>
background-color css
<style>
a { background-color: #BAA65B; }
a { background-color: rgb(186,166,91); }
div.DivClassName
{
background-color: #BAA65B;
}
.BgClassName
{
background-color: #BAA65B;
}
</style>
border-color css
<style>
span { border-color: #BAA65B; }
span { border-color: rgb(186,166,91); }
td.TdClassName
{
border-color: #BAA65B;
}
.TagClassName
{
border-color: #BAA65B;
}
</style>