Shades of Martini #BCA2A0
Tints of Martini #BCA2A0
RGB
CMYK
RGB Variations
Color information
#BCA2A0 (or 0xBCA2A0) is known color: Martini. HEX triplet: BC, A2 and A0. RGB value is (188,162,160). Sum of RGB (Red+Green+Blue) = 188+162+160=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2A0 is #435D5F. Grayscale: #A9A9A9. Windows color (decimal): -4414816 or 10527420. OLE color: 10527420.
HSL color Cylindrical-coordinate representation of color #BCA2A0: hue angle of 4.29º 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 #BCA2A0 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 160 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.26 |
| HSL | 4.29º | 0.17% | 0.68% | - |
| HSV(B) | 4.29º | 0.15% | 0.74% | - |
| XYZ | 40 | 39.07 | 38.69 | - |
| YUV | 169.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 160 | 0 | 0.14 | 0.15 | 0.26 | 4.29 | 0.17 | 0.68 |
| Hex | BC | A2 | A0 | 0 | E | F | 1A | 4 | 11 | 44 |
| Octal | 274 | 242 | 240 | 0 | 16 | 17 | 32 | 4 | 21 | 104 |
| Binary | 10111100 | 10100010 | 10100000 | 0 | 1110 | 1111 | 11010 | 100 | 10001 | 1000100 |
Color Harmonies of #BCA2A0
Complementary color
Monochromatic Colors of #BCA2A0
Black with #BCA2A0
Text Example
Text Example
White with #BCA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2A0; }
p { color: rgb(188,162,160); }
H1.HeaderClassName
{
color: #BCA2A0;
}
.AnyTagClassName
{
color: #BCA2A0;
}
</style>
background-color css
<style>
a { background-color: #BCA2A0; }
a { background-color: rgb(188,162,160); }
div.DivClassName
{
background-color: #BCA2A0;
}
.BgClassName
{
background-color: #BCA2A0;
}
</style>
border-color css
<style>
span { border-color: #BCA2A0; }
span { border-color: rgb(188,162,160); }
td.TdClassName
{
border-color: #BCA2A0;
}
.TagClassName
{
border-color: #BCA2A0;
}
</style>