Shades of Martini #B6A6A2
Tints of Martini #B6A6A2
RGB
CMYK
RGB Variations
Color information
#B6A6A2 (or 0xB6A6A2) is known color: Martini. HEX triplet: B6, A6 and A2. RGB value is (182,166,162). Sum of RGB (Red+Green+Blue) = 182+166+162=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A6A2 is #49595D. Grayscale: #AAAAAA. Windows color (decimal): -4807006 or 10659510. OLE color: 10659510.
HSL color Cylindrical-coordinate representation of color #B6A6A2: hue angle of 12º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6A6A2 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 162 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.29 |
| HSL | 12º | 0.12% | 0.67% | - |
| HSV(B) | 12º | 0.11% | 0.71% | - |
| XYZ | 39.45 | 39.83 | 39.79 | - |
| YUV | 170.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 162 | 0 | 0.09 | 0.11 | 0.29 | 12 | 0.12 | 0.67 |
| Hex | B6 | A6 | A2 | 0 | 9 | B | 1D | C | C | 43 |
| Octal | 266 | 246 | 242 | 0 | 11 | 13 | 35 | 14 | 14 | 103 |
| Binary | 10110110 | 10100110 | 10100010 | 0 | 1001 | 1011 | 11101 | 1100 | 1100 | 1000011 |
Color Harmonies of #B6A6A2
Complementary color
Monochromatic Colors of #B6A6A2
Black with #B6A6A2
Text Example
Text Example
White with #B6A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A6A2; }
p { color: rgb(182,166,162); }
H1.HeaderClassName
{
color: #B6A6A2;
}
.AnyTagClassName
{
color: #B6A6A2;
}
</style>
background-color css
<style>
a { background-color: #B6A6A2; }
a { background-color: rgb(182,166,162); }
div.DivClassName
{
background-color: #B6A6A2;
}
.BgClassName
{
background-color: #B6A6A2;
}
</style>
border-color css
<style>
span { border-color: #B6A6A2; }
span { border-color: rgb(182,166,162); }
td.TdClassName
{
border-color: #B6A6A2;
}
.TagClassName
{
border-color: #B6A6A2;
}
</style>