Shades of Martini #BAA39A
Tints of Martini #BAA39A
RGB
CMYK
RGB Variations
Color information
#BAA39A (or 0xBAA39A) is known color: Martini. HEX triplet: BA, A3 and 9A. RGB value is (186,163,154). Sum of RGB (Red+Green+Blue) = 186+163+154=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39A is #455C65. Grayscale: #A8A8A8. Windows color (decimal): -4545638 or 10134458. OLE color: 10134458.
HSL color Cylindrical-coordinate representation of color #BAA39A: hue angle of 16.88º 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 #BAA39A is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 154 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.27 |
| HSL | 16.88º | 0.19% | 0.67% | - |
| HSV(B) | 16.88º | 0.17% | 0.73% | - |
| XYZ | 39.18 | 38.97 | 36.03 | - |
| YUV | 168.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 154 | 0 | 0.12 | 0.17 | 0.27 | 16.88 | 0.19 | 0.67 |
| Hex | BA | A3 | 9A | 0 | C | 11 | 1B | 11 | 13 | 43 |
| Octal | 272 | 243 | 232 | 0 | 14 | 21 | 33 | 21 | 23 | 103 |
| Binary | 10111010 | 10100011 | 10011010 | 0 | 1100 | 10001 | 11011 | 10001 | 10011 | 1000011 |
Color Harmonies of #BAA39A
Complementary color
Monochromatic Colors of #BAA39A
Black with #BAA39A
Text Example
Text Example
White with #BAA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA39A; }
p { color: rgb(186,163,154); }
H1.HeaderClassName
{
color: #BAA39A;
}
.AnyTagClassName
{
color: #BAA39A;
}
</style>
background-color css
<style>
a { background-color: #BAA39A; }
a { background-color: rgb(186,163,154); }
div.DivClassName
{
background-color: #BAA39A;
}
.BgClassName
{
background-color: #BAA39A;
}
</style>
border-color css
<style>
span { border-color: #BAA39A; }
span { border-color: rgb(186,163,154); }
td.TdClassName
{
border-color: #BAA39A;
}
.TagClassName
{
border-color: #BAA39A;
}
</style>