Shades of Martini #BAA49D
Tints of Martini #BAA49D
RGB
CMYK
RGB Variations
Color information
#BAA49D (or 0xBAA49D) is known color: Martini. HEX triplet: BA, A4 and 9D. RGB value is (186,164,157). Sum of RGB (Red+Green+Blue) = 186+164+157=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49D is #455B62. Grayscale: #A9A9A9. Windows color (decimal): -4545379 or 10331322. OLE color: 10331322.
HSL color Cylindrical-coordinate representation of color #BAA49D: hue angle of 14.48º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAA49D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 157 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.27 |
| HSL | 14.48º | 0.17% | 0.67% | - |
| HSV(B) | 14.48º | 0.16% | 0.73% | - |
| XYZ | 39.61 | 39.42 | 37.42 | - |
| YUV | 169.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 157 | 0 | 0.12 | 0.16 | 0.27 | 14.48 | 0.17 | 0.67 |
| Hex | BA | A4 | 9D | 0 | C | 10 | 1B | E | 11 | 43 |
| Octal | 272 | 244 | 235 | 0 | 14 | 20 | 33 | 16 | 21 | 103 |
| Binary | 10111010 | 10100100 | 10011101 | 0 | 1100 | 10000 | 11011 | 1110 | 10001 | 1000011 |
Color Harmonies of #BAA49D
Complementary color
Monochromatic Colors of #BAA49D
Black with #BAA49D
Text Example
Text Example
White with #BAA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA49D; }
p { color: rgb(186,164,157); }
H1.HeaderClassName
{
color: #BAA49D;
}
.AnyTagClassName
{
color: #BAA49D;
}
</style>
background-color css
<style>
a { background-color: #BAA49D; }
a { background-color: rgb(186,164,157); }
div.DivClassName
{
background-color: #BAA49D;
}
.BgClassName
{
background-color: #BAA49D;
}
</style>
border-color css
<style>
span { border-color: #BAA49D; }
span { border-color: rgb(186,164,157); }
td.TdClassName
{
border-color: #BAA49D;
}
.TagClassName
{
border-color: #BAA49D;
}
</style>