Shades of Martini #BAA9A4
Tints of Martini #BAA9A4
RGB
CMYK
RGB Variations
Color information
#BAA9A4 (or 0xBAA9A4) is known color: Martini. HEX triplet: BA, A9 and A4. RGB value is (186,169,164). Sum of RGB (Red+Green+Blue) = 186+169+164=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9A4 is #45565B. Grayscale: #ADADAD. Windows color (decimal): -4544092 or 10791354. OLE color: 10791354.
HSL color Cylindrical-coordinate representation of color #BAA9A4: hue angle of 13.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA9A4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 164 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.27 |
| HSL | 13.64º | 0.14% | 0.69% | - |
| HSV(B) | 13.64º | 0.12% | 0.73% | - |
| XYZ | 41.14 | 41.5 | 40.96 | - |
| YUV | 173.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 164 | 0 | 0.09 | 0.12 | 0.27 | 13.64 | 0.14 | 0.69 |
| Hex | BA | A9 | A4 | 0 | 9 | C | 1B | E | E | 45 |
| Octal | 272 | 251 | 244 | 0 | 11 | 14 | 33 | 16 | 16 | 105 |
| Binary | 10111010 | 10101001 | 10100100 | 0 | 1001 | 1100 | 11011 | 1110 | 1110 | 1000101 |
Color Harmonies of #BAA9A4
Complementary color
Monochromatic Colors of #BAA9A4
Black with #BAA9A4
Text Example
Text Example
White with #BAA9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9A4; }
p { color: rgb(186,169,164); }
H1.HeaderClassName
{
color: #BAA9A4;
}
.AnyTagClassName
{
color: #BAA9A4;
}
</style>
background-color css
<style>
a { background-color: #BAA9A4; }
a { background-color: rgb(186,169,164); }
div.DivClassName
{
background-color: #BAA9A4;
}
.BgClassName
{
background-color: #BAA9A4;
}
</style>
border-color css
<style>
span { border-color: #BAA9A4; }
span { border-color: rgb(186,169,164); }
td.TdClassName
{
border-color: #BAA9A4;
}
.TagClassName
{
border-color: #BAA9A4;
}
</style>