Shades of Martini #B8A6A1
Tints of Martini #B8A6A1
RGB
CMYK
RGB Variations
Color information
#B8A6A1 (or 0xB8A6A1) is known color: Martini. HEX triplet: B8, A6 and A1. RGB value is (184,166,161). Sum of RGB (Red+Green+Blue) = 184+166+161=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A6A1 is #47595E. Grayscale: #AAAAAA. Windows color (decimal): -4675935 or 10593976. OLE color: 10593976.
HSL color Cylindrical-coordinate representation of color #B8A6A1: hue angle of 13.04º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8A6A1 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 161 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.28 |
| HSL | 13.04º | 0.14% | 0.68% | - |
| HSV(B) | 13.04º | 0.13% | 0.72% | - |
| XYZ | 39.84 | 40.04 | 39.35 | - |
| YUV | 170.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 161 | 0 | 0.10 | 0.12 | 0.28 | 13.04 | 0.14 | 0.68 |
| Hex | B8 | A6 | A1 | 0 | A | C | 1C | D | E | 44 |
| Octal | 270 | 246 | 241 | 0 | 12 | 14 | 34 | 15 | 16 | 104 |
| Binary | 10111000 | 10100110 | 10100001 | 0 | 1010 | 1100 | 11100 | 1101 | 1110 | 1000100 |
Color Harmonies of #B8A6A1
Complementary color
Monochromatic Colors of #B8A6A1
Black with #B8A6A1
Text Example
Text Example
White with #B8A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A6A1; }
p { color: rgb(184,166,161); }
H1.HeaderClassName
{
color: #B8A6A1;
}
.AnyTagClassName
{
color: #B8A6A1;
}
</style>
background-color css
<style>
a { background-color: #B8A6A1; }
a { background-color: rgb(184,166,161); }
div.DivClassName
{
background-color: #B8A6A1;
}
.BgClassName
{
background-color: #B8A6A1;
}
</style>
border-color css
<style>
span { border-color: #B8A6A1; }
span { border-color: rgb(184,166,161); }
td.TdClassName
{
border-color: #B8A6A1;
}
.TagClassName
{
border-color: #B8A6A1;
}
</style>