Shades of Martini #BAA29A
Tints of Martini #BAA29A
RGB
CMYK
RGB Variations
Color information
#BAA29A (or 0xBAA29A) is known color: Martini. HEX triplet: BA, A2 and 9A. RGB value is (186,162,154). Sum of RGB (Red+Green+Blue) = 186+162+154=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29A is #455D65. Grayscale: #A8A8A8. Windows color (decimal): -4545894 or 10134202. OLE color: 10134202.
HSL color Cylindrical-coordinate representation of color #BAA29A: hue angle of 15º 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 #BAA29A is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 154 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.27 |
| HSL | 15º | 0.19% | 0.67% | - |
| HSV(B) | 15º | 0.17% | 0.73% | - |
| XYZ | 39 | 38.61 | 35.97 | - |
| YUV | 168.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 154 | 0 | 0.13 | 0.17 | 0.27 | 15 | 0.19 | 0.67 |
| Hex | BA | A2 | 9A | 0 | D | 11 | 1B | F | 13 | 43 |
| Octal | 272 | 242 | 232 | 0 | 15 | 21 | 33 | 17 | 23 | 103 |
| Binary | 10111010 | 10100010 | 10011010 | 0 | 1101 | 10001 | 11011 | 1111 | 10011 | 1000011 |
Color Harmonies of #BAA29A
Complementary color
Monochromatic Colors of #BAA29A
Black with #BAA29A
Text Example
Text Example
White with #BAA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA29A; }
p { color: rgb(186,162,154); }
H1.HeaderClassName
{
color: #BAA29A;
}
.AnyTagClassName
{
color: #BAA29A;
}
</style>
background-color css
<style>
a { background-color: #BAA29A; }
a { background-color: rgb(186,162,154); }
div.DivClassName
{
background-color: #BAA29A;
}
.BgClassName
{
background-color: #BAA29A;
}
</style>
border-color css
<style>
span { border-color: #BAA29A; }
span { border-color: rgb(186,162,154); }
td.TdClassName
{
border-color: #BAA29A;
}
.TagClassName
{
border-color: #BAA29A;
}
</style>