Shades of Martini #BCA3A2
Tints of Martini #BCA3A2
RGB
CMYK
RGB Variations
Color information
#BCA3A2 (or 0xBCA3A2) is known color: Martini. HEX triplet: BC, A3 and A2. RGB value is (188,163,162). Sum of RGB (Red+Green+Blue) = 188+163+162=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA3A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA3A2 is #435C5D. Grayscale: #AAAAAA. Windows color (decimal): -4414558 or 10658748. OLE color: 10658748.
HSL color Cylindrical-coordinate representation of color #BCA3A2: hue angle of 2.31º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA3A2 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 162 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.26 |
| HSL | 2.31º | 0.16% | 0.69% | - |
| HSV(B) | 2.31º | 0.14% | 0.74% | - |
| XYZ | 40.36 | 39.49 | 39.68 | - |
| YUV | 170.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 162 | 0 | 0.13 | 0.14 | 0.26 | 2.31 | 0.16 | 0.69 |
| Hex | BC | A3 | A2 | 0 | D | E | 1A | 2 | 10 | 45 |
| Octal | 274 | 243 | 242 | 0 | 15 | 16 | 32 | 2 | 20 | 105 |
| Binary | 10111100 | 10100011 | 10100010 | 0 | 1101 | 1110 | 11010 | 10 | 10000 | 1000101 |
Color Harmonies of #BCA3A2
Complementary color
Monochromatic Colors of #BCA3A2
Black with #BCA3A2
Text Example
Text Example
White with #BCA3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3A2; }
p { color: rgb(188,163,162); }
H1.HeaderClassName
{
color: #BCA3A2;
}
.AnyTagClassName
{
color: #BCA3A2;
}
</style>
background-color css
<style>
a { background-color: #BCA3A2; }
a { background-color: rgb(188,163,162); }
div.DivClassName
{
background-color: #BCA3A2;
}
.BgClassName
{
background-color: #BCA3A2;
}
</style>
border-color css
<style>
span { border-color: #BCA3A2; }
span { border-color: rgb(188,163,162); }
td.TdClassName
{
border-color: #BCA3A2;
}
.TagClassName
{
border-color: #BCA3A2;
}
</style>