Shades of Martini #BAA19A
Tints of Martini #BAA19A
RGB
CMYK
RGB Variations
Color information
#BAA19A (or 0xBAA19A) is known color: Martini. HEX triplet: BA, A1 and 9A. RGB value is (186,161,154). Sum of RGB (Red+Green+Blue) = 186+161+154=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA19A is #455E65. Grayscale: #A7A7A7. Windows color (decimal): -4546150 or 10133946. OLE color: 10133946.
HSL color Cylindrical-coordinate representation of color #BAA19A: hue angle of 13.12º 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 #BAA19A is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 154 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.27 |
| HSL | 13.13º | 0.19% | 0.67% | - |
| HSV(B) | 13.13º | 0.17% | 0.73% | - |
| XYZ | 38.83 | 38.26 | 35.91 | - |
| YUV | 167.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 154 | 0 | 0.13 | 0.17 | 0.27 | 13.13 | 0.19 | 0.67 |
| Hex | BA | A1 | 9A | 0 | D | 11 | 1B | D | 13 | 43 |
| Octal | 272 | 241 | 232 | 0 | 15 | 21 | 33 | 15 | 23 | 103 |
| Binary | 10111010 | 10100001 | 10011010 | 0 | 1101 | 10001 | 11011 | 1101 | 10011 | 1000011 |
Color Harmonies of #BAA19A
Complementary color
Monochromatic Colors of #BAA19A
Black with #BAA19A
Text Example
Text Example
White with #BAA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA19A; }
p { color: rgb(186,161,154); }
H1.HeaderClassName
{
color: #BAA19A;
}
.AnyTagClassName
{
color: #BAA19A;
}
</style>
background-color css
<style>
a { background-color: #BAA19A; }
a { background-color: rgb(186,161,154); }
div.DivClassName
{
background-color: #BAA19A;
}
.BgClassName
{
background-color: #BAA19A;
}
</style>
border-color css
<style>
span { border-color: #BAA19A; }
span { border-color: rgb(186,161,154); }
td.TdClassName
{
border-color: #BAA19A;
}
.TagClassName
{
border-color: #BAA19A;
}
</style>