Shades of Martini #BCA6A0
Tints of Martini #BCA6A0
RGB
CMYK
RGB Variations
Color information
#BCA6A0 (or 0xBCA6A0) is known color: Martini. HEX triplet: BC, A6 and A0. RGB value is (188,166,160). Sum of RGB (Red+Green+Blue) = 188+166+160=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A0 is #43595F. Grayscale: #ABABAB. Windows color (decimal): -4413792 or 10528444. OLE color: 10528444.
HSL color Cylindrical-coordinate representation of color #BCA6A0: hue angle of 12.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA6A0 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 160 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.26 |
| HSL | 12.86º | 0.17% | 0.68% | - |
| HSV(B) | 12.86º | 0.15% | 0.74% | - |
| XYZ | 40.72 | 40.5 | 38.93 | - |
| YUV | 171.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 160 | 0 | 0.12 | 0.15 | 0.26 | 12.86 | 0.17 | 0.68 |
| Hex | BC | A6 | A0 | 0 | C | F | 1A | D | 11 | 44 |
| Octal | 274 | 246 | 240 | 0 | 14 | 17 | 32 | 15 | 21 | 104 |
| Binary | 10111100 | 10100110 | 10100000 | 0 | 1100 | 1111 | 11010 | 1101 | 10001 | 1000100 |
Color Harmonies of #BCA6A0
Complementary color
Monochromatic Colors of #BCA6A0
Black with #BCA6A0
Text Example
Text Example
White with #BCA6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6A0; }
p { color: rgb(188,166,160); }
H1.HeaderClassName
{
color: #BCA6A0;
}
.AnyTagClassName
{
color: #BCA6A0;
}
</style>
background-color css
<style>
a { background-color: #BCA6A0; }
a { background-color: rgb(188,166,160); }
div.DivClassName
{
background-color: #BCA6A0;
}
.BgClassName
{
background-color: #BCA6A0;
}
</style>
border-color css
<style>
span { border-color: #BCA6A0; }
span { border-color: rgb(188,166,160); }
td.TdClassName
{
border-color: #BCA6A0;
}
.TagClassName
{
border-color: #BCA6A0;
}
</style>