Shades of Tapestry #BC7486
Tints of Tapestry #BC7486
RGB
CMYK
RGB Variations
Color information
#BC7486 (or 0xBC7486) is known color: Tapestry. HEX triplet: BC, 74 and 86. RGB value is (188,116,134). Sum of RGB (Red+Green+Blue) = 188+116+134=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7486 is #438B79. Grayscale: #8B8B8B. Windows color (decimal): -4426618 or 8811708. OLE color: 8811708.
HSL color Cylindrical-coordinate representation of color #BC7486: hue angle of 345º 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 #BC7486 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 134 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.26 |
| HSL | 345º | 0.35% | 0.6% | - |
| HSV(B) | 345º | 0.38% | 0.74% | - |
| XYZ | 31.29 | 24.9 | 25.71 | - |
| YUV | 139.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 134 | 0 | 0.38 | 0.29 | 0.26 | 345 | 0.35 | 0.6 |
| Hex | BC | 74 | 86 | 0 | 26 | 1D | 1A | 159 | 23 | 3C |
| Octal | 274 | 164 | 206 | 0 | 46 | 35 | 32 | 531 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10000110 | 0 | 100110 | 11101 | 11010 | 101011001 | 100011 | 111100 |
Color Harmonies of #BC7486
Complementary color
Monochromatic Colors of #BC7486
Black with #BC7486
Text Example
Text Example
White with #BC7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7486; }
p { color: rgb(188,116,134); }
H1.HeaderClassName
{
color: #BC7486;
}
.AnyTagClassName
{
color: #BC7486;
}
</style>
background-color css
<style>
a { background-color: #BC7486; }
a { background-color: rgb(188,116,134); }
div.DivClassName
{
background-color: #BC7486;
}
.BgClassName
{
background-color: #BC7486;
}
</style>
border-color css
<style>
span { border-color: #BC7486; }
span { border-color: rgb(188,116,134); }
td.TdClassName
{
border-color: #BC7486;
}
.TagClassName
{
border-color: #BC7486;
}
</style>