Shades of Martini #BBA59B
Tints of Martini #BBA59B
RGB
CMYK
RGB Variations
Color information
#BBA59B (or 0xBBA59B) is known color: Martini. HEX triplet: BB, A5 and 9B. RGB value is (187,165,155). Sum of RGB (Red+Green+Blue) = 187+165+155=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59B is #445A64. Grayscale: #AAAAAA. Windows color (decimal): -4479589 or 10200507. OLE color: 10200507.
HSL color Cylindrical-coordinate representation of color #BBA59B: hue angle of 18.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA59B is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 155 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.27 |
| HSL | 18.75º | 0.19% | 0.67% | - |
| HSV(B) | 18.75º | 0.17% | 0.73% | - |
| XYZ | 39.87 | 39.84 | 36.6 | - |
| YUV | 170.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 155 | 0 | 0.12 | 0.17 | 0.27 | 18.75 | 0.19 | 0.67 |
| Hex | BB | A5 | 9B | 0 | C | 11 | 1B | 13 | 13 | 43 |
| Octal | 273 | 245 | 233 | 0 | 14 | 21 | 33 | 23 | 23 | 103 |
| Binary | 10111011 | 10100101 | 10011011 | 0 | 1100 | 10001 | 11011 | 10011 | 10011 | 1000011 |
Color Harmonies of #BBA59B
Complementary color
Monochromatic Colors of #BBA59B
Black with #BBA59B
Text Example
Text Example
White with #BBA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA59B; }
p { color: rgb(187,165,155); }
H1.HeaderClassName
{
color: #BBA59B;
}
.AnyTagClassName
{
color: #BBA59B;
}
</style>
background-color css
<style>
a { background-color: #BBA59B; }
a { background-color: rgb(187,165,155); }
div.DivClassName
{
background-color: #BBA59B;
}
.BgClassName
{
background-color: #BBA59B;
}
</style>
border-color css
<style>
span { border-color: #BBA59B; }
span { border-color: rgb(187,165,155); }
td.TdClassName
{
border-color: #BBA59B;
}
.TagClassName
{
border-color: #BBA59B;
}
</style>