Shades of Martini #BAA69F
Tints of Martini #BAA69F
RGB
CMYK
RGB Variations
Color information
#BAA69F (or 0xBAA69F) is known color: Martini. HEX triplet: BA, A6 and 9F. RGB value is (186,166,159). Sum of RGB (Red+Green+Blue) = 186+166+159=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA69F is #455960. Grayscale: #ABABAB. Windows color (decimal): -4544865 or 10462906. OLE color: 10462906.
HSL color Cylindrical-coordinate representation of color #BAA69F: hue angle of 15.56º 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 #BAA69F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 159 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.27 |
| HSL | 15.56º | 0.16% | 0.68% | - |
| HSV(B) | 15.56º | 0.15% | 0.73% | - |
| XYZ | 40.14 | 40.21 | 38.45 | - |
| YUV | 171.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 159 | 0 | 0.11 | 0.15 | 0.27 | 15.56 | 0.16 | 0.68 |
| Hex | BA | A6 | 9F | 0 | B | F | 1B | 10 | 10 | 44 |
| Octal | 272 | 246 | 237 | 0 | 13 | 17 | 33 | 20 | 20 | 104 |
| Binary | 10111010 | 10100110 | 10011111 | 0 | 1011 | 1111 | 11011 | 10000 | 10000 | 1000100 |
Color Harmonies of #BAA69F
Complementary color
Monochromatic Colors of #BAA69F
Black with #BAA69F
Text Example
Text Example
White with #BAA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA69F; }
p { color: rgb(186,166,159); }
H1.HeaderClassName
{
color: #BAA69F;
}
.AnyTagClassName
{
color: #BAA69F;
}
</style>
background-color css
<style>
a { background-color: #BAA69F; }
a { background-color: rgb(186,166,159); }
div.DivClassName
{
background-color: #BAA69F;
}
.BgClassName
{
background-color: #BAA69F;
}
</style>
border-color css
<style>
span { border-color: #BAA69F; }
span { border-color: rgb(186,166,159); }
td.TdClassName
{
border-color: #BAA69F;
}
.TagClassName
{
border-color: #BAA69F;
}
</style>