Shades of Martini #BBA09B
Tints of Martini #BBA09B
RGB
CMYK
RGB Variations
Color information
#BBA09B (or 0xBBA09B) is known color: Martini. HEX triplet: BB, A0 and 9B. RGB value is (187,160,155). Sum of RGB (Red+Green+Blue) = 187+160+155=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA09B is #445F64. Grayscale: #A7A7A7. Windows color (decimal): -4480869 or 10199227. OLE color: 10199227.
HSL color Cylindrical-coordinate representation of color #BBA09B: hue angle of 9.38º 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 #BBA09B is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 155 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.27 |
| HSL | 9.38º | 0.19% | 0.67% | - |
| HSV(B) | 9.38º | 0.17% | 0.73% | - |
| XYZ | 38.98 | 38.07 | 36.3 | - |
| YUV | 167.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 155 | 0 | 0.14 | 0.17 | 0.27 | 9.38 | 0.19 | 0.67 |
| Hex | BB | A0 | 9B | 0 | E | 11 | 1B | 9 | 13 | 43 |
| Octal | 273 | 240 | 233 | 0 | 16 | 21 | 33 | 11 | 23 | 103 |
| Binary | 10111011 | 10100000 | 10011011 | 0 | 1110 | 10001 | 11011 | 1001 | 10011 | 1000011 |
Color Harmonies of #BBA09B
Complementary color
Monochromatic Colors of #BBA09B
Black with #BBA09B
Text Example
Text Example
White with #BBA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA09B; }
p { color: rgb(187,160,155); }
H1.HeaderClassName
{
color: #BBA09B;
}
.AnyTagClassName
{
color: #BBA09B;
}
</style>
background-color css
<style>
a { background-color: #BBA09B; }
a { background-color: rgb(187,160,155); }
div.DivClassName
{
background-color: #BBA09B;
}
.BgClassName
{
background-color: #BBA09B;
}
</style>
border-color css
<style>
span { border-color: #BBA09B; }
span { border-color: rgb(187,160,155); }
td.TdClassName
{
border-color: #BBA09B;
}
.TagClassName
{
border-color: #BBA09B;
}
</style>