Shades of Martini #B8AAA7
Tints of Martini #B8AAA7
RGB
CMYK
RGB Variations
Color information
#B8AAA7 (or 0xB8AAA7) is known color: Martini. HEX triplet: B8, AA and A7. RGB value is (184,170,167). Sum of RGB (Red+Green+Blue) = 184+170+167=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA7 is #475558. Grayscale: #ADADAD. Windows color (decimal): -4674905 or 10988216. OLE color: 10988216.
HSL color Cylindrical-coordinate representation of color #B8AAA7: hue angle of 10.59º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8AAA7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 167 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.28 |
| HSL | 10.59º | 0.11% | 0.69% | - |
| HSV(B) | 10.59º | 0.09% | 0.72% | - |
| XYZ | 41.12 | 41.73 | 42.45 | - |
| YUV | 173.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 167 | 0 | 0.08 | 0.09 | 0.28 | 10.59 | 0.11 | 0.69 |
| Hex | B8 | AA | A7 | 0 | 8 | 9 | 1C | B | B | 45 |
| Octal | 270 | 252 | 247 | 0 | 10 | 11 | 34 | 13 | 13 | 105 |
| Binary | 10111000 | 10101010 | 10100111 | 0 | 1000 | 1001 | 11100 | 1011 | 1011 | 1000101 |
Color Harmonies of #B8AAA7
Complementary color
Monochromatic Colors of #B8AAA7
Black with #B8AAA7
Text Example
Text Example
White with #B8AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAA7; }
p { color: rgb(184,170,167); }
H1.HeaderClassName
{
color: #B8AAA7;
}
.AnyTagClassName
{
color: #B8AAA7;
}
</style>
background-color css
<style>
a { background-color: #B8AAA7; }
a { background-color: rgb(184,170,167); }
div.DivClassName
{
background-color: #B8AAA7;
}
.BgClassName
{
background-color: #B8AAA7;
}
</style>
border-color css
<style>
span { border-color: #B8AAA7; }
span { border-color: rgb(184,170,167); }
td.TdClassName
{
border-color: #B8AAA7;
}
.TagClassName
{
border-color: #B8AAA7;
}
</style>