Shades of Martini #BCA19E
Tints of Martini #BCA19E
RGB
CMYK
RGB Variations
Color information
#BCA19E (or 0xBCA19E) is known color: Martini. HEX triplet: BC, A1 and 9E. RGB value is (188,161,158). Sum of RGB (Red+Green+Blue) = 188+161+158=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA19E is #435E61. Grayscale: #A8A8A8. Windows color (decimal): -4415074 or 10396092. OLE color: 10396092.
HSL color Cylindrical-coordinate representation of color #BCA19E: hue angle of 6º 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 #BCA19E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 158 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.26 |
| HSL | 6º | 0.18% | 0.68% | - |
| HSV(B) | 6º | 0.16% | 0.74% | - |
| XYZ | 39.66 | 38.65 | 37.72 | - |
| YUV | 168.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 158 | 0 | 0.14 | 0.16 | 0.26 | 6 | 0.18 | 0.68 |
| Hex | BC | A1 | 9E | 0 | E | 10 | 1A | 6 | 12 | 44 |
| Octal | 274 | 241 | 236 | 0 | 16 | 20 | 32 | 6 | 22 | 104 |
| Binary | 10111100 | 10100001 | 10011110 | 0 | 1110 | 10000 | 11010 | 110 | 10010 | 1000100 |
Color Harmonies of #BCA19E
Complementary color
Monochromatic Colors of #BCA19E
Black with #BCA19E
Text Example
Text Example
White with #BCA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA19E; }
p { color: rgb(188,161,158); }
H1.HeaderClassName
{
color: #BCA19E;
}
.AnyTagClassName
{
color: #BCA19E;
}
</style>
background-color css
<style>
a { background-color: #BCA19E; }
a { background-color: rgb(188,161,158); }
div.DivClassName
{
background-color: #BCA19E;
}
.BgClassName
{
background-color: #BCA19E;
}
</style>
border-color css
<style>
span { border-color: #BCA19E; }
span { border-color: rgb(188,161,158); }
td.TdClassName
{
border-color: #BCA19E;
}
.TagClassName
{
border-color: #BCA19E;
}
</style>