Shades of Martini #BBA59E
Tints of Martini #BBA59E
RGB
CMYK
RGB Variations
Color information
#BBA59E (or 0xBBA59E) is known color: Martini. HEX triplet: BB, A5 and 9E. RGB value is (187,165,158). Sum of RGB (Red+Green+Blue) = 187+165+158=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59E is #445A61. Grayscale: #AAAAAA. Windows color (decimal): -4479586 or 10397115. OLE color: 10397115.
HSL color Cylindrical-coordinate representation of color #BBA59E: hue angle of 14.48º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA59E is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 158 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.27 |
| HSL | 14.48º | 0.18% | 0.68% | - |
| HSV(B) | 14.48º | 0.16% | 0.73% | - |
| XYZ | 40.12 | 39.94 | 37.94 | - |
| YUV | 170.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 158 | 0 | 0.12 | 0.16 | 0.27 | 14.48 | 0.18 | 0.68 |
| Hex | BB | A5 | 9E | 0 | C | 10 | 1B | E | 12 | 44 |
| Octal | 273 | 245 | 236 | 0 | 14 | 20 | 33 | 16 | 22 | 104 |
| Binary | 10111011 | 10100101 | 10011110 | 0 | 1100 | 10000 | 11011 | 1110 | 10010 | 1000100 |
Color Harmonies of #BBA59E
Complementary color
Monochromatic Colors of #BBA59E
Black with #BBA59E
Text Example
Text Example
White with #BBA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA59E; }
p { color: rgb(187,165,158); }
H1.HeaderClassName
{
color: #BBA59E;
}
.AnyTagClassName
{
color: #BBA59E;
}
</style>
background-color css
<style>
a { background-color: #BBA59E; }
a { background-color: rgb(187,165,158); }
div.DivClassName
{
background-color: #BBA59E;
}
.BgClassName
{
background-color: #BBA59E;
}
</style>
border-color css
<style>
span { border-color: #BBA59E; }
span { border-color: rgb(187,165,158); }
td.TdClassName
{
border-color: #BBA59E;
}
.TagClassName
{
border-color: #BBA59E;
}
</style>