Shades of Martini #BCA59F
Tints of Martini #BCA59F
RGB
CMYK
RGB Variations
Color information
#BCA59F (or 0xBCA59F) is known color: Martini. HEX triplet: BC, A5 and 9F. RGB value is (188,165,159). Sum of RGB (Red+Green+Blue) = 188+165+159=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA59F is #435A60. Grayscale: #ABABAB. Windows color (decimal): -4414049 or 10462652. OLE color: 10462652.
HSL color Cylindrical-coordinate representation of color #BCA59F: hue angle of 12.41º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA59F is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 159 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.26 |
| HSL | 12.41º | 0.18% | 0.68% | - |
| HSV(B) | 12.41º | 0.15% | 0.74% | - |
| XYZ | 40.45 | 40.1 | 38.41 | - |
| YUV | 171.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 159 | 0 | 0.12 | 0.15 | 0.26 | 12.41 | 0.18 | 0.68 |
| Hex | BC | A5 | 9F | 0 | C | F | 1A | C | 12 | 44 |
| Octal | 274 | 245 | 237 | 0 | 14 | 17 | 32 | 14 | 22 | 104 |
| Binary | 10111100 | 10100101 | 10011111 | 0 | 1100 | 1111 | 11010 | 1100 | 10010 | 1000100 |
Color Harmonies of #BCA59F
Complementary color
Monochromatic Colors of #BCA59F
Black with #BCA59F
Text Example
Text Example
White with #BCA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA59F; }
p { color: rgb(188,165,159); }
H1.HeaderClassName
{
color: #BCA59F;
}
.AnyTagClassName
{
color: #BCA59F;
}
</style>
background-color css
<style>
a { background-color: #BCA59F; }
a { background-color: rgb(188,165,159); }
div.DivClassName
{
background-color: #BCA59F;
}
.BgClassName
{
background-color: #BCA59F;
}
</style>
border-color css
<style>
span { border-color: #BCA59F; }
span { border-color: rgb(188,165,159); }
td.TdClassName
{
border-color: #BCA59F;
}
.TagClassName
{
border-color: #BCA59F;
}
</style>