Shades of Tapestry #BC757C
Tints of Tapestry #BC757C
RGB
CMYK
RGB Variations
Color information
#BC757C (or 0xBC757C) is known color: Tapestry. HEX triplet: BC, 75 and 7C. RGB value is (188,117,124). Sum of RGB (Red+Green+Blue) = 188+117+124=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757C is #438A83. Grayscale: #8B8B8B. Windows color (decimal): -4426372 or 8156604. OLE color: 8156604.
HSL color Cylindrical-coordinate representation of color #BC757C: hue angle of 354.08º 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 #BC757C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 124 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.26 |
| HSL | 354.08º | 0.35% | 0.6% | - |
| HSV(B) | 354.08º | 0.38% | 0.74% | - |
| XYZ | 30.74 | 24.87 | 22.25 | - |
| YUV | 139.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 124 | 0 | 0.38 | 0.34 | 0.26 | 354.08 | 0.35 | 0.6 |
| Hex | BC | 75 | 7C | 0 | 26 | 22 | 1A | 162 | 23 | 3C |
| Octal | 274 | 165 | 174 | 0 | 46 | 42 | 32 | 542 | 43 | 74 |
| Binary | 10111100 | 1110101 | 1111100 | 0 | 100110 | 100010 | 11010 | 101100010 | 100011 | 111100 |
Color Harmonies of #BC757C
Complementary color
Monochromatic Colors of #BC757C
Black with #BC757C
Text Example
Text Example
White with #BC757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC757C; }
p { color: rgb(188,117,124); }
H1.HeaderClassName
{
color: #BC757C;
}
.AnyTagClassName
{
color: #BC757C;
}
</style>
background-color css
<style>
a { background-color: #BC757C; }
a { background-color: rgb(188,117,124); }
div.DivClassName
{
background-color: #BC757C;
}
.BgClassName
{
background-color: #BC757C;
}
</style>
border-color css
<style>
span { border-color: #BC757C; }
span { border-color: rgb(188,117,124); }
td.TdClassName
{
border-color: #BC757C;
}
.TagClassName
{
border-color: #BC757C;
}
</style>