Shades of Martini #B6AAA8
Tints of Martini #B6AAA8
RGB
CMYK
RGB Variations
Color information
#B6AAA8 (or 0xB6AAA8) is known color: Martini. HEX triplet: B6, AA and A8. RGB value is (182,170,168). Sum of RGB (Red+Green+Blue) = 182+170+168=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAA8 is #495557. Grayscale: #ADADAD. Windows color (decimal): -4805976 or 11053750. OLE color: 11053750.
HSL color Cylindrical-coordinate representation of color #B6AAA8: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6AAA8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 168 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.29 |
| HSL | 8.57º | 0.09% | 0.69% | - |
| HSV(B) | 8.57º | 0.08% | 0.71% | - |
| XYZ | 40.73 | 41.52 | 42.91 | - |
| YUV | 173.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 168 | 0 | 0.07 | 0.08 | 0.29 | 8.57 | 0.09 | 0.69 |
| Hex | B6 | AA | A8 | 0 | 7 | 8 | 1D | 9 | 9 | 45 |
| Octal | 266 | 252 | 250 | 0 | 7 | 10 | 35 | 11 | 11 | 105 |
| Binary | 10110110 | 10101010 | 10101000 | 0 | 111 | 1000 | 11101 | 1001 | 1001 | 1000101 |
Color Harmonies of #B6AAA8
Complementary color
Monochromatic Colors of #B6AAA8
Black with #B6AAA8
Text Example
Text Example
White with #B6AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AAA8; }
p { color: rgb(182,170,168); }
H1.HeaderClassName
{
color: #B6AAA8;
}
.AnyTagClassName
{
color: #B6AAA8;
}
</style>
background-color css
<style>
a { background-color: #B6AAA8; }
a { background-color: rgb(182,170,168); }
div.DivClassName
{
background-color: #B6AAA8;
}
.BgClassName
{
background-color: #B6AAA8;
}
</style>
border-color css
<style>
span { border-color: #B6AAA8; }
span { border-color: rgb(182,170,168); }
td.TdClassName
{
border-color: #B6AAA8;
}
.TagClassName
{
border-color: #B6AAA8;
}
</style>