Shades of Martini #B8ABA6
Tints of Martini #B8ABA6
RGB
CMYK
RGB Variations
Color information
#B8ABA6 (or 0xB8ABA6) is known color: Martini. HEX triplet: B8, AB and A6. RGB value is (184,171,166). Sum of RGB (Red+Green+Blue) = 184+171+166=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA6 is #475459. Grayscale: #AEAEAE. Windows color (decimal): -4674650 or 10922936. OLE color: 10922936.
HSL color Cylindrical-coordinate representation of color #B8ABA6: hue angle of 16.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ABA6 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 166 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.28 |
| HSL | 16.67º | 0.11% | 0.69% | - |
| HSV(B) | 16.67º | 0.1% | 0.72% | - |
| XYZ | 41.21 | 42.07 | 42.02 | - |
| YUV | 174.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 166 | 0 | 0.07 | 0.10 | 0.28 | 16.67 | 0.11 | 0.69 |
| Hex | B8 | AB | A6 | 0 | 7 | A | 1C | 11 | B | 45 |
| Octal | 270 | 253 | 246 | 0 | 7 | 12 | 34 | 21 | 13 | 105 |
| Binary | 10111000 | 10101011 | 10100110 | 0 | 111 | 1010 | 11100 | 10001 | 1011 | 1000101 |
Color Harmonies of #B8ABA6
Complementary color
Monochromatic Colors of #B8ABA6
Black with #B8ABA6
Text Example
Text Example
White with #B8ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABA6; }
p { color: rgb(184,171,166); }
H1.HeaderClassName
{
color: #B8ABA6;
}
.AnyTagClassName
{
color: #B8ABA6;
}
</style>
background-color css
<style>
a { background-color: #B8ABA6; }
a { background-color: rgb(184,171,166); }
div.DivClassName
{
background-color: #B8ABA6;
}
.BgClassName
{
background-color: #B8ABA6;
}
</style>
border-color css
<style>
span { border-color: #B8ABA6; }
span { border-color: rgb(184,171,166); }
td.TdClassName
{
border-color: #B8ABA6;
}
.TagClassName
{
border-color: #B8ABA6;
}
</style>