Shades of Martini #BAA4A3
Tints of Martini #BAA4A3
RGB
CMYK
RGB Variations
Color information
#BAA4A3 (or 0xBAA4A3) is known color: Martini. HEX triplet: BA, A4 and A3. RGB value is (186,164,163). Sum of RGB (Red+Green+Blue) = 186+164+163=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4A3 is #455B5C. Grayscale: #AAAAAA. Windows color (decimal): -4545373 or 10724538. OLE color: 10724538.
HSL color Cylindrical-coordinate representation of color #BAA4A3: hue angle of 2.61º 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 #BAA4A3 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 163 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.27 |
| HSL | 2.61º | 0.14% | 0.68% | - |
| HSV(B) | 2.61º | 0.12% | 0.73% | - |
| XYZ | 40.14 | 39.63 | 40.19 | - |
| YUV | 170.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 163 | 0 | 0.12 | 0.12 | 0.27 | 2.61 | 0.14 | 0.68 |
| Hex | BA | A4 | A3 | 0 | C | C | 1B | 3 | E | 44 |
| Octal | 272 | 244 | 243 | 0 | 14 | 14 | 33 | 3 | 16 | 104 |
| Binary | 10111010 | 10100100 | 10100011 | 0 | 1100 | 1100 | 11011 | 11 | 1110 | 1000100 |
Color Harmonies of #BAA4A3
Complementary color
Monochromatic Colors of #BAA4A3
Black with #BAA4A3
Text Example
Text Example
White with #BAA4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4A3; }
p { color: rgb(186,164,163); }
H1.HeaderClassName
{
color: #BAA4A3;
}
.AnyTagClassName
{
color: #BAA4A3;
}
</style>
background-color css
<style>
a { background-color: #BAA4A3; }
a { background-color: rgb(186,164,163); }
div.DivClassName
{
background-color: #BAA4A3;
}
.BgClassName
{
background-color: #BAA4A3;
}
</style>
border-color css
<style>
span { border-color: #BAA4A3; }
span { border-color: rgb(186,164,163); }
td.TdClassName
{
border-color: #BAA4A3;
}
.TagClassName
{
border-color: #BAA4A3;
}
</style>