Shades of Martini #BBA8A1
Tints of Martini #BBA8A1
RGB
CMYK
RGB Variations
Color information
#BBA8A1 (or 0xBBA8A1) is known color: Martini. HEX triplet: BB, A8 and A1. RGB value is (187,168,161). Sum of RGB (Red+Green+Blue) = 187+168+161=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8A1 is #44575E. Grayscale: #ACACAC. Windows color (decimal): -4478815 or 10594491. OLE color: 10594491.
HSL color Cylindrical-coordinate representation of color #BBA8A1: hue angle of 16.15º 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 #BBA8A1 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 161 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.27 |
| HSL | 16.15º | 0.16% | 0.68% | - |
| HSV(B) | 16.15º | 0.14% | 0.73% | - |
| XYZ | 40.93 | 41.14 | 39.5 | - |
| YUV | 172.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 161 | 0 | 0.10 | 0.14 | 0.27 | 16.15 | 0.16 | 0.68 |
| Hex | BB | A8 | A1 | 0 | A | E | 1B | 10 | 10 | 44 |
| Octal | 273 | 250 | 241 | 0 | 12 | 16 | 33 | 20 | 20 | 104 |
| Binary | 10111011 | 10101000 | 10100001 | 0 | 1010 | 1110 | 11011 | 10000 | 10000 | 1000100 |
Color Harmonies of #BBA8A1
Complementary color
Monochromatic Colors of #BBA8A1
Black with #BBA8A1
Text Example
Text Example
White with #BBA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8A1; }
p { color: rgb(187,168,161); }
H1.HeaderClassName
{
color: #BBA8A1;
}
.AnyTagClassName
{
color: #BBA8A1;
}
</style>
background-color css
<style>
a { background-color: #BBA8A1; }
a { background-color: rgb(187,168,161); }
div.DivClassName
{
background-color: #BBA8A1;
}
.BgClassName
{
background-color: #BBA8A1;
}
</style>
border-color css
<style>
span { border-color: #BBA8A1; }
span { border-color: rgb(187,168,161); }
td.TdClassName
{
border-color: #BBA8A1;
}
.TagClassName
{
border-color: #BBA8A1;
}
</style>