Shades of Martini #BAA49B
Tints of Martini #BAA49B
RGB
CMYK
RGB Variations
Color information
#BAA49B (or 0xBAA49B) is known color: Martini. HEX triplet: BA, A4 and 9B. RGB value is (186,164,155). Sum of RGB (Red+Green+Blue) = 186+164+155=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49B is #455B64. Grayscale: #A9A9A9. Windows color (decimal): -4545381 or 10200250. OLE color: 10200250.
HSL color Cylindrical-coordinate representation of color #BAA49B: hue angle of 17.42º degrees, saturation: 0.18, 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 #BAA49B is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 155 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.27 |
| HSL | 17.42º | 0.18% | 0.67% | - |
| HSV(B) | 17.42º | 0.17% | 0.73% | - |
| XYZ | 39.44 | 39.36 | 36.53 | - |
| YUV | 169.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 155 | 0 | 0.12 | 0.17 | 0.27 | 17.42 | 0.18 | 0.67 |
| Hex | BA | A4 | 9B | 0 | C | 11 | 1B | 11 | 12 | 43 |
| Octal | 272 | 244 | 233 | 0 | 14 | 21 | 33 | 21 | 22 | 103 |
| Binary | 10111010 | 10100100 | 10011011 | 0 | 1100 | 10001 | 11011 | 10001 | 10010 | 1000011 |
Color Harmonies of #BAA49B
Complementary color
Monochromatic Colors of #BAA49B
Black with #BAA49B
Text Example
Text Example
White with #BAA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA49B; }
p { color: rgb(186,164,155); }
H1.HeaderClassName
{
color: #BAA49B;
}
.AnyTagClassName
{
color: #BAA49B;
}
</style>
background-color css
<style>
a { background-color: #BAA49B; }
a { background-color: rgb(186,164,155); }
div.DivClassName
{
background-color: #BAA49B;
}
.BgClassName
{
background-color: #BAA49B;
}
</style>
border-color css
<style>
span { border-color: #BAA49B; }
span { border-color: rgb(186,164,155); }
td.TdClassName
{
border-color: #BAA49B;
}
.TagClassName
{
border-color: #BAA49B;
}
</style>