Shades of Martini #B5AAA6
Tints of Martini #B5AAA6
RGB
CMYK
RGB Variations
Color information
#B5AAA6 (or 0xB5AAA6) is known color: Martini. HEX triplet: B5, AA and A6. RGB value is (181,170,166). Sum of RGB (Red+Green+Blue) = 181+170+166=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAA6 is #4A5559. Grayscale: #ACACAC. Windows color (decimal): -4871514 or 10922677. OLE color: 10922677.
HSL color Cylindrical-coordinate representation of color #B5AAA6: hue angle of 16º 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 #B5AAA6 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 170 | 166 | - |
CMYK | 0 | 0.06 | 0.08 | 0.29 |
HSL | 16º | 0.09% | 0.68% | - |
HSV(B) | 16º | 0.08% | 0.71% | - |
XYZ | 40.31 | 41.33 | 41.93 | - |
YUV | 172.83 | 124.14 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 170 | 166 | 0 | 0.06 | 0.08 | 0.29 | 16 | 0.09 | 0.68 |
Hex | B5 | AA | A6 | 0 | 6 | 8 | 1D | 10 | 9 | 44 |
Octal | 265 | 252 | 246 | 0 | 6 | 10 | 35 | 20 | 11 | 104 |
Binary | 10110101 | 10101010 | 10100110 | 0 | 110 | 1000 | 11101 | 10000 | 1001 | 1000100 |
Color Harmonies of #B5AAA6
Complementary color
Monochromatic Colors of #B5AAA6
Black with #B5AAA6
Text Example
Text Example
White with #B5AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAA6; }
p { color: rgb(181,170,166); }
H1.HeaderClassName
{
color: #B5AAA6;
}
.AnyTagClassName
{
color: #B5AAA6;
}
</style>
background-color css
<style>
a { background-color: #B5AAA6; }
a { background-color: rgb(181,170,166); }
div.DivClassName
{
background-color: #B5AAA6;
}
.BgClassName
{
background-color: #B5AAA6;
}
</style>
border-color css
<style>
span { border-color: #B5AAA6; }
span { border-color: rgb(181,170,166); }
td.TdClassName
{
border-color: #B5AAA6;
}
.TagClassName
{
border-color: #B5AAA6;
}
</style>