Shades of Martini #BAA2A0
Tints of Martini #BAA2A0
RGB
CMYK
RGB Variations
Color information
#BAA2A0 (or 0xBAA2A0) is known color: Martini. HEX triplet: BA, A2 and A0. RGB value is (186,162,160). Sum of RGB (Red+Green+Blue) = 186+162+160=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2A0 is #455D5F. Grayscale: #A8A8A8. Windows color (decimal): -4545888 or 10527418. OLE color: 10527418.
HSL color Cylindrical-coordinate representation of color #BAA2A0: hue angle of 4.62º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAA2A0 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 160 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.27 |
| HSL | 4.62º | 0.16% | 0.68% | - |
| HSV(B) | 4.62º | 0.14% | 0.73% | - |
| XYZ | 39.52 | 38.82 | 38.67 | - |
| YUV | 168.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 160 | 0 | 0.13 | 0.14 | 0.27 | 4.62 | 0.16 | 0.68 |
| Hex | BA | A2 | A0 | 0 | D | E | 1B | 5 | 10 | 44 |
| Octal | 272 | 242 | 240 | 0 | 15 | 16 | 33 | 5 | 20 | 104 |
| Binary | 10111010 | 10100010 | 10100000 | 0 | 1101 | 1110 | 11011 | 101 | 10000 | 1000100 |
Color Harmonies of #BAA2A0
Complementary color
Monochromatic Colors of #BAA2A0
Black with #BAA2A0
Text Example
Text Example
White with #BAA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2A0; }
p { color: rgb(186,162,160); }
H1.HeaderClassName
{
color: #BAA2A0;
}
.AnyTagClassName
{
color: #BAA2A0;
}
</style>
background-color css
<style>
a { background-color: #BAA2A0; }
a { background-color: rgb(186,162,160); }
div.DivClassName
{
background-color: #BAA2A0;
}
.BgClassName
{
background-color: #BAA2A0;
}
</style>
border-color css
<style>
span { border-color: #BAA2A0; }
span { border-color: rgb(186,162,160); }
td.TdClassName
{
border-color: #BAA2A0;
}
.TagClassName
{
border-color: #BAA2A0;
}
</style>