Shades of Tapestry #BC787C
Tints of Tapestry #BC787C
RGB
CMYK
RGB Variations
Color information
#BC787C (or 0xBC787C) is known color: Tapestry. HEX triplet: BC, 78 and 7C. RGB value is (188,120,124). Sum of RGB (Red+Green+Blue) = 188+120+124=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC787C is #438783. Grayscale: #8C8C8C. Windows color (decimal): -4425604 or 8157372. OLE color: 8157372.
HSL color Cylindrical-coordinate representation of color #BC787C: hue angle of 356.47º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC787C is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 124 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.26 |
| HSL | 356.47º | 0.34% | 0.6% | - |
| HSV(B) | 356.47º | 0.36% | 0.74% | - |
| XYZ | 31.09 | 25.58 | 22.37 | - |
| YUV | 140.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 124 | 0 | 0.36 | 0.34 | 0.26 | 356.47 | 0.34 | 0.6 |
| Hex | BC | 78 | 7C | 0 | 24 | 22 | 1A | 164 | 22 | 3C |
| Octal | 274 | 170 | 174 | 0 | 44 | 42 | 32 | 544 | 42 | 74 |
| Binary | 10111100 | 1111000 | 1111100 | 0 | 100100 | 100010 | 11010 | 101100100 | 100010 | 111100 |
Color Harmonies of #BC787C
Complementary color
Monochromatic Colors of #BC787C
Black with #BC787C
Text Example
Text Example
White with #BC787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC787C; }
p { color: rgb(188,120,124); }
H1.HeaderClassName
{
color: #BC787C;
}
.AnyTagClassName
{
color: #BC787C;
}
</style>
background-color css
<style>
a { background-color: #BC787C; }
a { background-color: rgb(188,120,124); }
div.DivClassName
{
background-color: #BC787C;
}
.BgClassName
{
background-color: #BC787C;
}
</style>
border-color css
<style>
span { border-color: #BC787C; }
span { border-color: rgb(188,120,124); }
td.TdClassName
{
border-color: #BC787C;
}
.TagClassName
{
border-color: #BC787C;
}
</style>