Shades of Martini #B8AAA8
Tints of Martini #B8AAA8
RGB
CMYK
RGB Variations
Color information
#B8AAA8 (or 0xB8AAA8) is known color: Martini. HEX triplet: B8, AA and A8. RGB value is (184,170,168). Sum of RGB (Red+Green+Blue) = 184+170+168=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA8 is #475557. Grayscale: #ADADAD. Windows color (decimal): -4674904 or 11053752. OLE color: 11053752.
HSL color Cylindrical-coordinate representation of color #B8AAA8: hue angle of 7.5º degrees, saturation: 0.1, 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 #B8AAA8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 168 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.28 |
| HSL | 7.5º | 0.1% | 0.69% | - |
| HSV(B) | 7.5º | 0.09% | 0.72% | - |
| XYZ | 41.21 | 41.77 | 42.94 | - |
| YUV | 173.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 168 | 0 | 0.08 | 0.09 | 0.28 | 7.5 | 0.1 | 0.69 |
| Hex | B8 | AA | A8 | 0 | 8 | 9 | 1C | 8 | A | 45 |
| Octal | 270 | 252 | 250 | 0 | 10 | 11 | 34 | 10 | 12 | 105 |
| Binary | 10111000 | 10101010 | 10101000 | 0 | 1000 | 1001 | 11100 | 1000 | 1010 | 1000101 |
Color Harmonies of #B8AAA8
Complementary color
Monochromatic Colors of #B8AAA8
Black with #B8AAA8
Text Example
Text Example
White with #B8AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAA8; }
p { color: rgb(184,170,168); }
H1.HeaderClassName
{
color: #B8AAA8;
}
.AnyTagClassName
{
color: #B8AAA8;
}
</style>
background-color css
<style>
a { background-color: #B8AAA8; }
a { background-color: rgb(184,170,168); }
div.DivClassName
{
background-color: #B8AAA8;
}
.BgClassName
{
background-color: #B8AAA8;
}
</style>
border-color css
<style>
span { border-color: #B8AAA8; }
span { border-color: rgb(184,170,168); }
td.TdClassName
{
border-color: #B8AAA8;
}
.TagClassName
{
border-color: #B8AAA8;
}
</style>