Shades of Martini #B0AAA8
Tints of Martini #B0AAA8
RGB
CMYK
RGB Variations
Color information
#B0AAA8 (or 0xB0AAA8) is known color: Martini. HEX triplet: B0, AA and A8. RGB value is (176,170,168). Sum of RGB (Red+Green+Blue) = 176+170+168=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA8 is #4F5557. Grayscale: #ABABAB. Windows color (decimal): -5199192 or 11053744. OLE color: 11053744.
HSL color Cylindrical-coordinate representation of color #B0AAA8: hue angle of 15º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0AAA8 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 168 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.31 |
| HSL | 15º | 0.05% | 0.67% | - |
| HSV(B) | 15º | 0.05% | 0.69% | - |
| XYZ | 39.35 | 40.81 | 42.85 | - |
| YUV | 171.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 168 | 0 | 0.03 | 0.05 | 0.31 | 15 | 0.05 | 0.67 |
| Hex | B0 | AA | A8 | 0 | 3 | 5 | 1F | F | 5 | 43 |
| Octal | 260 | 252 | 250 | 0 | 3 | 5 | 37 | 17 | 5 | 103 |
| Binary | 10110000 | 10101010 | 10101000 | 0 | 11 | 101 | 11111 | 1111 | 101 | 1000011 |
Color Harmonies of #B0AAA8
Complementary color
Monochromatic Colors of #B0AAA8
Black with #B0AAA8
Text Example
Text Example
White with #B0AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAA8; }
p { color: rgb(176,170,168); }
H1.HeaderClassName
{
color: #B0AAA8;
}
.AnyTagClassName
{
color: #B0AAA8;
}
</style>
background-color css
<style>
a { background-color: #B0AAA8; }
a { background-color: rgb(176,170,168); }
div.DivClassName
{
background-color: #B0AAA8;
}
.BgClassName
{
background-color: #B0AAA8;
}
</style>
border-color css
<style>
span { border-color: #B0AAA8; }
span { border-color: rgb(176,170,168); }
td.TdClassName
{
border-color: #B0AAA8;
}
.TagClassName
{
border-color: #B0AAA8;
}
</style>