Shades of Martini #B6AAA6
Tints of Martini #B6AAA6
RGB
CMYK
RGB Variations
Color information
#B6AAA6 (or 0xB6AAA6) is known color: Martini. HEX triplet: B6, AA and A6. RGB value is (182,170,166). Sum of RGB (Red+Green+Blue) = 182+170+166=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAA6 is #495559. Grayscale: #ADADAD. Windows color (decimal): -4805978 or 10922678. OLE color: 10922678.
HSL color Cylindrical-coordinate representation of color #B6AAA6: hue angle of 15º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6AAA6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 166 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.29 |
| HSL | 15º | 0.1% | 0.68% | - |
| HSV(B) | 15º | 0.09% | 0.71% | - |
| XYZ | 40.55 | 41.45 | 41.94 | - |
| YUV | 173.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 166 | 0 | 0.07 | 0.09 | 0.29 | 15 | 0.1 | 0.68 |
| Hex | B6 | AA | A6 | 0 | 7 | 9 | 1D | F | A | 44 |
| Octal | 266 | 252 | 246 | 0 | 7 | 11 | 35 | 17 | 12 | 104 |
| Binary | 10110110 | 10101010 | 10100110 | 0 | 111 | 1001 | 11101 | 1111 | 1010 | 1000100 |
Color Harmonies of #B6AAA6
Complementary color
Monochromatic Colors of #B6AAA6
Black with #B6AAA6
Text Example
Text Example
White with #B6AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AAA6; }
p { color: rgb(182,170,166); }
H1.HeaderClassName
{
color: #B6AAA6;
}
.AnyTagClassName
{
color: #B6AAA6;
}
</style>
background-color css
<style>
a { background-color: #B6AAA6; }
a { background-color: rgb(182,170,166); }
div.DivClassName
{
background-color: #B6AAA6;
}
.BgClassName
{
background-color: #B6AAA6;
}
</style>
border-color css
<style>
span { border-color: #B6AAA6; }
span { border-color: rgb(182,170,166); }
td.TdClassName
{
border-color: #B6AAA6;
}
.TagClassName
{
border-color: #B6AAA6;
}
</style>