Shades of Martini #BCA59C
Tints of Martini #BCA59C
RGB
CMYK
RGB Variations
Color information
#BCA59C (or 0xBCA59C) is known color: Martini. HEX triplet: BC, A5 and 9C. RGB value is (188,165,156). Sum of RGB (Red+Green+Blue) = 188+165+156=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA59C is #435A63. Grayscale: #AAAAAA. Windows color (decimal): -4414052 or 10266044. OLE color: 10266044.
HSL color Cylindrical-coordinate representation of color #BCA59C: hue angle of 16.88º 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 #BCA59C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 156 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.26 |
| HSL | 16.88º | 0.19% | 0.67% | - |
| HSV(B) | 16.88º | 0.17% | 0.74% | - |
| XYZ | 40.19 | 40 | 37.06 | - |
| YUV | 170.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 156 | 0 | 0.12 | 0.17 | 0.26 | 16.88 | 0.19 | 0.67 |
| Hex | BC | A5 | 9C | 0 | C | 11 | 1A | 11 | 13 | 43 |
| Octal | 274 | 245 | 234 | 0 | 14 | 21 | 32 | 21 | 23 | 103 |
| Binary | 10111100 | 10100101 | 10011100 | 0 | 1100 | 10001 | 11010 | 10001 | 10011 | 1000011 |
Color Harmonies of #BCA59C
Complementary color
Monochromatic Colors of #BCA59C
Black with #BCA59C
Text Example
Text Example
White with #BCA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA59C; }
p { color: rgb(188,165,156); }
H1.HeaderClassName
{
color: #BCA59C;
}
.AnyTagClassName
{
color: #BCA59C;
}
</style>
background-color css
<style>
a { background-color: #BCA59C; }
a { background-color: rgb(188,165,156); }
div.DivClassName
{
background-color: #BCA59C;
}
.BgClassName
{
background-color: #BCA59C;
}
</style>
border-color css
<style>
span { border-color: #BCA59C; }
span { border-color: rgb(188,165,156); }
td.TdClassName
{
border-color: #BCA59C;
}
.TagClassName
{
border-color: #BCA59C;
}
</style>