Shades of Martini #BCA39C
Tints of Martini #BCA39C
RGB
CMYK
RGB Variations
Color information
#BCA39C (or 0xBCA39C) is known color: Martini. HEX triplet: BC, A3 and 9C. RGB value is (188,163,156). Sum of RGB (Red+Green+Blue) = 188+163+156=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA39C is #435C63. Grayscale: #A9A9A9. Windows color (decimal): -4414564 or 10265532. OLE color: 10265532.
HSL color Cylindrical-coordinate representation of color #BCA39C: hue angle of 13.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA39C is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 156 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.26 |
| HSL | 13.13º | 0.19% | 0.67% | - |
| HSV(B) | 13.13º | 0.17% | 0.74% | - |
| XYZ | 39.84 | 39.29 | 36.94 | - |
| YUV | 169.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 156 | 0 | 0.13 | 0.17 | 0.26 | 13.13 | 0.19 | 0.67 |
| Hex | BC | A3 | 9C | 0 | D | 11 | 1A | D | 13 | 43 |
| Octal | 274 | 243 | 234 | 0 | 15 | 21 | 32 | 15 | 23 | 103 |
| Binary | 10111100 | 10100011 | 10011100 | 0 | 1101 | 10001 | 11010 | 1101 | 10011 | 1000011 |
Color Harmonies of #BCA39C
Complementary color
Monochromatic Colors of #BCA39C
Black with #BCA39C
Text Example
Text Example
White with #BCA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA39C; }
p { color: rgb(188,163,156); }
H1.HeaderClassName
{
color: #BCA39C;
}
.AnyTagClassName
{
color: #BCA39C;
}
</style>
background-color css
<style>
a { background-color: #BCA39C; }
a { background-color: rgb(188,163,156); }
div.DivClassName
{
background-color: #BCA39C;
}
.BgClassName
{
background-color: #BCA39C;
}
</style>
border-color css
<style>
span { border-color: #BCA39C; }
span { border-color: rgb(188,163,156); }
td.TdClassName
{
border-color: #BCA39C;
}
.TagClassName
{
border-color: #BCA39C;
}
</style>