Shades of Martini #BBA59F
Tints of Martini #BBA59F
RGB
CMYK
RGB Variations
Color information
#BBA59F (or 0xBBA59F) is known color: Martini. HEX triplet: BB, A5 and 9F. RGB value is (187,165,159). Sum of RGB (Red+Green+Blue) = 187+165+159=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59F is #445A60. Grayscale: #AAAAAA. Windows color (decimal): -4479585 or 10462651. OLE color: 10462651.
HSL color Cylindrical-coordinate representation of color #BBA59F: hue angle of 12.86º 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 #BBA59F is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 159 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.27 |
| HSL | 12.86º | 0.17% | 0.68% | - |
| HSV(B) | 12.86º | 0.15% | 0.73% | - |
| XYZ | 40.21 | 39.98 | 38.4 | - |
| YUV | 170.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 159 | 0 | 0.12 | 0.15 | 0.27 | 12.86 | 0.17 | 0.68 |
| Hex | BB | A5 | 9F | 0 | C | F | 1B | D | 11 | 44 |
| Octal | 273 | 245 | 237 | 0 | 14 | 17 | 33 | 15 | 21 | 104 |
| Binary | 10111011 | 10100101 | 10011111 | 0 | 1100 | 1111 | 11011 | 1101 | 10001 | 1000100 |
Color Harmonies of #BBA59F
Complementary color
Monochromatic Colors of #BBA59F
Black with #BBA59F
Text Example
Text Example
White with #BBA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA59F; }
p { color: rgb(187,165,159); }
H1.HeaderClassName
{
color: #BBA59F;
}
.AnyTagClassName
{
color: #BBA59F;
}
</style>
background-color css
<style>
a { background-color: #BBA59F; }
a { background-color: rgb(187,165,159); }
div.DivClassName
{
background-color: #BBA59F;
}
.BgClassName
{
background-color: #BBA59F;
}
</style>
border-color css
<style>
span { border-color: #BBA59F; }
span { border-color: rgb(187,165,159); }
td.TdClassName
{
border-color: #BBA59F;
}
.TagClassName
{
border-color: #BBA59F;
}
</style>