Shades of Martini #BBA3A1
Tints of Martini #BBA3A1
RGB
CMYK
RGB Variations
Color information
#BBA3A1 (or 0xBBA3A1) is known color: Martini. HEX triplet: BB, A3 and A1. RGB value is (187,163,161). Sum of RGB (Red+Green+Blue) = 187+163+161=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3A1 is #445C5E. Grayscale: #A9A9A9. Windows color (decimal): -4480095 or 10593211. OLE color: 10593211.
HSL color Cylindrical-coordinate representation of color #BBA3A1: hue angle of 4.62º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA3A1 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 161 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.27 |
| HSL | 4.62º | 0.16% | 0.68% | - |
| HSV(B) | 4.62º | 0.14% | 0.73% | - |
| XYZ | 40.02 | 39.33 | 39.2 | - |
| YUV | 169.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 161 | 0 | 0.13 | 0.14 | 0.27 | 4.62 | 0.16 | 0.68 |
| Hex | BB | A3 | A1 | 0 | D | E | 1B | 5 | 10 | 44 |
| Octal | 273 | 243 | 241 | 0 | 15 | 16 | 33 | 5 | 20 | 104 |
| Binary | 10111011 | 10100011 | 10100001 | 0 | 1101 | 1110 | 11011 | 101 | 10000 | 1000100 |
Color Harmonies of #BBA3A1
Complementary color
Monochromatic Colors of #BBA3A1
Black with #BBA3A1
Text Example
Text Example
White with #BBA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3A1; }
p { color: rgb(187,163,161); }
H1.HeaderClassName
{
color: #BBA3A1;
}
.AnyTagClassName
{
color: #BBA3A1;
}
</style>
background-color css
<style>
a { background-color: #BBA3A1; }
a { background-color: rgb(187,163,161); }
div.DivClassName
{
background-color: #BBA3A1;
}
.BgClassName
{
background-color: #BBA3A1;
}
</style>
border-color css
<style>
span { border-color: #BBA3A1; }
span { border-color: rgb(187,163,161); }
td.TdClassName
{
border-color: #BBA3A1;
}
.TagClassName
{
border-color: #BBA3A1;
}
</style>