Shades of Martini #B4AAA8
Tints of Martini #B4AAA8
RGB
CMYK
RGB Variations
Color information
#B4AAA8 (or 0xB4AAA8) is known color: Martini. HEX triplet: B4, AA and A8. RGB value is (180,170,168). Sum of RGB (Red+Green+Blue) = 180+170+168=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAA8 is #4B5557. Grayscale: #ACACAC. Windows color (decimal): -4937048 or 11053748. OLE color: 11053748.
HSL color Cylindrical-coordinate representation of color #B4AAA8: hue angle of 10º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4AAA8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 168 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.29 |
| HSL | 10º | 0.07% | 0.68% | - |
| HSV(B) | 10º | 0.07% | 0.71% | - |
| XYZ | 40.27 | 41.28 | 42.89 | - |
| YUV | 172.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 168 | 0 | 0.06 | 0.07 | 0.29 | 10 | 0.07 | 0.68 |
| Hex | B4 | AA | A8 | 0 | 6 | 7 | 1D | A | 7 | 44 |
| Octal | 264 | 252 | 250 | 0 | 6 | 7 | 35 | 12 | 7 | 104 |
| Binary | 10110100 | 10101010 | 10101000 | 0 | 110 | 111 | 11101 | 1010 | 111 | 1000100 |
Color Harmonies of #B4AAA8
Complementary color
Monochromatic Colors of #B4AAA8
Black with #B4AAA8
Text Example
Text Example
White with #B4AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AAA8; }
p { color: rgb(180,170,168); }
H1.HeaderClassName
{
color: #B4AAA8;
}
.AnyTagClassName
{
color: #B4AAA8;
}
</style>
background-color css
<style>
a { background-color: #B4AAA8; }
a { background-color: rgb(180,170,168); }
div.DivClassName
{
background-color: #B4AAA8;
}
.BgClassName
{
background-color: #B4AAA8;
}
</style>
border-color css
<style>
span { border-color: #B4AAA8; }
span { border-color: rgb(180,170,168); }
td.TdClassName
{
border-color: #B4AAA8;
}
.TagClassName
{
border-color: #B4AAA8;
}
</style>