Shades of Martini #BAA3A0
Tints of Martini #BAA3A0
RGB
CMYK
RGB Variations
Color information
#BAA3A0 (or 0xBAA3A0) is known color: Martini. HEX triplet: BA, A3 and A0. RGB value is (186,163,160). Sum of RGB (Red+Green+Blue) = 186+163+160=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3A0 is #455C5F. Grayscale: #A9A9A9. Windows color (decimal): -4545632 or 10527674. OLE color: 10527674.
HSL color Cylindrical-coordinate representation of color #BAA3A0: hue angle of 6.92º 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 #BAA3A0 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 163 | 160 | - |
CMYK | 0 | 0.12 | 0.14 | 0.27 |
HSL | 6.92º | 0.16% | 0.68% | - |
HSV(B) | 6.92º | 0.14% | 0.73% | - |
XYZ | 39.69 | 39.17 | 38.73 | - |
YUV | 169.54 | 122.62 | 139.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 163 | 160 | 0 | 0.12 | 0.14 | 0.27 | 6.92 | 0.16 | 0.68 |
Hex | BA | A3 | A0 | 0 | C | E | 1B | 7 | 10 | 44 |
Octal | 272 | 243 | 240 | 0 | 14 | 16 | 33 | 7 | 20 | 104 |
Binary | 10111010 | 10100011 | 10100000 | 0 | 1100 | 1110 | 11011 | 111 | 10000 | 1000100 |
Color Harmonies of #BAA3A0
Complementary color
Monochromatic Colors of #BAA3A0
Black with #BAA3A0
Text Example
Text Example
White with #BAA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3A0; }
p { color: rgb(186,163,160); }
H1.HeaderClassName
{
color: #BAA3A0;
}
.AnyTagClassName
{
color: #BAA3A0;
}
</style>
background-color css
<style>
a { background-color: #BAA3A0; }
a { background-color: rgb(186,163,160); }
div.DivClassName
{
background-color: #BAA3A0;
}
.BgClassName
{
background-color: #BAA3A0;
}
</style>
border-color css
<style>
span { border-color: #BAA3A0; }
span { border-color: rgb(186,163,160); }
td.TdClassName
{
border-color: #BAA3A0;
}
.TagClassName
{
border-color: #BAA3A0;
}
</style>