Shades of Martini #B0ABAA
Tints of Martini #B0ABAA
RGB
CMYK
RGB Variations
Color information
#B0ABAA (or 0xB0ABAA) is known color: Martini. HEX triplet: B0, AB and AA. RGB value is (176,171,170). Sum of RGB (Red+Green+Blue) = 176+171+170=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABAA is #4F5455. Grayscale: #ACACAC. Windows color (decimal): -5198934 or 11185072. OLE color: 11185072.
HSL color Cylindrical-coordinate representation of color #B0ABAA: hue angle of 10º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0ABAA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 170 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.31 |
| HSL | 10º | 0.04% | 0.68% | - |
| HSV(B) | 10º | 0.03% | 0.69% | - |
| XYZ | 39.72 | 41.26 | 43.9 | - |
| YUV | 172.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 170 | 0 | 0.03 | 0.03 | 0.31 | 10 | 0.04 | 0.68 |
| Hex | B0 | AB | AA | 0 | 3 | 3 | 1F | A | 4 | 44 |
| Octal | 260 | 253 | 252 | 0 | 3 | 3 | 37 | 12 | 4 | 104 |
| Binary | 10110000 | 10101011 | 10101010 | 0 | 11 | 11 | 11111 | 1010 | 100 | 1000100 |
Color Harmonies of #B0ABAA
Complementary color
Monochromatic Colors of #B0ABAA
Black with #B0ABAA
Text Example
Text Example
White with #B0ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABAA; }
p { color: rgb(176,171,170); }
H1.HeaderClassName
{
color: #B0ABAA;
}
.AnyTagClassName
{
color: #B0ABAA;
}
</style>
background-color css
<style>
a { background-color: #B0ABAA; }
a { background-color: rgb(176,171,170); }
div.DivClassName
{
background-color: #B0ABAA;
}
.BgClassName
{
background-color: #B0ABAA;
}
</style>
border-color css
<style>
span { border-color: #B0ABAA; }
span { border-color: rgb(176,171,170); }
td.TdClassName
{
border-color: #B0ABAA;
}
.TagClassName
{
border-color: #B0ABAA;
}
</style>