Shades of Martini #BAA09A
Tints of Martini #BAA09A
RGB
CMYK
RGB Variations
Color information
#BAA09A (or 0xBAA09A) is known color: Martini. HEX triplet: BA, A0 and 9A. RGB value is (186,160,154). Sum of RGB (Red+Green+Blue) = 186+160+154=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA09A is #455F65. Grayscale: #A7A7A7. Windows color (decimal): -4546406 or 10133690. OLE color: 10133690.
HSL color Cylindrical-coordinate representation of color #BAA09A: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA09A is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 154 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.27 |
| HSL | 11.25º | 0.19% | 0.67% | - |
| HSV(B) | 11.25º | 0.17% | 0.73% | - |
| XYZ | 38.65 | 37.91 | 35.85 | - |
| YUV | 167.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 154 | 0 | 0.14 | 0.17 | 0.27 | 11.25 | 0.19 | 0.67 |
| Hex | BA | A0 | 9A | 0 | E | 11 | 1B | B | 13 | 43 |
| Octal | 272 | 240 | 232 | 0 | 16 | 21 | 33 | 13 | 23 | 103 |
| Binary | 10111010 | 10100000 | 10011010 | 0 | 1110 | 10001 | 11011 | 1011 | 10011 | 1000011 |
Color Harmonies of #BAA09A
Complementary color
Monochromatic Colors of #BAA09A
Black with #BAA09A
Text Example
Text Example
White with #BAA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA09A; }
p { color: rgb(186,160,154); }
H1.HeaderClassName
{
color: #BAA09A;
}
.AnyTagClassName
{
color: #BAA09A;
}
</style>
background-color css
<style>
a { background-color: #BAA09A; }
a { background-color: rgb(186,160,154); }
div.DivClassName
{
background-color: #BAA09A;
}
.BgClassName
{
background-color: #BAA09A;
}
</style>
border-color css
<style>
span { border-color: #BAA09A; }
span { border-color: rgb(186,160,154); }
td.TdClassName
{
border-color: #BAA09A;
}
.TagClassName
{
border-color: #BAA09A;
}
</style>