Shades of Tapestry #BC627E
Tints of Tapestry #BC627E
RGB
CMYK
RGB Variations
Color information
#BC627E (or 0xBC627E) is known color: Tapestry. HEX triplet: BC, 62 and 7E. RGB value is (188,98,126). Sum of RGB (Red+Green+Blue) = 188+98+126=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC627E is #439D81. Grayscale: #808080. Windows color (decimal): -4431234 or 8282812. OLE color: 8282812.
HSL color Cylindrical-coordinate representation of color #BC627E: hue angle of 341.33º 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 #BC627E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 126 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.26 |
| HSL | 341.33º | 0.4% | 0.56% | - |
| HSV(B) | 341.33º | 0.48% | 0.74% | - |
| XYZ | 28.87 | 20.93 | 22.26 | - |
| YUV | 128.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 126 | 0 | 0.48 | 0.33 | 0.26 | 341.33 | 0.4 | 0.56 |
| Hex | BC | 62 | 7E | 0 | 30 | 21 | 1A | 155 | 28 | 38 |
| Octal | 274 | 142 | 176 | 0 | 60 | 41 | 32 | 525 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1111110 | 0 | 110000 | 100001 | 11010 | 101010101 | 101000 | 111000 |
Color Harmonies of #BC627E
Complementary color
Monochromatic Colors of #BC627E
Black with #BC627E
Text Example
Text Example
White with #BC627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC627E; }
p { color: rgb(188,98,126); }
H1.HeaderClassName
{
color: #BC627E;
}
.AnyTagClassName
{
color: #BC627E;
}
</style>
background-color css
<style>
a { background-color: #BC627E; }
a { background-color: rgb(188,98,126); }
div.DivClassName
{
background-color: #BC627E;
}
.BgClassName
{
background-color: #BC627E;
}
</style>
border-color css
<style>
span { border-color: #BC627E; }
span { border-color: rgb(188,98,126); }
td.TdClassName
{
border-color: #BC627E;
}
.TagClassName
{
border-color: #BC627E;
}
</style>