Shades of Tapestry #BC7078
Tints of Tapestry #BC7078
RGB
CMYK
RGB Variations
Color information
#BC7078 (or 0xBC7078) is known color: Tapestry. HEX triplet: BC, 70 and 78. RGB value is (188,112,120). Sum of RGB (Red+Green+Blue) = 188+112+120=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7078 is #438F87. Grayscale: #878787. Windows color (decimal): -4427656 or 7893180. OLE color: 7893180.
HSL color Cylindrical-coordinate representation of color #BC7078: hue angle of 353.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7078 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 120 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.26 |
| HSL | 353.68º | 0.36% | 0.59% | - |
| HSV(B) | 353.68º | 0.4% | 0.74% | - |
| XYZ | 29.92 | 23.64 | 20.75 | - |
| YUV | 135.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 120 | 0 | 0.40 | 0.36 | 0.26 | 353.68 | 0.36 | 0.59 |
| Hex | BC | 70 | 78 | 0 | 28 | 24 | 1A | 162 | 24 | 3B |
| Octal | 274 | 160 | 170 | 0 | 50 | 44 | 32 | 542 | 44 | 73 |
| Binary | 10111100 | 1110000 | 1111000 | 0 | 101000 | 100100 | 11010 | 101100010 | 100100 | 111011 |
Color Harmonies of #BC7078
Complementary color
Monochromatic Colors of #BC7078
Black with #BC7078
Text Example
Text Example
White with #BC7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7078; }
p { color: rgb(188,112,120); }
H1.HeaderClassName
{
color: #BC7078;
}
.AnyTagClassName
{
color: #BC7078;
}
</style>
background-color css
<style>
a { background-color: #BC7078; }
a { background-color: rgb(188,112,120); }
div.DivClassName
{
background-color: #BC7078;
}
.BgClassName
{
background-color: #BC7078;
}
</style>
border-color css
<style>
span { border-color: #BC7078; }
span { border-color: rgb(188,112,120); }
td.TdClassName
{
border-color: #BC7078;
}
.TagClassName
{
border-color: #BC7078;
}
</style>