Shades of Tapestry #BC617C
Tints of Tapestry #BC617C
RGB
CMYK
RGB Variations
Color information
#BC617C (or 0xBC617C) is known color: Tapestry. HEX triplet: BC, 61 and 7C. RGB value is (188,97,124). Sum of RGB (Red+Green+Blue) = 188+97+124=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC617C is #439E83. Grayscale: #7F7F7F. Windows color (decimal): -4431492 or 8151484. OLE color: 8151484.
HSL color Cylindrical-coordinate representation of color #BC617C: hue angle of 342.2º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC617C is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 124 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.26 |
| HSL | 342.2º | 0.4% | 0.56% | - |
| HSV(B) | 342.2º | 0.48% | 0.74% | - |
| XYZ | 28.65 | 20.7 | 21.55 | - |
| YUV | 127.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 124 | 0 | 0.48 | 0.34 | 0.26 | 342.2 | 0.4 | 0.56 |
| Hex | BC | 61 | 7C | 0 | 30 | 22 | 1A | 156 | 28 | 38 |
| Octal | 274 | 141 | 174 | 0 | 60 | 42 | 32 | 526 | 50 | 70 |
| Binary | 10111100 | 1100001 | 1111100 | 0 | 110000 | 100010 | 11010 | 101010110 | 101000 | 111000 |
Color Harmonies of #BC617C
Complementary color
Monochromatic Colors of #BC617C
Black with #BC617C
Text Example
Text Example
White with #BC617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC617C; }
p { color: rgb(188,97,124); }
H1.HeaderClassName
{
color: #BC617C;
}
.AnyTagClassName
{
color: #BC617C;
}
</style>
background-color css
<style>
a { background-color: #BC617C; }
a { background-color: rgb(188,97,124); }
div.DivClassName
{
background-color: #BC617C;
}
.BgClassName
{
background-color: #BC617C;
}
</style>
border-color css
<style>
span { border-color: #BC617C; }
span { border-color: rgb(188,97,124); }
td.TdClassName
{
border-color: #BC617C;
}
.TagClassName
{
border-color: #BC617C;
}
</style>