Shades of Martini #BBA29E
Tints of Martini #BBA29E
RGB
CMYK
RGB Variations
Color information
#BBA29E (or 0xBBA29E) is known color: Martini. HEX triplet: BB, A2 and 9E. RGB value is (187,162,158). Sum of RGB (Red+Green+Blue) = 187+162+158=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29E is #445D61. Grayscale: #A9A9A9. Windows color (decimal): -4480354 or 10396347. OLE color: 10396347.
HSL color Cylindrical-coordinate representation of color #BBA29E: hue angle of 8.28º 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 #BBA29E is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 158 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.27 |
| HSL | 8.28º | 0.18% | 0.68% | - |
| HSV(B) | 8.28º | 0.16% | 0.73% | - |
| XYZ | 39.59 | 38.87 | 37.76 | - |
| YUV | 169.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 158 | 0 | 0.13 | 0.16 | 0.27 | 8.28 | 0.18 | 0.68 |
| Hex | BB | A2 | 9E | 0 | D | 10 | 1B | 8 | 12 | 44 |
| Octal | 273 | 242 | 236 | 0 | 15 | 20 | 33 | 10 | 22 | 104 |
| Binary | 10111011 | 10100010 | 10011110 | 0 | 1101 | 10000 | 11011 | 1000 | 10010 | 1000100 |
Color Harmonies of #BBA29E
Complementary color
Monochromatic Colors of #BBA29E
Black with #BBA29E
Text Example
Text Example
White with #BBA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA29E; }
p { color: rgb(187,162,158); }
H1.HeaderClassName
{
color: #BBA29E;
}
.AnyTagClassName
{
color: #BBA29E;
}
</style>
background-color css
<style>
a { background-color: #BBA29E; }
a { background-color: rgb(187,162,158); }
div.DivClassName
{
background-color: #BBA29E;
}
.BgClassName
{
background-color: #BBA29E;
}
</style>
border-color css
<style>
span { border-color: #BBA29E; }
span { border-color: rgb(187,162,158); }
td.TdClassName
{
border-color: #BBA29E;
}
.TagClassName
{
border-color: #BBA29E;
}
</style>