Shades of Martini #BCA6A5
Tints of Martini #BCA6A5
RGB
CMYK
RGB Variations
Color information
#BCA6A5 (or 0xBCA6A5) is known color: Martini. HEX triplet: BC, A6 and A5. RGB value is (188,166,165). Sum of RGB (Red+Green+Blue) = 188+166+165=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A5 is #43595A. Grayscale: #ACACAC. Windows color (decimal): -4413787 or 10856124. OLE color: 10856124.
HSL color Cylindrical-coordinate representation of color #BCA6A5: hue angle of 2.61º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA6A5 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 165 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.26 |
| HSL | 2.61º | 0.15% | 0.69% | - |
| HSV(B) | 2.61º | 0.12% | 0.74% | - |
| XYZ | 41.17 | 40.68 | 41.28 | - |
| YUV | 172.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 165 | 0 | 0.12 | 0.12 | 0.26 | 2.61 | 0.15 | 0.69 |
| Hex | BC | A6 | A5 | 0 | C | C | 1A | 3 | F | 45 |
| Octal | 274 | 246 | 245 | 0 | 14 | 14 | 32 | 3 | 17 | 105 |
| Binary | 10111100 | 10100110 | 10100101 | 0 | 1100 | 1100 | 11010 | 11 | 1111 | 1000101 |
Color Harmonies of #BCA6A5
Complementary color
Monochromatic Colors of #BCA6A5
Black with #BCA6A5
Text Example
Text Example
White with #BCA6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6A5; }
p { color: rgb(188,166,165); }
H1.HeaderClassName
{
color: #BCA6A5;
}
.AnyTagClassName
{
color: #BCA6A5;
}
</style>
background-color css
<style>
a { background-color: #BCA6A5; }
a { background-color: rgb(188,166,165); }
div.DivClassName
{
background-color: #BCA6A5;
}
.BgClassName
{
background-color: #BCA6A5;
}
</style>
border-color css
<style>
span { border-color: #BCA6A5; }
span { border-color: rgb(188,166,165); }
td.TdClassName
{
border-color: #BCA6A5;
}
.TagClassName
{
border-color: #BCA6A5;
}
</style>