Shades of Tapestry #BC637E
Tints of Tapestry #BC637E
RGB
CMYK
RGB Variations
Color information
#BC637E (or 0xBC637E) is known color: Tapestry. HEX triplet: BC, 63 and 7E. RGB value is (188,99,126). Sum of RGB (Red+Green+Blue) = 188+99+126=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC637E is #439C81. Grayscale: #808080. Windows color (decimal): -4430978 or 8283068. OLE color: 8283068.
HSL color Cylindrical-coordinate representation of color #BC637E: hue angle of 341.8º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC637E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 126 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.26 |
| HSL | 341.8º | 0.4% | 0.56% | - |
| HSV(B) | 341.8º | 0.47% | 0.74% | - |
| XYZ | 28.97 | 21.12 | 22.29 | - |
| YUV | 128.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 126 | 0 | 0.47 | 0.33 | 0.26 | 341.8 | 0.4 | 0.56 |
| Hex | BC | 63 | 7E | 0 | 2F | 21 | 1A | 156 | 28 | 38 |
| Octal | 274 | 143 | 176 | 0 | 57 | 41 | 32 | 526 | 50 | 70 |
| Binary | 10111100 | 1100011 | 1111110 | 0 | 101111 | 100001 | 11010 | 101010110 | 101000 | 111000 |
Color Harmonies of #BC637E
Complementary color
Monochromatic Colors of #BC637E
Black with #BC637E
Text Example
Text Example
White with #BC637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC637E; }
p { color: rgb(188,99,126); }
H1.HeaderClassName
{
color: #BC637E;
}
.AnyTagClassName
{
color: #BC637E;
}
</style>
background-color css
<style>
a { background-color: #BC637E; }
a { background-color: rgb(188,99,126); }
div.DivClassName
{
background-color: #BC637E;
}
.BgClassName
{
background-color: #BC637E;
}
</style>
border-color css
<style>
span { border-color: #BC637E; }
span { border-color: rgb(188,99,126); }
td.TdClassName
{
border-color: #BC637E;
}
.TagClassName
{
border-color: #BC637E;
}
</style>