Shades of Martini #BAA29F
Tints of Martini #BAA29F
RGB
CMYK
RGB Variations
Color information
#BAA29F (or 0xBAA29F) is known color: Martini. HEX triplet: BA, A2 and 9F. RGB value is (186,162,159). Sum of RGB (Red+Green+Blue) = 186+162+159=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29F is #455D60. Grayscale: #A8A8A8. Windows color (decimal): -4545889 or 10461882. OLE color: 10461882.
HSL color Cylindrical-coordinate representation of color #BAA29F: hue angle of 6.67º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA29F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 159 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.27 |
| HSL | 6.67º | 0.16% | 0.68% | - |
| HSV(B) | 6.67º | 0.15% | 0.73% | - |
| XYZ | 39.43 | 38.78 | 38.21 | - |
| YUV | 168.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 159 | 0 | 0.13 | 0.15 | 0.27 | 6.67 | 0.16 | 0.68 |
| Hex | BA | A2 | 9F | 0 | D | F | 1B | 7 | 10 | 44 |
| Octal | 272 | 242 | 237 | 0 | 15 | 17 | 33 | 7 | 20 | 104 |
| Binary | 10111010 | 10100010 | 10011111 | 0 | 1101 | 1111 | 11011 | 111 | 10000 | 1000100 |
Color Harmonies of #BAA29F
Complementary color
Monochromatic Colors of #BAA29F
Black with #BAA29F
Text Example
Text Example
White with #BAA29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA29F; }
p { color: rgb(186,162,159); }
H1.HeaderClassName
{
color: #BAA29F;
}
.AnyTagClassName
{
color: #BAA29F;
}
</style>
background-color css
<style>
a { background-color: #BAA29F; }
a { background-color: rgb(186,162,159); }
div.DivClassName
{
background-color: #BAA29F;
}
.BgClassName
{
background-color: #BAA29F;
}
</style>
border-color css
<style>
span { border-color: #BAA29F; }
span { border-color: rgb(186,162,159); }
td.TdClassName
{
border-color: #BAA29F;
}
.TagClassName
{
border-color: #BAA29F;
}
</style>