Shades of Martini #BCA39E
Tints of Martini #BCA39E
RGB
CMYK
RGB Variations
Color information
#BCA39E (or 0xBCA39E) is known color: Martini. HEX triplet: BC, A3 and 9E. RGB value is (188,163,158). Sum of RGB (Red+Green+Blue) = 188+163+158=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA39E is #435C61. Grayscale: #A9A9A9. Windows color (decimal): -4414562 or 10396604. OLE color: 10396604.
HSL color Cylindrical-coordinate representation of color #BCA39E: hue angle of 10º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA39E is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 158 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.26 |
| HSL | 10º | 0.18% | 0.68% | - |
| HSV(B) | 10º | 0.16% | 0.74% | - |
| XYZ | 40.01 | 39.35 | 37.84 | - |
| YUV | 169.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 158 | 0 | 0.13 | 0.16 | 0.26 | 10 | 0.18 | 0.68 |
| Hex | BC | A3 | 9E | 0 | D | 10 | 1A | A | 12 | 44 |
| Octal | 274 | 243 | 236 | 0 | 15 | 20 | 32 | 12 | 22 | 104 |
| Binary | 10111100 | 10100011 | 10011110 | 0 | 1101 | 10000 | 11010 | 1010 | 10010 | 1000100 |
Color Harmonies of #BCA39E
Complementary color
Monochromatic Colors of #BCA39E
Black with #BCA39E
Text Example
Text Example
White with #BCA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA39E; }
p { color: rgb(188,163,158); }
H1.HeaderClassName
{
color: #BCA39E;
}
.AnyTagClassName
{
color: #BCA39E;
}
</style>
background-color css
<style>
a { background-color: #BCA39E; }
a { background-color: rgb(188,163,158); }
div.DivClassName
{
background-color: #BCA39E;
}
.BgClassName
{
background-color: #BCA39E;
}
</style>
border-color css
<style>
span { border-color: #BCA39E; }
span { border-color: rgb(188,163,158); }
td.TdClassName
{
border-color: #BCA39E;
}
.TagClassName
{
border-color: #BCA39E;
}
</style>