Shades of Martini #BCA09A
Tints of Martini #BCA09A
RGB
CMYK
RGB Variations
Color information
#BCA09A (or 0xBCA09A) is known color: Martini. HEX triplet: BC, A0 and 9A. RGB value is (188,160,154). Sum of RGB (Red+Green+Blue) = 188+160+154=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA09A is #435F65. Grayscale: #A7A7A7. Windows color (decimal): -4415334 or 10133692. OLE color: 10133692.
HSL color Cylindrical-coordinate representation of color #BCA09A: hue angle of 10.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA09A is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 154 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.26 |
| HSL | 10.59º | 0.2% | 0.67% | - |
| HSV(B) | 10.59º | 0.18% | 0.74% | - |
| XYZ | 39.14 | 38.17 | 35.88 | - |
| YUV | 167.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 154 | 0 | 0.15 | 0.18 | 0.26 | 10.59 | 0.2 | 0.67 |
| Hex | BC | A0 | 9A | 0 | F | 12 | 1A | B | 14 | 43 |
| Octal | 274 | 240 | 232 | 0 | 17 | 22 | 32 | 13 | 24 | 103 |
| Binary | 10111100 | 10100000 | 10011010 | 0 | 1111 | 10010 | 11010 | 1011 | 10100 | 1000011 |
Color Harmonies of #BCA09A
Complementary color
Monochromatic Colors of #BCA09A
Black with #BCA09A
Text Example
Text Example
White with #BCA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA09A; }
p { color: rgb(188,160,154); }
H1.HeaderClassName
{
color: #BCA09A;
}
.AnyTagClassName
{
color: #BCA09A;
}
</style>
background-color css
<style>
a { background-color: #BCA09A; }
a { background-color: rgb(188,160,154); }
div.DivClassName
{
background-color: #BCA09A;
}
.BgClassName
{
background-color: #BCA09A;
}
</style>
border-color css
<style>
span { border-color: #BCA09A; }
span { border-color: rgb(188,160,154); }
td.TdClassName
{
border-color: #BCA09A;
}
.TagClassName
{
border-color: #BCA09A;
}
</style>