Shades of Martini #BBA29A
Tints of Martini #BBA29A
RGB
CMYK
RGB Variations
Color information
#BBA29A (or 0xBBA29A) is known color: Martini. HEX triplet: BB, A2 and 9A. RGB value is (187,162,154). Sum of RGB (Red+Green+Blue) = 187+162+154=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29A is #445D65. Grayscale: #A8A8A8. Windows color (decimal): -4480358 or 10134203. OLE color: 10134203.
HSL color Cylindrical-coordinate representation of color #BBA29A: hue angle of 14.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA29A is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 154 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.27 |
| HSL | 14.55º | 0.2% | 0.67% | - |
| HSV(B) | 14.55º | 0.18% | 0.73% | - |
| XYZ | 39.25 | 38.74 | 35.98 | - |
| YUV | 168.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 154 | 0 | 0.13 | 0.18 | 0.27 | 14.55 | 0.2 | 0.67 |
| Hex | BB | A2 | 9A | 0 | D | 12 | 1B | F | 14 | 43 |
| Octal | 273 | 242 | 232 | 0 | 15 | 22 | 33 | 17 | 24 | 103 |
| Binary | 10111011 | 10100010 | 10011010 | 0 | 1101 | 10010 | 11011 | 1111 | 10100 | 1000011 |
Color Harmonies of #BBA29A
Complementary color
Monochromatic Colors of #BBA29A
Black with #BBA29A
Text Example
Text Example
White with #BBA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA29A; }
p { color: rgb(187,162,154); }
H1.HeaderClassName
{
color: #BBA29A;
}
.AnyTagClassName
{
color: #BBA29A;
}
</style>
background-color css
<style>
a { background-color: #BBA29A; }
a { background-color: rgb(187,162,154); }
div.DivClassName
{
background-color: #BBA29A;
}
.BgClassName
{
background-color: #BBA29A;
}
</style>
border-color css
<style>
span { border-color: #BBA29A; }
span { border-color: rgb(187,162,154); }
td.TdClassName
{
border-color: #BBA29A;
}
.TagClassName
{
border-color: #BBA29A;
}
</style>