Shades of Martini #BAA7A3
Tints of Martini #BAA7A3
RGB
CMYK
RGB Variations
Color information
#BAA7A3 (or 0xBAA7A3) is known color: Martini. HEX triplet: BA, A7 and A3. RGB value is (186,167,163). Sum of RGB (Red+Green+Blue) = 186+167+163=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA7A3 is #45585C. Grayscale: #ACACAC. Windows color (decimal): -4544605 or 10725306. OLE color: 10725306.
HSL color Cylindrical-coordinate representation of color #BAA7A3: hue angle of 10.43º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA7A3 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 163 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.27 |
| HSL | 10.43º | 0.14% | 0.68% | - |
| HSV(B) | 10.43º | 0.12% | 0.73% | - |
| XYZ | 40.68 | 40.72 | 40.37 | - |
| YUV | 172.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 163 | 0 | 0.10 | 0.12 | 0.27 | 10.43 | 0.14 | 0.68 |
| Hex | BA | A7 | A3 | 0 | A | C | 1B | A | E | 44 |
| Octal | 272 | 247 | 243 | 0 | 12 | 14 | 33 | 12 | 16 | 104 |
| Binary | 10111010 | 10100111 | 10100011 | 0 | 1010 | 1100 | 11011 | 1010 | 1110 | 1000100 |
Color Harmonies of #BAA7A3
Complementary color
Monochromatic Colors of #BAA7A3
Black with #BAA7A3
Text Example
Text Example
White with #BAA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7A3; }
p { color: rgb(186,167,163); }
H1.HeaderClassName
{
color: #BAA7A3;
}
.AnyTagClassName
{
color: #BAA7A3;
}
</style>
background-color css
<style>
a { background-color: #BAA7A3; }
a { background-color: rgb(186,167,163); }
div.DivClassName
{
background-color: #BAA7A3;
}
.BgClassName
{
background-color: #BAA7A3;
}
</style>
border-color css
<style>
span { border-color: #BAA7A3; }
span { border-color: rgb(186,167,163); }
td.TdClassName
{
border-color: #BAA7A3;
}
.TagClassName
{
border-color: #BAA7A3;
}
</style>