Shades of Martini #BCA4A0
Tints of Martini #BCA4A0
RGB
CMYK
RGB Variations
Color information
#BCA4A0 (or 0xBCA4A0) is known color: Martini. HEX triplet: BC, A4 and A0. RGB value is (188,164,160). Sum of RGB (Red+Green+Blue) = 188+164+160=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA4A0 is #435B5F. Grayscale: #AAAAAA. Windows color (decimal): -4414304 or 10527932. OLE color: 10527932.
HSL color Cylindrical-coordinate representation of color #BCA4A0: hue angle of 8.57º 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 #BCA4A0 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 160 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.26 |
| HSL | 8.57º | 0.17% | 0.68% | - |
| HSV(B) | 8.57º | 0.15% | 0.74% | - |
| XYZ | 40.36 | 39.78 | 38.81 | - |
| YUV | 170.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 160 | 0 | 0.13 | 0.15 | 0.26 | 8.57 | 0.17 | 0.68 |
| Hex | BC | A4 | A0 | 0 | D | F | 1A | 9 | 11 | 44 |
| Octal | 274 | 244 | 240 | 0 | 15 | 17 | 32 | 11 | 21 | 104 |
| Binary | 10111100 | 10100100 | 10100000 | 0 | 1101 | 1111 | 11010 | 1001 | 10001 | 1000100 |
Color Harmonies of #BCA4A0
Complementary color
Monochromatic Colors of #BCA4A0
Black with #BCA4A0
Text Example
Text Example
White with #BCA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA4A0; }
p { color: rgb(188,164,160); }
H1.HeaderClassName
{
color: #BCA4A0;
}
.AnyTagClassName
{
color: #BCA4A0;
}
</style>
background-color css
<style>
a { background-color: #BCA4A0; }
a { background-color: rgb(188,164,160); }
div.DivClassName
{
background-color: #BCA4A0;
}
.BgClassName
{
background-color: #BCA4A0;
}
</style>
border-color css
<style>
span { border-color: #BCA4A0; }
span { border-color: rgb(188,164,160); }
td.TdClassName
{
border-color: #BCA4A0;
}
.TagClassName
{
border-color: #BCA4A0;
}
</style>