Shades of Martini #BBA19C
Tints of Martini #BBA19C
RGB
CMYK
RGB Variations
Color information
#BBA19C (or 0xBBA19C) is known color: Martini. HEX triplet: BB, A1 and 9C. RGB value is (187,161,156). Sum of RGB (Red+Green+Blue) = 187+161+156=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA19C is #445E63. Grayscale: #A8A8A8. Windows color (decimal): -4480612 or 10265019. OLE color: 10265019.
HSL color Cylindrical-coordinate representation of color #BBA19C: hue angle of 9.68º 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 #BBA19C is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 156 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.27 |
| HSL | 9.68º | 0.19% | 0.67% | - |
| HSV(B) | 9.68º | 0.17% | 0.73% | - |
| XYZ | 39.24 | 38.45 | 36.81 | - |
| YUV | 168.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 156 | 0 | 0.14 | 0.17 | 0.27 | 9.68 | 0.19 | 0.67 |
| Hex | BB | A1 | 9C | 0 | E | 11 | 1B | A | 13 | 43 |
| Octal | 273 | 241 | 234 | 0 | 16 | 21 | 33 | 12 | 23 | 103 |
| Binary | 10111011 | 10100001 | 10011100 | 0 | 1110 | 10001 | 11011 | 1010 | 10011 | 1000011 |
Color Harmonies of #BBA19C
Complementary color
Monochromatic Colors of #BBA19C
Black with #BBA19C
Text Example
Text Example
White with #BBA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA19C; }
p { color: rgb(187,161,156); }
H1.HeaderClassName
{
color: #BBA19C;
}
.AnyTagClassName
{
color: #BBA19C;
}
</style>
background-color css
<style>
a { background-color: #BBA19C; }
a { background-color: rgb(187,161,156); }
div.DivClassName
{
background-color: #BBA19C;
}
.BgClassName
{
background-color: #BBA19C;
}
</style>
border-color css
<style>
span { border-color: #BBA19C; }
span { border-color: rgb(187,161,156); }
td.TdClassName
{
border-color: #BBA19C;
}
.TagClassName
{
border-color: #BBA19C;
}
</style>