Shades of Tapestry #BC607F
Tints of Tapestry #BC607F
RGB
CMYK
RGB Variations
Color information
#BC607F (or 0xBC607F) is known color: Tapestry. HEX triplet: BC, 60 and 7F. RGB value is (188,96,127). Sum of RGB (Red+Green+Blue) = 188+96+127=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607F is #439F80. Grayscale: #7F7F7F. Windows color (decimal): -4431745 or 8347836. OLE color: 8347836.
HSL color Cylindrical-coordinate representation of color #BC607F: hue angle of 339.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC607F is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 127 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.26 |
| HSL | 339.78º | 0.41% | 0.56% | - |
| HSV(B) | 339.78º | 0.49% | 0.74% | - |
| XYZ | 28.75 | 20.59 | 22.54 | - |
| YUV | 127.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 127 | 0 | 0.49 | 0.32 | 0.26 | 339.78 | 0.41 | 0.56 |
| Hex | BC | 60 | 7F | 0 | 31 | 20 | 1A | 154 | 29 | 38 |
| Octal | 274 | 140 | 177 | 0 | 61 | 40 | 32 | 524 | 51 | 70 |
| Binary | 10111100 | 1100000 | 1111111 | 0 | 110001 | 100000 | 11010 | 101010100 | 101001 | 111000 |
Color Harmonies of #BC607F
Complementary color
Monochromatic Colors of #BC607F
Black with #BC607F
Text Example
Text Example
White with #BC607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC607F; }
p { color: rgb(188,96,127); }
H1.HeaderClassName
{
color: #BC607F;
}
.AnyTagClassName
{
color: #BC607F;
}
</style>
background-color css
<style>
a { background-color: #BC607F; }
a { background-color: rgb(188,96,127); }
div.DivClassName
{
background-color: #BC607F;
}
.BgClassName
{
background-color: #BC607F;
}
</style>
border-color css
<style>
span { border-color: #BC607F; }
span { border-color: rgb(188,96,127); }
td.TdClassName
{
border-color: #BC607F;
}
.TagClassName
{
border-color: #BC607F;
}
</style>