Shades of Gimblet #BAA65D
Tints of Gimblet #BAA65D
RGB
CMYK
RGB Variations
Color information
#BAA65D (or 0xBAA65D) is known color: Gimblet. HEX triplet: BA, A6 and 5D. RGB value is (186,166,93). Sum of RGB (Red+Green+Blue) = 186+166+93=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA65D is #4559A2. Grayscale: #A3A3A3. Windows color (decimal): -4544931 or 6137530. OLE color: 6137530.
HSL color Cylindrical-coordinate representation of color #BAA65D: hue angle of 47.1º 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 #BAA65D is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 93 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.27 |
| HSL | 47.1º | 0.4% | 0.55% | - |
| HSV(B) | 47.1º | 0.5% | 0.73% | - |
| XYZ | 35.86 | 38.5 | 15.9 | - |
| YUV | 163.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 93 | 0 | 0.11 | 0.5 | 0.27 | 47.1 | 0.4 | 0.55 |
| Hex | BA | A6 | 5D | 0 | B | 32 | 1B | 2F | 28 | 37 |
| Octal | 272 | 246 | 135 | 0 | 13 | 62 | 33 | 57 | 50 | 67 |
| Binary | 10111010 | 10100110 | 1011101 | 0 | 1011 | 110010 | 11011 | 101111 | 101000 | 110111 |
Color Harmonies of #BAA65D
Complementary color
Monochromatic Colors of #BAA65D
Black with #BAA65D
Text Example
Text Example
White with #BAA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA65D; }
p { color: rgb(186,166,93); }
H1.HeaderClassName
{
color: #BAA65D;
}
.AnyTagClassName
{
color: #BAA65D;
}
</style>
background-color css
<style>
a { background-color: #BAA65D; }
a { background-color: rgb(186,166,93); }
div.DivClassName
{
background-color: #BAA65D;
}
.BgClassName
{
background-color: #BAA65D;
}
</style>
border-color css
<style>
span { border-color: #BAA65D; }
span { border-color: rgb(186,166,93); }
td.TdClassName
{
border-color: #BAA65D;
}
.TagClassName
{
border-color: #BAA65D;
}
</style>