Shades of Tapestry #BC788C
Tints of Tapestry #BC788C
RGB
CMYK
RGB Variations
Color information
#BC788C (or 0xBC788C) is known color: Tapestry. HEX triplet: BC, 78 and 8C. RGB value is (188,120,140). Sum of RGB (Red+Green+Blue) = 188+120+140=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788C is #438773. Grayscale: #8E8E8E. Windows color (decimal): -4425588 or 9205948. OLE color: 9205948.
HSL color Cylindrical-coordinate representation of color #BC788C: hue angle of 342.35º 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 #BC788C is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 140 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.26 |
| HSL | 342.35º | 0.34% | 0.6% | - |
| HSV(B) | 342.35º | 0.36% | 0.74% | - |
| XYZ | 32.19 | 26.02 | 28.14 | - |
| YUV | 142.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 140 | 0 | 0.36 | 0.26 | 0.26 | 342.35 | 0.34 | 0.6 |
| Hex | BC | 78 | 8C | 0 | 24 | 1A | 1A | 156 | 22 | 3C |
| Octal | 274 | 170 | 214 | 0 | 44 | 32 | 32 | 526 | 42 | 74 |
| Binary | 10111100 | 1111000 | 10001100 | 0 | 100100 | 11010 | 11010 | 101010110 | 100010 | 111100 |
Color Harmonies of #BC788C
Complementary color
Monochromatic Colors of #BC788C
Black with #BC788C
Text Example
Text Example
White with #BC788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC788C; }
p { color: rgb(188,120,140); }
H1.HeaderClassName
{
color: #BC788C;
}
.AnyTagClassName
{
color: #BC788C;
}
</style>
background-color css
<style>
a { background-color: #BC788C; }
a { background-color: rgb(188,120,140); }
div.DivClassName
{
background-color: #BC788C;
}
.BgClassName
{
background-color: #BC788C;
}
</style>
border-color css
<style>
span { border-color: #BC788C; }
span { border-color: rgb(188,120,140); }
td.TdClassName
{
border-color: #BC788C;
}
.TagClassName
{
border-color: #BC788C;
}
</style>