Shades of Martini #B6AAA7
Tints of Martini #B6AAA7
RGB
CMYK
RGB Variations
Color information
#B6AAA7 (or 0xB6AAA7) is known color: Martini. HEX triplet: B6, AA and A7. RGB value is (182,170,167). Sum of RGB (Red+Green+Blue) = 182+170+167=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAA7 is #495558. Grayscale: #ADADAD. Windows color (decimal): -4805977 or 10988214. OLE color: 10988214.
HSL color Cylindrical-coordinate representation of color #B6AAA7: hue angle of 12º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6AAA7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 167 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.29 |
| HSL | 12º | 0.09% | 0.68% | - |
| HSV(B) | 12º | 0.08% | 0.71% | - |
| XYZ | 40.64 | 41.48 | 42.42 | - |
| YUV | 173.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 167 | 0 | 0.07 | 0.08 | 0.29 | 12 | 0.09 | 0.68 |
| Hex | B6 | AA | A7 | 0 | 7 | 8 | 1D | C | 9 | 44 |
| Octal | 266 | 252 | 247 | 0 | 7 | 10 | 35 | 14 | 11 | 104 |
| Binary | 10110110 | 10101010 | 10100111 | 0 | 111 | 1000 | 11101 | 1100 | 1001 | 1000100 |
Color Harmonies of #B6AAA7
Complementary color
Monochromatic Colors of #B6AAA7
Black with #B6AAA7
Text Example
Text Example
White with #B6AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AAA7; }
p { color: rgb(182,170,167); }
H1.HeaderClassName
{
color: #B6AAA7;
}
.AnyTagClassName
{
color: #B6AAA7;
}
</style>
background-color css
<style>
a { background-color: #B6AAA7; }
a { background-color: rgb(182,170,167); }
div.DivClassName
{
background-color: #B6AAA7;
}
.BgClassName
{
background-color: #B6AAA7;
}
</style>
border-color css
<style>
span { border-color: #B6AAA7; }
span { border-color: rgb(182,170,167); }
td.TdClassName
{
border-color: #B6AAA7;
}
.TagClassName
{
border-color: #B6AAA7;
}
</style>