Shades of Martini #BCA9A0
Tints of Martini #BCA9A0
RGB
CMYK
RGB Variations
Color information
#BCA9A0 (or 0xBCA9A0) is known color: Martini. HEX triplet: BC, A9 and A0. RGB value is (188,169,160). Sum of RGB (Red+Green+Blue) = 188+169+160=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9A0 is #43565F. Grayscale: #ADADAD. Windows color (decimal): -4413024 or 10529212. OLE color: 10529212.
HSL color Cylindrical-coordinate representation of color #BCA9A0: hue angle of 19.29º degrees, saturation: 0.17, 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 #BCA9A0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 160 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.26 |
| HSL | 19.29º | 0.17% | 0.68% | - |
| HSV(B) | 19.29º | 0.15% | 0.74% | - |
| XYZ | 41.27 | 41.61 | 39.11 | - |
| YUV | 173.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 160 | 0 | 0.10 | 0.15 | 0.26 | 19.29 | 0.17 | 0.68 |
| Hex | BC | A9 | A0 | 0 | A | F | 1A | 13 | 11 | 44 |
| Octal | 274 | 251 | 240 | 0 | 12 | 17 | 32 | 23 | 21 | 104 |
| Binary | 10111100 | 10101001 | 10100000 | 0 | 1010 | 1111 | 11010 | 10011 | 10001 | 1000100 |
Color Harmonies of #BCA9A0
Complementary color
Monochromatic Colors of #BCA9A0
Black with #BCA9A0
Text Example
Text Example
White with #BCA9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA9A0; }
p { color: rgb(188,169,160); }
H1.HeaderClassName
{
color: #BCA9A0;
}
.AnyTagClassName
{
color: #BCA9A0;
}
</style>
background-color css
<style>
a { background-color: #BCA9A0; }
a { background-color: rgb(188,169,160); }
div.DivClassName
{
background-color: #BCA9A0;
}
.BgClassName
{
background-color: #BCA9A0;
}
</style>
border-color css
<style>
span { border-color: #BCA9A0; }
span { border-color: rgb(188,169,160); }
td.TdClassName
{
border-color: #BCA9A0;
}
.TagClassName
{
border-color: #BCA9A0;
}
</style>