Shades of Martini #B8AAA5
Tints of Martini #B8AAA5
RGB
CMYK
RGB Variations
Color information
#B8AAA5 (or 0xB8AAA5) is known color: Martini. HEX triplet: B8, AA and A5. RGB value is (184,170,165). Sum of RGB (Red+Green+Blue) = 184+170+165=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA5 is #47555A. Grayscale: #ADADAD. Windows color (decimal): -4674907 or 10857144. OLE color: 10857144.
HSL color Cylindrical-coordinate representation of color #B8AAA5: hue angle of 15.79º 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 #B8AAA5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 165 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.28 |
| HSL | 15.79º | 0.12% | 0.68% | - |
| HSV(B) | 15.79º | 0.1% | 0.72% | - |
| XYZ | 40.93 | 41.66 | 41.48 | - |
| YUV | 173.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 165 | 0 | 0.08 | 0.10 | 0.28 | 15.79 | 0.12 | 0.68 |
| Hex | B8 | AA | A5 | 0 | 8 | A | 1C | 10 | C | 44 |
| Octal | 270 | 252 | 245 | 0 | 10 | 12 | 34 | 20 | 14 | 104 |
| Binary | 10111000 | 10101010 | 10100101 | 0 | 1000 | 1010 | 11100 | 10000 | 1100 | 1000100 |
Color Harmonies of #B8AAA5
Complementary color
Monochromatic Colors of #B8AAA5
Black with #B8AAA5
Text Example
Text Example
White with #B8AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAA5; }
p { color: rgb(184,170,165); }
H1.HeaderClassName
{
color: #B8AAA5;
}
.AnyTagClassName
{
color: #B8AAA5;
}
</style>
background-color css
<style>
a { background-color: #B8AAA5; }
a { background-color: rgb(184,170,165); }
div.DivClassName
{
background-color: #B8AAA5;
}
.BgClassName
{
background-color: #B8AAA5;
}
</style>
border-color css
<style>
span { border-color: #B8AAA5; }
span { border-color: rgb(184,170,165); }
td.TdClassName
{
border-color: #B8AAA5;
}
.TagClassName
{
border-color: #B8AAA5;
}
</style>