Shades of Tapestry #BC627A
Tints of Tapestry #BC627A
RGB
CMYK
RGB Variations
Color information
#BC627A (or 0xBC627A) is known color: Tapestry. HEX triplet: BC, 62 and 7A. RGB value is (188,98,122). Sum of RGB (Red+Green+Blue) = 188+98+122=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC627A is #439D85. Grayscale: #7F7F7F. Windows color (decimal): -4431238 or 8020668. OLE color: 8020668.
HSL color Cylindrical-coordinate representation of color #BC627A: hue angle of 344º 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 #BC627A is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 122 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.26 |
| HSL | 344º | 0.4% | 0.56% | - |
| HSV(B) | 344º | 0.48% | 0.74% | - |
| XYZ | 28.62 | 20.83 | 20.92 | - |
| YUV | 127.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 122 | 0 | 0.48 | 0.35 | 0.26 | 344 | 0.4 | 0.56 |
| Hex | BC | 62 | 7A | 0 | 30 | 23 | 1A | 158 | 28 | 38 |
| Octal | 274 | 142 | 172 | 0 | 60 | 43 | 32 | 530 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1111010 | 0 | 110000 | 100011 | 11010 | 101011000 | 101000 | 111000 |
Color Harmonies of #BC627A
Complementary color
Monochromatic Colors of #BC627A
Black with #BC627A
Text Example
Text Example
White with #BC627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC627A; }
p { color: rgb(188,98,122); }
H1.HeaderClassName
{
color: #BC627A;
}
.AnyTagClassName
{
color: #BC627A;
}
</style>
background-color css
<style>
a { background-color: #BC627A; }
a { background-color: rgb(188,98,122); }
div.DivClassName
{
background-color: #BC627A;
}
.BgClassName
{
background-color: #BC627A;
}
</style>
border-color css
<style>
span { border-color: #BC627A; }
span { border-color: rgb(188,98,122); }
td.TdClassName
{
border-color: #BC627A;
}
.TagClassName
{
border-color: #BC627A;
}
</style>