Shades of Martini #BC9F9B
Tints of Martini #BC9F9B
RGB
CMYK
RGB Variations
Color information
#BC9F9B (or 0xBC9F9B) is known color: Martini. HEX triplet: BC, 9F and 9B. RGB value is (188,159,155). Sum of RGB (Red+Green+Blue) = 188+159+155=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F9B is #436064. Grayscale: #A7A7A7. Windows color (decimal): -4415589 or 10198972. OLE color: 10198972.
HSL color Cylindrical-coordinate representation of color #BC9F9B: hue angle of 7.27º 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 #BC9F9B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 155 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.26 |
| HSL | 7.27º | 0.2% | 0.67% | - |
| HSV(B) | 7.27º | 0.18% | 0.74% | - |
| XYZ | 39.05 | 37.85 | 36.26 | - |
| YUV | 167.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 155 | 0 | 0.15 | 0.18 | 0.26 | 7.27 | 0.2 | 0.67 |
| Hex | BC | 9F | 9B | 0 | F | 12 | 1A | 7 | 14 | 43 |
| Octal | 274 | 237 | 233 | 0 | 17 | 22 | 32 | 7 | 24 | 103 |
| Binary | 10111100 | 10011111 | 10011011 | 0 | 1111 | 10010 | 11010 | 111 | 10100 | 1000011 |
Color Harmonies of #BC9F9B
Complementary color
Monochromatic Colors of #BC9F9B
Black with #BC9F9B
Text Example
Text Example
White with #BC9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F9B; }
p { color: rgb(188,159,155); }
H1.HeaderClassName
{
color: #BC9F9B;
}
.AnyTagClassName
{
color: #BC9F9B;
}
</style>
background-color css
<style>
a { background-color: #BC9F9B; }
a { background-color: rgb(188,159,155); }
div.DivClassName
{
background-color: #BC9F9B;
}
.BgClassName
{
background-color: #BC9F9B;
}
</style>
border-color css
<style>
span { border-color: #BC9F9B; }
span { border-color: rgb(188,159,155); }
td.TdClassName
{
border-color: #BC9F9B;
}
.TagClassName
{
border-color: #BC9F9B;
}
</style>