Shades of Tapestry #BC787B
Tints of Tapestry #BC787B
RGB
CMYK
RGB Variations
Color information
#BC787B (or 0xBC787B) is known color: Tapestry. HEX triplet: BC, 78 and 7B. RGB value is (188,120,123). Sum of RGB (Red+Green+Blue) = 188+120+123=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC787B is #438784. Grayscale: #8C8C8C. Windows color (decimal): -4425605 or 8091836. OLE color: 8091836.
HSL color Cylindrical-coordinate representation of color #BC787B: hue angle of 357.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 #BC787B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 123 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.26 |
| HSL | 357.35º | 0.34% | 0.6% | - |
| HSV(B) | 357.35º | 0.36% | 0.74% | - |
| XYZ | 31.03 | 25.55 | 22.04 | - |
| YUV | 140.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 123 | 0 | 0.36 | 0.35 | 0.26 | 357.35 | 0.34 | 0.6 |
| Hex | BC | 78 | 7B | 0 | 24 | 23 | 1A | 165 | 22 | 3C |
| Octal | 274 | 170 | 173 | 0 | 44 | 43 | 32 | 545 | 42 | 74 |
| Binary | 10111100 | 1111000 | 1111011 | 0 | 100100 | 100011 | 11010 | 101100101 | 100010 | 111100 |
Color Harmonies of #BC787B
Complementary color
Monochromatic Colors of #BC787B
Black with #BC787B
Text Example
Text Example
White with #BC787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC787B; }
p { color: rgb(188,120,123); }
H1.HeaderClassName
{
color: #BC787B;
}
.AnyTagClassName
{
color: #BC787B;
}
</style>
background-color css
<style>
a { background-color: #BC787B; }
a { background-color: rgb(188,120,123); }
div.DivClassName
{
background-color: #BC787B;
}
.BgClassName
{
background-color: #BC787B;
}
</style>
border-color css
<style>
span { border-color: #BC787B; }
span { border-color: rgb(188,120,123); }
td.TdClassName
{
border-color: #BC787B;
}
.TagClassName
{
border-color: #BC787B;
}
</style>