Shades of Martini #BAA7A1
Tints of Martini #BAA7A1
RGB
CMYK
RGB Variations
Color information
#BAA7A1 (or 0xBAA7A1) is known color: Martini. HEX triplet: BA, A7 and A1. RGB value is (186,167,161). Sum of RGB (Red+Green+Blue) = 186+167+161=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA7A1 is #45585E. Grayscale: #ACACAC. Windows color (decimal): -4544607 or 10594234. OLE color: 10594234.
HSL color Cylindrical-coordinate representation of color #BAA7A1: hue angle of 14.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA7A1 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 167 | 161 | - |
CMYK | 0 | 0.10 | 0.13 | 0.27 |
HSL | 14.4º | 0.15% | 0.68% | - |
HSV(B) | 14.4º | 0.13% | 0.73% | - |
XYZ | 40.5 | 40.65 | 39.43 | - |
YUV | 172 | 121.79 | 137.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 167 | 161 | 0 | 0.10 | 0.13 | 0.27 | 14.4 | 0.15 | 0.68 |
Hex | BA | A7 | A1 | 0 | A | D | 1B | E | F | 44 |
Octal | 272 | 247 | 241 | 0 | 12 | 15 | 33 | 16 | 17 | 104 |
Binary | 10111010 | 10100111 | 10100001 | 0 | 1010 | 1101 | 11011 | 1110 | 1111 | 1000100 |
Color Harmonies of #BAA7A1
Complementary color
Monochromatic Colors of #BAA7A1
Black with #BAA7A1
Text Example
Text Example
White with #BAA7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7A1; }
p { color: rgb(186,167,161); }
H1.HeaderClassName
{
color: #BAA7A1;
}
.AnyTagClassName
{
color: #BAA7A1;
}
</style>
background-color css
<style>
a { background-color: #BAA7A1; }
a { background-color: rgb(186,167,161); }
div.DivClassName
{
background-color: #BAA7A1;
}
.BgClassName
{
background-color: #BAA7A1;
}
</style>
border-color css
<style>
span { border-color: #BAA7A1; }
span { border-color: rgb(186,167,161); }
td.TdClassName
{
border-color: #BAA7A1;
}
.TagClassName
{
border-color: #BAA7A1;
}
</style>