Shades of Martini #B8ABA8
Tints of Martini #B8ABA8
RGB
CMYK
RGB Variations
Color information
#B8ABA8 (or 0xB8ABA8) is known color: Martini. HEX triplet: B8, AB and A8. RGB value is (184,171,168). Sum of RGB (Red+Green+Blue) = 184+171+168=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA8 is #475457. Grayscale: #AEAEAE. Windows color (decimal): -4674648 or 11054008. OLE color: 11054008.
HSL color Cylindrical-coordinate representation of color #B8ABA8: hue angle of 11.25º 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 #B8ABA8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 168 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.28 |
| HSL | 11.25º | 0.1% | 0.69% | - |
| HSV(B) | 11.25º | 0.09% | 0.72% | - |
| XYZ | 41.4 | 42.14 | 43 | - |
| YUV | 174.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 168 | 0 | 0.07 | 0.09 | 0.28 | 11.25 | 0.1 | 0.69 |
| Hex | B8 | AB | A8 | 0 | 7 | 9 | 1C | B | A | 45 |
| Octal | 270 | 253 | 250 | 0 | 7 | 11 | 34 | 13 | 12 | 105 |
| Binary | 10111000 | 10101011 | 10101000 | 0 | 111 | 1001 | 11100 | 1011 | 1010 | 1000101 |
Color Harmonies of #B8ABA8
Complementary color
Monochromatic Colors of #B8ABA8
Black with #B8ABA8
Text Example
Text Example
White with #B8ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABA8; }
p { color: rgb(184,171,168); }
H1.HeaderClassName
{
color: #B8ABA8;
}
.AnyTagClassName
{
color: #B8ABA8;
}
</style>
background-color css
<style>
a { background-color: #B8ABA8; }
a { background-color: rgb(184,171,168); }
div.DivClassName
{
background-color: #B8ABA8;
}
.BgClassName
{
background-color: #B8ABA8;
}
</style>
border-color css
<style>
span { border-color: #B8ABA8; }
span { border-color: rgb(184,171,168); }
td.TdClassName
{
border-color: #B8ABA8;
}
.TagClassName
{
border-color: #B8ABA8;
}
</style>