Shades of Martini #BAA39E
Tints of Martini #BAA39E
RGB
CMYK
RGB Variations
Color information
#BAA39E (or 0xBAA39E) is known color: Martini. HEX triplet: BA, A3 and 9E. RGB value is (186,163,158). Sum of RGB (Red+Green+Blue) = 186+163+158=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39E is #455C61. Grayscale: #A9A9A9. Windows color (decimal): -4545634 or 10396602. OLE color: 10396602.
HSL color Cylindrical-coordinate representation of color #BAA39E: hue angle of 10.71º 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 #BAA39E is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 158 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.27 |
| HSL | 10.71º | 0.17% | 0.67% | - |
| HSV(B) | 10.71º | 0.15% | 0.73% | - |
| XYZ | 39.52 | 39.1 | 37.81 | - |
| YUV | 169.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 158 | 0 | 0.12 | 0.15 | 0.27 | 10.71 | 0.17 | 0.67 |
| Hex | BA | A3 | 9E | 0 | C | F | 1B | B | 11 | 43 |
| Octal | 272 | 243 | 236 | 0 | 14 | 17 | 33 | 13 | 21 | 103 |
| Binary | 10111010 | 10100011 | 10011110 | 0 | 1100 | 1111 | 11011 | 1011 | 10001 | 1000011 |
Color Harmonies of #BAA39E
Complementary color
Monochromatic Colors of #BAA39E
Black with #BAA39E
Text Example
Text Example
White with #BAA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA39E; }
p { color: rgb(186,163,158); }
H1.HeaderClassName
{
color: #BAA39E;
}
.AnyTagClassName
{
color: #BAA39E;
}
</style>
background-color css
<style>
a { background-color: #BAA39E; }
a { background-color: rgb(186,163,158); }
div.DivClassName
{
background-color: #BAA39E;
}
.BgClassName
{
background-color: #BAA39E;
}
</style>
border-color css
<style>
span { border-color: #BAA39E; }
span { border-color: rgb(186,163,158); }
td.TdClassName
{
border-color: #BAA39E;
}
.TagClassName
{
border-color: #BAA39E;
}
</style>