Shades of Tapestry #BC7580
Tints of Tapestry #BC7580
RGB
CMYK
RGB Variations
Color information
#BC7580 (or 0xBC7580) is known color: Tapestry. HEX triplet: BC, 75 and 80. RGB value is (188,117,128). Sum of RGB (Red+Green+Blue) = 188+117+128=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7580 is #438A7F. Grayscale: #8B8B8B. Windows color (decimal): -4426368 or 8418748. OLE color: 8418748.
HSL color Cylindrical-coordinate representation of color #BC7580: hue angle of 350.7º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7580 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 128 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.26 |
| HSL | 350.7º | 0.35% | 0.6% | - |
| HSV(B) | 350.7º | 0.38% | 0.74% | - |
| XYZ | 31 | 24.97 | 23.61 | - |
| YUV | 139.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 128 | 0 | 0.38 | 0.32 | 0.26 | 350.7 | 0.35 | 0.6 |
| Hex | BC | 75 | 80 | 0 | 26 | 20 | 1A | 15F | 23 | 3C |
| Octal | 274 | 165 | 200 | 0 | 46 | 40 | 32 | 537 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10000000 | 0 | 100110 | 100000 | 11010 | 101011111 | 100011 | 111100 |
Color Harmonies of #BC7580
Complementary color
Monochromatic Colors of #BC7580
Black with #BC7580
Text Example
Text Example
White with #BC7580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7580; }
p { color: rgb(188,117,128); }
H1.HeaderClassName
{
color: #BC7580;
}
.AnyTagClassName
{
color: #BC7580;
}
</style>
background-color css
<style>
a { background-color: #BC7580; }
a { background-color: rgb(188,117,128); }
div.DivClassName
{
background-color: #BC7580;
}
.BgClassName
{
background-color: #BC7580;
}
</style>
border-color css
<style>
span { border-color: #BC7580; }
span { border-color: rgb(188,117,128); }
td.TdClassName
{
border-color: #BC7580;
}
.TagClassName
{
border-color: #BC7580;
}
</style>