Shades of Martini #B6AAA5
Tints of Martini #B6AAA5
RGB
CMYK
RGB Variations
Color information
#B6AAA5 (or 0xB6AAA5) is known color: Martini. HEX triplet: B6, AA and A5. RGB value is (182,170,165). Sum of RGB (Red+Green+Blue) = 182+170+165=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAA5 is #49555A. Grayscale: #ADADAD. Windows color (decimal): -4805979 or 10857142. OLE color: 10857142.
HSL color Cylindrical-coordinate representation of color #B6AAA5: hue angle of 17.65º 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 #B6AAA5 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 165 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.29 |
| HSL | 17.65º | 0.1% | 0.68% | - |
| HSV(B) | 17.65º | 0.09% | 0.71% | - |
| XYZ | 40.46 | 41.41 | 41.46 | - |
| YUV | 173.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 165 | 0 | 0.07 | 0.09 | 0.29 | 17.65 | 0.1 | 0.68 |
| Hex | B6 | AA | A5 | 0 | 7 | 9 | 1D | 12 | A | 44 |
| Octal | 266 | 252 | 245 | 0 | 7 | 11 | 35 | 22 | 12 | 104 |
| Binary | 10110110 | 10101010 | 10100101 | 0 | 111 | 1001 | 11101 | 10010 | 1010 | 1000100 |
Color Harmonies of #B6AAA5
Complementary color
Monochromatic Colors of #B6AAA5
Black with #B6AAA5
Text Example
Text Example
White with #B6AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AAA5; }
p { color: rgb(182,170,165); }
H1.HeaderClassName
{
color: #B6AAA5;
}
.AnyTagClassName
{
color: #B6AAA5;
}
</style>
background-color css
<style>
a { background-color: #B6AAA5; }
a { background-color: rgb(182,170,165); }
div.DivClassName
{
background-color: #B6AAA5;
}
.BgClassName
{
background-color: #B6AAA5;
}
</style>
border-color css
<style>
span { border-color: #B6AAA5; }
span { border-color: rgb(182,170,165); }
td.TdClassName
{
border-color: #B6AAA5;
}
.TagClassName
{
border-color: #B6AAA5;
}
</style>