Shades of Martini #BAA59F
Tints of Martini #BAA59F
RGB
CMYK
RGB Variations
Color information
#BAA59F (or 0xBAA59F) is known color: Martini. HEX triplet: BA, A5 and 9F. RGB value is (186,165,159). Sum of RGB (Red+Green+Blue) = 186+165+159=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59F is #455A60. Grayscale: #AAAAAA. Windows color (decimal): -4545121 or 10462650. OLE color: 10462650.
HSL color Cylindrical-coordinate representation of color #BAA59F: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA59F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 159 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.27 |
| HSL | 13.33º | 0.16% | 0.68% | - |
| HSV(B) | 13.33º | 0.15% | 0.73% | - |
| XYZ | 39.96 | 39.85 | 38.39 | - |
| YUV | 170.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 159 | 0 | 0.11 | 0.15 | 0.27 | 13.33 | 0.16 | 0.68 |
| Hex | BA | A5 | 9F | 0 | B | F | 1B | D | 10 | 44 |
| Octal | 272 | 245 | 237 | 0 | 13 | 17 | 33 | 15 | 20 | 104 |
| Binary | 10111010 | 10100101 | 10011111 | 0 | 1011 | 1111 | 11011 | 1101 | 10000 | 1000100 |
Color Harmonies of #BAA59F
Complementary color
Monochromatic Colors of #BAA59F
Black with #BAA59F
Text Example
Text Example
White with #BAA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA59F; }
p { color: rgb(186,165,159); }
H1.HeaderClassName
{
color: #BAA59F;
}
.AnyTagClassName
{
color: #BAA59F;
}
</style>
background-color css
<style>
a { background-color: #BAA59F; }
a { background-color: rgb(186,165,159); }
div.DivClassName
{
background-color: #BAA59F;
}
.BgClassName
{
background-color: #BAA59F;
}
</style>
border-color css
<style>
span { border-color: #BAA59F; }
span { border-color: rgb(186,165,159); }
td.TdClassName
{
border-color: #BAA59F;
}
.TagClassName
{
border-color: #BAA59F;
}
</style>