Shades of Martini #B8ABA5
Tints of Martini #B8ABA5
RGB
CMYK
RGB Variations
Color information
#B8ABA5 (or 0xB8ABA5) is known color: Martini. HEX triplet: B8, AB and A5. RGB value is (184,171,165). Sum of RGB (Red+Green+Blue) = 184+171+165=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA5 is #47545A. Grayscale: #AEAEAE. Windows color (decimal): -4674651 or 10857400. OLE color: 10857400.
HSL color Cylindrical-coordinate representation of color #B8ABA5: hue angle of 18.95º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ABA5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 165 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.28 |
| HSL | 18.95º | 0.12% | 0.68% | - |
| HSV(B) | 18.95º | 0.1% | 0.72% | - |
| XYZ | 41.12 | 42.03 | 41.54 | - |
| YUV | 174.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 165 | 0 | 0.07 | 0.10 | 0.28 | 18.95 | 0.12 | 0.68 |
| Hex | B8 | AB | A5 | 0 | 7 | A | 1C | 13 | C | 44 |
| Octal | 270 | 253 | 245 | 0 | 7 | 12 | 34 | 23 | 14 | 104 |
| Binary | 10111000 | 10101011 | 10100101 | 0 | 111 | 1010 | 11100 | 10011 | 1100 | 1000100 |
Color Harmonies of #B8ABA5
Complementary color
Monochromatic Colors of #B8ABA5
Black with #B8ABA5
Text Example
Text Example
White with #B8ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABA5; }
p { color: rgb(184,171,165); }
H1.HeaderClassName
{
color: #B8ABA5;
}
.AnyTagClassName
{
color: #B8ABA5;
}
</style>
background-color css
<style>
a { background-color: #B8ABA5; }
a { background-color: rgb(184,171,165); }
div.DivClassName
{
background-color: #B8ABA5;
}
.BgClassName
{
background-color: #B8ABA5;
}
</style>
border-color css
<style>
span { border-color: #B8ABA5; }
span { border-color: rgb(184,171,165); }
td.TdClassName
{
border-color: #B8ABA5;
}
.TagClassName
{
border-color: #B8ABA5;
}
</style>