Shades of Martini #BC9F99
Tints of Martini #BC9F99
RGB
CMYK
RGB Variations
Color information
#BC9F99 (or 0xBC9F99) is known color: Martini. HEX triplet: BC, 9F and 99. RGB value is (188,159,153). Sum of RGB (Red+Green+Blue) = 188+159+153=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F99 is #436066. Grayscale: #A7A7A7. Windows color (decimal): -4415591 or 10067900. OLE color: 10067900.
HSL color Cylindrical-coordinate representation of color #BC9F99: hue angle of 10.29º 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 #BC9F99 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 153 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.26 |
| HSL | 10.29º | 0.21% | 0.67% | - |
| HSV(B) | 10.29º | 0.19% | 0.74% | - |
| XYZ | 38.89 | 37.79 | 35.38 | - |
| YUV | 166.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 153 | 0 | 0.15 | 0.19 | 0.26 | 10.29 | 0.21 | 0.67 |
| Hex | BC | 9F | 99 | 0 | F | 13 | 1A | A | 15 | 43 |
| Octal | 274 | 237 | 231 | 0 | 17 | 23 | 32 | 12 | 25 | 103 |
| Binary | 10111100 | 10011111 | 10011001 | 0 | 1111 | 10011 | 11010 | 1010 | 10101 | 1000011 |
Color Harmonies of #BC9F99
Complementary color
Monochromatic Colors of #BC9F99
Black with #BC9F99
Text Example
Text Example
White with #BC9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F99; }
p { color: rgb(188,159,153); }
H1.HeaderClassName
{
color: #BC9F99;
}
.AnyTagClassName
{
color: #BC9F99;
}
</style>
background-color css
<style>
a { background-color: #BC9F99; }
a { background-color: rgb(188,159,153); }
div.DivClassName
{
background-color: #BC9F99;
}
.BgClassName
{
background-color: #BC9F99;
}
</style>
border-color css
<style>
span { border-color: #BC9F99; }
span { border-color: rgb(188,159,153); }
td.TdClassName
{
border-color: #BC9F99;
}
.TagClassName
{
border-color: #BC9F99;
}
</style>