Shades of Martini #BCA9A1
Tints of Martini #BCA9A1
RGB
CMYK
RGB Variations
Color information
#BCA9A1 (or 0xBCA9A1) is known color: Martini. HEX triplet: BC, A9 and A1. RGB value is (188,169,161). Sum of RGB (Red+Green+Blue) = 188+169+161=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9A1 is #43565E. Grayscale: #ADADAD. Windows color (decimal): -4413023 or 10594748. OLE color: 10594748.
HSL color Cylindrical-coordinate representation of color #BCA9A1: hue angle of 17.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA9A1 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 161 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.26 |
| HSL | 17.78º | 0.17% | 0.68% | - |
| HSV(B) | 17.78º | 0.14% | 0.74% | - |
| XYZ | 41.36 | 41.64 | 39.58 | - |
| YUV | 173.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 161 | 0 | 0.10 | 0.14 | 0.26 | 17.78 | 0.17 | 0.68 |
| Hex | BC | A9 | A1 | 0 | A | E | 1A | 12 | 11 | 44 |
| Octal | 274 | 251 | 241 | 0 | 12 | 16 | 32 | 22 | 21 | 104 |
| Binary | 10111100 | 10101001 | 10100001 | 0 | 1010 | 1110 | 11010 | 10010 | 10001 | 1000100 |
Color Harmonies of #BCA9A1
Complementary color
Monochromatic Colors of #BCA9A1
Black with #BCA9A1
Text Example
Text Example
White with #BCA9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA9A1; }
p { color: rgb(188,169,161); }
H1.HeaderClassName
{
color: #BCA9A1;
}
.AnyTagClassName
{
color: #BCA9A1;
}
</style>
background-color css
<style>
a { background-color: #BCA9A1; }
a { background-color: rgb(188,169,161); }
div.DivClassName
{
background-color: #BCA9A1;
}
.BgClassName
{
background-color: #BCA9A1;
}
</style>
border-color css
<style>
span { border-color: #BCA9A1; }
span { border-color: rgb(188,169,161); }
td.TdClassName
{
border-color: #BCA9A1;
}
.TagClassName
{
border-color: #BCA9A1;
}
</style>