Shades of Gimblet #BAA566
Tints of Gimblet #BAA566
RGB
CMYK
RGB Variations
Color information
#BAA566 (or 0xBAA566) is known color: Gimblet. HEX triplet: BA, A5 and 66. RGB value is (186,165,102). Sum of RGB (Red+Green+Blue) = 186+165+102=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA566 is #455A99. Grayscale: #A4A4A4. Windows color (decimal): -4545178 or 6727098. OLE color: 6727098.
HSL color Cylindrical-coordinate representation of color #BAA566: hue angle of 45º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAA566 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 102 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.27 |
| HSL | 45º | 0.38% | 0.56% | - |
| HSV(B) | 45º | 0.45% | 0.73% | - |
| XYZ | 36.1 | 38.31 | 18.06 | - |
| YUV | 164.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 102 | 0 | 0.11 | 0.45 | 0.27 | 45 | 0.38 | 0.56 |
| Hex | BA | A5 | 66 | 0 | B | 2D | 1B | 2D | 26 | 38 |
| Octal | 272 | 245 | 146 | 0 | 13 | 55 | 33 | 55 | 46 | 70 |
| Binary | 10111010 | 10100101 | 1100110 | 0 | 1011 | 101101 | 11011 | 101101 | 100110 | 111000 |
Color Harmonies of #BAA566
Complementary color
Monochromatic Colors of #BAA566
Black with #BAA566
Text Example
Text Example
White with #BAA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA566; }
p { color: rgb(186,165,102); }
H1.HeaderClassName
{
color: #BAA566;
}
.AnyTagClassName
{
color: #BAA566;
}
</style>
background-color css
<style>
a { background-color: #BAA566; }
a { background-color: rgb(186,165,102); }
div.DivClassName
{
background-color: #BAA566;
}
.BgClassName
{
background-color: #BAA566;
}
</style>
border-color css
<style>
span { border-color: #BAA566; }
span { border-color: rgb(186,165,102); }
td.TdClassName
{
border-color: #BAA566;
}
.TagClassName
{
border-color: #BAA566;
}
</style>