Shades of Gimblet #BAA85D
Tints of Gimblet #BAA85D
RGB
CMYK
RGB Variations
Color information
#BAA85D (or 0xBAA85D) is known color: Gimblet. HEX triplet: BA, A8 and 5D. RGB value is (186,168,93). Sum of RGB (Red+Green+Blue) = 186+168+93=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA85D is #4557A2. Grayscale: #A5A5A5. Windows color (decimal): -4544419 or 6138042. OLE color: 6138042.
HSL color Cylindrical-coordinate representation of color #BAA85D: hue angle of 48.39º 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 #BAA85D is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 93 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.27 |
| HSL | 48.39º | 0.4% | 0.55% | - |
| HSV(B) | 48.39º | 0.5% | 0.73% | - |
| XYZ | 36.23 | 39.23 | 16.02 | - |
| YUV | 164.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 93 | 0 | 0.10 | 0.5 | 0.27 | 48.39 | 0.4 | 0.55 |
| Hex | BA | A8 | 5D | 0 | A | 32 | 1B | 30 | 28 | 37 |
| Octal | 272 | 250 | 135 | 0 | 12 | 62 | 33 | 60 | 50 | 67 |
| Binary | 10111010 | 10101000 | 1011101 | 0 | 1010 | 110010 | 11011 | 110000 | 101000 | 110111 |
Color Harmonies of #BAA85D
Complementary color
Monochromatic Colors of #BAA85D
Black with #BAA85D
Text Example
Text Example
White with #BAA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA85D; }
p { color: rgb(186,168,93); }
H1.HeaderClassName
{
color: #BAA85D;
}
.AnyTagClassName
{
color: #BAA85D;
}
</style>
background-color css
<style>
a { background-color: #BAA85D; }
a { background-color: rgb(186,168,93); }
div.DivClassName
{
background-color: #BAA85D;
}
.BgClassName
{
background-color: #BAA85D;
}
</style>
border-color css
<style>
span { border-color: #BAA85D; }
span { border-color: rgb(186,168,93); }
td.TdClassName
{
border-color: #BAA85D;
}
.TagClassName
{
border-color: #BAA85D;
}
</style>