Shades of Tapestry #BC778F
Tints of Tapestry #BC778F
RGB
CMYK
RGB Variations
Color information
#BC778F (or 0xBC778F) is known color: Tapestry. HEX triplet: BC, 77 and 8F. RGB value is (188,119,143). Sum of RGB (Red+Green+Blue) = 188+119+143=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC778F is #438870. Grayscale: #8E8E8E. Windows color (decimal): -4425841 or 9402300. OLE color: 9402300.
HSL color Cylindrical-coordinate representation of color #BC778F: hue angle of 339.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC778F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 143 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.26 |
| HSL | 339.13º | 0.34% | 0.6% | - |
| HSV(B) | 339.13º | 0.37% | 0.74% | - |
| XYZ | 32.29 | 25.87 | 29.28 | - |
| YUV | 142.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 143 | 0 | 0.37 | 0.24 | 0.26 | 339.13 | 0.34 | 0.6 |
| Hex | BC | 77 | 8F | 0 | 25 | 18 | 1A | 153 | 22 | 3C |
| Octal | 274 | 167 | 217 | 0 | 45 | 30 | 32 | 523 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10001111 | 0 | 100101 | 11000 | 11010 | 101010011 | 100010 | 111100 |
Color Harmonies of #BC778F
Complementary color
Monochromatic Colors of #BC778F
Black with #BC778F
Text Example
Text Example
White with #BC778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC778F; }
p { color: rgb(188,119,143); }
H1.HeaderClassName
{
color: #BC778F;
}
.AnyTagClassName
{
color: #BC778F;
}
</style>
background-color css
<style>
a { background-color: #BC778F; }
a { background-color: rgb(188,119,143); }
div.DivClassName
{
background-color: #BC778F;
}
.BgClassName
{
background-color: #BC778F;
}
</style>
border-color css
<style>
span { border-color: #BC778F; }
span { border-color: rgb(188,119,143); }
td.TdClassName
{
border-color: #BC778F;
}
.TagClassName
{
border-color: #BC778F;
}
</style>