Shades of Martini #BAAAA6
Tints of Martini #BAAAA6
RGB
CMYK
RGB Variations
Color information
#BAAAA6 (or 0xBAAAA6) is known color: Martini. HEX triplet: BA, AA and A6. RGB value is (186,170,166). Sum of RGB (Red+Green+Blue) = 186+170+166=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA6 is #455559. Grayscale: #AEAEAE. Windows color (decimal): -4543834 or 10922682. OLE color: 10922682.
HSL color Cylindrical-coordinate representation of color #BAAAA6: hue angle of 12º 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 #BAAAA6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 166 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.27 |
| HSL | 12º | 0.13% | 0.69% | - |
| HSV(B) | 12º | 0.11% | 0.73% | - |
| XYZ | 41.51 | 41.94 | 41.98 | - |
| YUV | 174.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 166 | 0 | 0.09 | 0.11 | 0.27 | 12 | 0.13 | 0.69 |
| Hex | BA | AA | A6 | 0 | 9 | B | 1B | C | D | 45 |
| Octal | 272 | 252 | 246 | 0 | 11 | 13 | 33 | 14 | 15 | 105 |
| Binary | 10111010 | 10101010 | 10100110 | 0 | 1001 | 1011 | 11011 | 1100 | 1101 | 1000101 |
Color Harmonies of #BAAAA6
Complementary color
Monochromatic Colors of #BAAAA6
Black with #BAAAA6
Text Example
Text Example
White with #BAAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAA6; }
p { color: rgb(186,170,166); }
H1.HeaderClassName
{
color: #BAAAA6;
}
.AnyTagClassName
{
color: #BAAAA6;
}
</style>
background-color css
<style>
a { background-color: #BAAAA6; }
a { background-color: rgb(186,170,166); }
div.DivClassName
{
background-color: #BAAAA6;
}
.BgClassName
{
background-color: #BAAAA6;
}
</style>
border-color css
<style>
span { border-color: #BAAAA6; }
span { border-color: rgb(186,170,166); }
td.TdClassName
{
border-color: #BAAAA6;
}
.TagClassName
{
border-color: #BAAAA6;
}
</style>