Shades of Martini #BCA6A3
Tints of Martini #BCA6A3
RGB
CMYK
RGB Variations
Color information
#BCA6A3 (or 0xBCA6A3) is known color: Martini. HEX triplet: BC, A6 and A3. RGB value is (188,166,163). Sum of RGB (Red+Green+Blue) = 188+166+163=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A3 is #43595C. Grayscale: #ACACAC. Windows color (decimal): -4413789 or 10725052. OLE color: 10725052.
HSL color Cylindrical-coordinate representation of color #BCA6A3: hue angle of 7.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA6A3 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 163 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.26 |
| HSL | 7.2º | 0.16% | 0.69% | - |
| HSV(B) | 7.2º | 0.13% | 0.74% | - |
| XYZ | 40.99 | 40.61 | 40.33 | - |
| YUV | 172.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 163 | 0 | 0.12 | 0.13 | 0.26 | 7.2 | 0.16 | 0.69 |
| Hex | BC | A6 | A3 | 0 | C | D | 1A | 7 | 10 | 45 |
| Octal | 274 | 246 | 243 | 0 | 14 | 15 | 32 | 7 | 20 | 105 |
| Binary | 10111100 | 10100110 | 10100011 | 0 | 1100 | 1101 | 11010 | 111 | 10000 | 1000101 |
Color Harmonies of #BCA6A3
Complementary color
Monochromatic Colors of #BCA6A3
Black with #BCA6A3
Text Example
Text Example
White with #BCA6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6A3; }
p { color: rgb(188,166,163); }
H1.HeaderClassName
{
color: #BCA6A3;
}
.AnyTagClassName
{
color: #BCA6A3;
}
</style>
background-color css
<style>
a { background-color: #BCA6A3; }
a { background-color: rgb(188,166,163); }
div.DivClassName
{
background-color: #BCA6A3;
}
.BgClassName
{
background-color: #BCA6A3;
}
</style>
border-color css
<style>
span { border-color: #BCA6A3; }
span { border-color: rgb(188,166,163); }
td.TdClassName
{
border-color: #BCA6A3;
}
.TagClassName
{
border-color: #BCA6A3;
}
</style>