Shades of Tapestry #BC7080
Tints of Tapestry #BC7080
RGB
CMYK
RGB Variations
Color information
#BC7080 (or 0xBC7080) is known color: Tapestry. HEX triplet: BC, 70 and 80. RGB value is (188,112,128). Sum of RGB (Red+Green+Blue) = 188+112+128=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7080 is #438F7F. Grayscale: #888888. Windows color (decimal): -4427648 or 8417468. OLE color: 8417468.
HSL color Cylindrical-coordinate representation of color #BC7080: hue angle of 347.37º 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 #BC7080 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 128 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.26 |
| HSL | 347.37º | 0.36% | 0.59% | - |
| HSV(B) | 347.37º | 0.4% | 0.74% | - |
| XYZ | 30.43 | 23.84 | 23.42 | - |
| YUV | 136.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 128 | 0 | 0.40 | 0.32 | 0.26 | 347.37 | 0.36 | 0.59 |
| Hex | BC | 70 | 80 | 0 | 28 | 20 | 1A | 15B | 24 | 3B |
| Octal | 274 | 160 | 200 | 0 | 50 | 40 | 32 | 533 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10000000 | 0 | 101000 | 100000 | 11010 | 101011011 | 100100 | 111011 |
Color Harmonies of #BC7080
Complementary color
Monochromatic Colors of #BC7080
Black with #BC7080
Text Example
Text Example
White with #BC7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7080; }
p { color: rgb(188,112,128); }
H1.HeaderClassName
{
color: #BC7080;
}
.AnyTagClassName
{
color: #BC7080;
}
</style>
background-color css
<style>
a { background-color: #BC7080; }
a { background-color: rgb(188,112,128); }
div.DivClassName
{
background-color: #BC7080;
}
.BgClassName
{
background-color: #BC7080;
}
</style>
border-color css
<style>
span { border-color: #BC7080; }
span { border-color: rgb(188,112,128); }
td.TdClassName
{
border-color: #BC7080;
}
.TagClassName
{
border-color: #BC7080;
}
</style>