Shades of Martini #BAA19E
Tints of Martini #BAA19E
RGB
CMYK
RGB Variations
Color information
#BAA19E (or 0xBAA19E) is known color: Martini. HEX triplet: BA, A1 and 9E. RGB value is (186,161,158). Sum of RGB (Red+Green+Blue) = 186+161+158=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA19E is #455E61. Grayscale: #A8A8A8. Windows color (decimal): -4546146 or 10396090. OLE color: 10396090.
HSL color Cylindrical-coordinate representation of color #BAA19E: hue angle of 6.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA19E is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 158 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.27 |
| HSL | 6.43º | 0.17% | 0.67% | - |
| HSV(B) | 6.43º | 0.15% | 0.73% | - |
| XYZ | 39.17 | 38.4 | 37.69 | - |
| YUV | 168.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 158 | 0 | 0.13 | 0.15 | 0.27 | 6.43 | 0.17 | 0.67 |
| Hex | BA | A1 | 9E | 0 | D | F | 1B | 6 | 11 | 43 |
| Octal | 272 | 241 | 236 | 0 | 15 | 17 | 33 | 6 | 21 | 103 |
| Binary | 10111010 | 10100001 | 10011110 | 0 | 1101 | 1111 | 11011 | 110 | 10001 | 1000011 |
Color Harmonies of #BAA19E
Complementary color
Monochromatic Colors of #BAA19E
Black with #BAA19E
Text Example
Text Example
White with #BAA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA19E; }
p { color: rgb(186,161,158); }
H1.HeaderClassName
{
color: #BAA19E;
}
.AnyTagClassName
{
color: #BAA19E;
}
</style>
background-color css
<style>
a { background-color: #BAA19E; }
a { background-color: rgb(186,161,158); }
div.DivClassName
{
background-color: #BAA19E;
}
.BgClassName
{
background-color: #BAA19E;
}
</style>
border-color css
<style>
span { border-color: #BAA19E; }
span { border-color: rgb(186,161,158); }
td.TdClassName
{
border-color: #BAA19E;
}
.TagClassName
{
border-color: #BAA19E;
}
</style>