Shades of Martini #BCA198
Tints of Martini #BCA198
RGB
CMYK
RGB Variations
Color information
#BCA198 (or 0xBCA198) is known color: Martini. HEX triplet: BC, A1 and 98. RGB value is (188,161,152). Sum of RGB (Red+Green+Blue) = 188+161+152=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA198 is #435E67. Grayscale: #A8A8A8. Windows color (decimal): -4415080 or 10002876. OLE color: 10002876.
HSL color Cylindrical-coordinate representation of color #BCA198: hue angle of 15º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA198 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 152 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.26 |
| HSL | 15º | 0.21% | 0.67% | - |
| HSV(B) | 15º | 0.19% | 0.74% | - |
| XYZ | 39.15 | 38.45 | 35.06 | - |
| YUV | 168.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 152 | 0 | 0.14 | 0.19 | 0.26 | 15 | 0.21 | 0.67 |
| Hex | BC | A1 | 98 | 0 | E | 13 | 1A | F | 15 | 43 |
| Octal | 274 | 241 | 230 | 0 | 16 | 23 | 32 | 17 | 25 | 103 |
| Binary | 10111100 | 10100001 | 10011000 | 0 | 1110 | 10011 | 11010 | 1111 | 10101 | 1000011 |
Color Harmonies of #BCA198
Complementary color
Monochromatic Colors of #BCA198
Black with #BCA198
Text Example
Text Example
White with #BCA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA198; }
p { color: rgb(188,161,152); }
H1.HeaderClassName
{
color: #BCA198;
}
.AnyTagClassName
{
color: #BCA198;
}
</style>
background-color css
<style>
a { background-color: #BCA198; }
a { background-color: rgb(188,161,152); }
div.DivClassName
{
background-color: #BCA198;
}
.BgClassName
{
background-color: #BCA198;
}
</style>
border-color css
<style>
span { border-color: #BCA198; }
span { border-color: rgb(188,161,152); }
td.TdClassName
{
border-color: #BCA198;
}
.TagClassName
{
border-color: #BCA198;
}
</style>