Shades of Martini #BAABA6
Tints of Martini #BAABA6
RGB
CMYK
RGB Variations
Color information
#BAABA6 (or 0xBAABA6) is known color: Martini. HEX triplet: BA, AB and A6. RGB value is (186,171,166). Sum of RGB (Red+Green+Blue) = 186+171+166=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABA6 is #455459. Grayscale: #AEAEAE. Windows color (decimal): -4543578 or 10922938. OLE color: 10922938.
HSL color Cylindrical-coordinate representation of color #BAABA6: hue angle of 15º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAABA6 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 166 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.27 |
| HSL | 15º | 0.13% | 0.69% | - |
| HSV(B) | 15º | 0.11% | 0.73% | - |
| XYZ | 41.7 | 42.32 | 42.05 | - |
| YUV | 174.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 166 | 0 | 0.08 | 0.11 | 0.27 | 15 | 0.13 | 0.69 |
| Hex | BA | AB | A6 | 0 | 8 | B | 1B | F | D | 45 |
| Octal | 272 | 253 | 246 | 0 | 10 | 13 | 33 | 17 | 15 | 105 |
| Binary | 10111010 | 10101011 | 10100110 | 0 | 1000 | 1011 | 11011 | 1111 | 1101 | 1000101 |
Color Harmonies of #BAABA6
Complementary color
Monochromatic Colors of #BAABA6
Black with #BAABA6
Text Example
Text Example
White with #BAABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABA6; }
p { color: rgb(186,171,166); }
H1.HeaderClassName
{
color: #BAABA6;
}
.AnyTagClassName
{
color: #BAABA6;
}
</style>
background-color css
<style>
a { background-color: #BAABA6; }
a { background-color: rgb(186,171,166); }
div.DivClassName
{
background-color: #BAABA6;
}
.BgClassName
{
background-color: #BAABA6;
}
</style>
border-color css
<style>
span { border-color: #BAABA6; }
span { border-color: rgb(186,171,166); }
td.TdClassName
{
border-color: #BAABA6;
}
.TagClassName
{
border-color: #BAABA6;
}
</style>