Shades of Martini #B8AAA3
Tints of Martini #B8AAA3
RGB
CMYK
RGB Variations
Color information
#B8AAA3 (or 0xB8AAA3) is known color: Martini. HEX triplet: B8, AA and A3. RGB value is (184,170,163). Sum of RGB (Red+Green+Blue) = 184+170+163=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA3 is #47555C. Grayscale: #ADADAD. Windows color (decimal): -4674909 or 10726072. OLE color: 10726072.
HSL color Cylindrical-coordinate representation of color #B8AAA3: hue angle of 20º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8AAA3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 163 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.28 |
| HSL | 20º | 0.13% | 0.68% | - |
| HSV(B) | 20º | 0.11% | 0.72% | - |
| XYZ | 40.75 | 41.58 | 40.53 | - |
| YUV | 173.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 163 | 0 | 0.08 | 0.11 | 0.28 | 20 | 0.13 | 0.68 |
| Hex | B8 | AA | A3 | 0 | 8 | B | 1C | 14 | D | 44 |
| Octal | 270 | 252 | 243 | 0 | 10 | 13 | 34 | 24 | 15 | 104 |
| Binary | 10111000 | 10101010 | 10100011 | 0 | 1000 | 1011 | 11100 | 10100 | 1101 | 1000100 |
Color Harmonies of #B8AAA3
Complementary color
Monochromatic Colors of #B8AAA3
Black with #B8AAA3
Text Example
Text Example
White with #B8AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAA3; }
p { color: rgb(184,170,163); }
H1.HeaderClassName
{
color: #B8AAA3;
}
.AnyTagClassName
{
color: #B8AAA3;
}
</style>
background-color css
<style>
a { background-color: #B8AAA3; }
a { background-color: rgb(184,170,163); }
div.DivClassName
{
background-color: #B8AAA3;
}
.BgClassName
{
background-color: #B8AAA3;
}
</style>
border-color css
<style>
span { border-color: #B8AAA3; }
span { border-color: rgb(184,170,163); }
td.TdClassName
{
border-color: #B8AAA3;
}
.TagClassName
{
border-color: #B8AAA3;
}
</style>