Shades of Martini #B0AAA7
Tints of Martini #B0AAA7
RGB
CMYK
RGB Variations
Color information
#B0AAA7 (or 0xB0AAA7) is known color: Martini. HEX triplet: B0, AA and A7. RGB value is (176,170,167). Sum of RGB (Red+Green+Blue) = 176+170+167=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA7 is #4F5558. Grayscale: #ABABAB. Windows color (decimal): -5199193 or 10988208. OLE color: 10988208.
HSL color Cylindrical-coordinate representation of color #B0AAA7: hue angle of 20º 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 #B0AAA7 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 167 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.31 |
| HSL | 20º | 0.05% | 0.67% | - |
| HSV(B) | 20º | 0.05% | 0.69% | - |
| XYZ | 39.25 | 40.77 | 42.36 | - |
| YUV | 171.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 167 | 0 | 0.03 | 0.05 | 0.31 | 20 | 0.05 | 0.67 |
| Hex | B0 | AA | A7 | 0 | 3 | 5 | 1F | 14 | 5 | 43 |
| Octal | 260 | 252 | 247 | 0 | 3 | 5 | 37 | 24 | 5 | 103 |
| Binary | 10110000 | 10101010 | 10100111 | 0 | 11 | 101 | 11111 | 10100 | 101 | 1000011 |
Color Harmonies of #B0AAA7
Complementary color
Monochromatic Colors of #B0AAA7
Black with #B0AAA7
Text Example
Text Example
White with #B0AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAA7; }
p { color: rgb(176,170,167); }
H1.HeaderClassName
{
color: #B0AAA7;
}
.AnyTagClassName
{
color: #B0AAA7;
}
</style>
background-color css
<style>
a { background-color: #B0AAA7; }
a { background-color: rgb(176,170,167); }
div.DivClassName
{
background-color: #B0AAA7;
}
.BgClassName
{
background-color: #B0AAA7;
}
</style>
border-color css
<style>
span { border-color: #B0AAA7; }
span { border-color: rgb(176,170,167); }
td.TdClassName
{
border-color: #B0AAA7;
}
.TagClassName
{
border-color: #B0AAA7;
}
</style>