Shades of Martini #BBA89F
Tints of Martini #BBA89F
RGB
CMYK
RGB Variations
Color information
#BBA89F (or 0xBBA89F) is known color: Martini. HEX triplet: BB, A8 and 9F. RGB value is (187,168,159). Sum of RGB (Red+Green+Blue) = 187+168+159=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA89F is #445760. Grayscale: #ACACAC. Windows color (decimal): -4478817 or 10463419. OLE color: 10463419.
HSL color Cylindrical-coordinate representation of color #BBA89F: hue angle of 19.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA89F is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 159 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.27 |
| HSL | 19.29º | 0.17% | 0.68% | - |
| HSV(B) | 19.29º | 0.15% | 0.73% | - |
| XYZ | 40.75 | 41.07 | 38.58 | - |
| YUV | 172.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 159 | 0 | 0.10 | 0.15 | 0.27 | 19.29 | 0.17 | 0.68 |
| Hex | BB | A8 | 9F | 0 | A | F | 1B | 13 | 11 | 44 |
| Octal | 273 | 250 | 237 | 0 | 12 | 17 | 33 | 23 | 21 | 104 |
| Binary | 10111011 | 10101000 | 10011111 | 0 | 1010 | 1111 | 11011 | 10011 | 10001 | 1000100 |
Color Harmonies of #BBA89F
Complementary color
Monochromatic Colors of #BBA89F
Black with #BBA89F
Text Example
Text Example
White with #BBA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA89F; }
p { color: rgb(187,168,159); }
H1.HeaderClassName
{
color: #BBA89F;
}
.AnyTagClassName
{
color: #BBA89F;
}
</style>
background-color css
<style>
a { background-color: #BBA89F; }
a { background-color: rgb(187,168,159); }
div.DivClassName
{
background-color: #BBA89F;
}
.BgClassName
{
background-color: #BBA89F;
}
</style>
border-color css
<style>
span { border-color: #BBA89F; }
span { border-color: rgb(187,168,159); }
td.TdClassName
{
border-color: #BBA89F;
}
.TagClassName
{
border-color: #BBA89F;
}
</style>