Shades of Martini #BCA29E
Tints of Martini #BCA29E
RGB
CMYK
RGB Variations
Color information
#BCA29E (or 0xBCA29E) is known color: Martini. HEX triplet: BC, A2 and 9E. RGB value is (188,162,158). Sum of RGB (Red+Green+Blue) = 188+162+158=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA29E is #435D61. Grayscale: #A9A9A9. Windows color (decimal): -4414818 or 10396348. OLE color: 10396348.
HSL color Cylindrical-coordinate representation of color #BCA29E: hue angle of 8º 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 #BCA29E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 158 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.26 |
| HSL | 8º | 0.18% | 0.68% | - |
| HSV(B) | 8º | 0.16% | 0.74% | - |
| XYZ | 39.83 | 39 | 37.78 | - |
| YUV | 169.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 158 | 0 | 0.14 | 0.16 | 0.26 | 8 | 0.18 | 0.68 |
| Hex | BC | A2 | 9E | 0 | E | 10 | 1A | 8 | 12 | 44 |
| Octal | 274 | 242 | 236 | 0 | 16 | 20 | 32 | 10 | 22 | 104 |
| Binary | 10111100 | 10100010 | 10011110 | 0 | 1110 | 10000 | 11010 | 1000 | 10010 | 1000100 |
Color Harmonies of #BCA29E
Complementary color
Monochromatic Colors of #BCA29E
Black with #BCA29E
Text Example
Text Example
White with #BCA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA29E; }
p { color: rgb(188,162,158); }
H1.HeaderClassName
{
color: #BCA29E;
}
.AnyTagClassName
{
color: #BCA29E;
}
</style>
background-color css
<style>
a { background-color: #BCA29E; }
a { background-color: rgb(188,162,158); }
div.DivClassName
{
background-color: #BCA29E;
}
.BgClassName
{
background-color: #BCA29E;
}
</style>
border-color css
<style>
span { border-color: #BCA29E; }
span { border-color: rgb(188,162,158); }
td.TdClassName
{
border-color: #BCA29E;
}
.TagClassName
{
border-color: #BCA29E;
}
</style>