Shades of Martini #BCA09D
Tints of Martini #BCA09D
RGB
CMYK
RGB Variations
Color information
#BCA09D (or 0xBCA09D) is known color: Martini. HEX triplet: BC, A0 and 9D. RGB value is (188,160,157). Sum of RGB (Red+Green+Blue) = 188+160+157=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA09D is #435F62. Grayscale: #A8A8A8. Windows color (decimal): -4415331 or 10330300. OLE color: 10330300.
HSL color Cylindrical-coordinate representation of color #BCA09D: hue angle of 5.81º degrees, saturation: 0.19, 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 #BCA09D is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 157 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.26 |
| HSL | 5.81º | 0.19% | 0.68% | - |
| HSV(B) | 5.81º | 0.16% | 0.74% | - |
| XYZ | 39.4 | 38.27 | 37.21 | - |
| YUV | 168.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 157 | 0 | 0.15 | 0.16 | 0.26 | 5.81 | 0.19 | 0.68 |
| Hex | BC | A0 | 9D | 0 | F | 10 | 1A | 6 | 13 | 44 |
| Octal | 274 | 240 | 235 | 0 | 17 | 20 | 32 | 6 | 23 | 104 |
| Binary | 10111100 | 10100000 | 10011101 | 0 | 1111 | 10000 | 11010 | 110 | 10011 | 1000100 |
Color Harmonies of #BCA09D
Complementary color
Monochromatic Colors of #BCA09D
Black with #BCA09D
Text Example
Text Example
White with #BCA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA09D; }
p { color: rgb(188,160,157); }
H1.HeaderClassName
{
color: #BCA09D;
}
.AnyTagClassName
{
color: #BCA09D;
}
</style>
background-color css
<style>
a { background-color: #BCA09D; }
a { background-color: rgb(188,160,157); }
div.DivClassName
{
background-color: #BCA09D;
}
.BgClassName
{
background-color: #BCA09D;
}
</style>
border-color css
<style>
span { border-color: #BCA09D; }
span { border-color: rgb(188,160,157); }
td.TdClassName
{
border-color: #BCA09D;
}
.TagClassName
{
border-color: #BCA09D;
}
</style>