Shades of Tapestry #BC607D
Tints of Tapestry #BC607D
RGB
CMYK
RGB Variations
Color information
#BC607D (or 0xBC607D) is known color: Tapestry. HEX triplet: BC, 60 and 7D. RGB value is (188,96,125). Sum of RGB (Red+Green+Blue) = 188+96+125=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607D is #439F82. Grayscale: #7E7E7E. Windows color (decimal): -4431747 or 8216764. OLE color: 8216764.
HSL color Cylindrical-coordinate representation of color #BC607D: hue angle of 341.09º 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 #BC607D is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 125 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.26 |
| HSL | 341.09º | 0.41% | 0.56% | - |
| HSV(B) | 341.09º | 0.49% | 0.74% | - |
| XYZ | 28.62 | 20.54 | 21.86 | - |
| YUV | 126.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 125 | 0 | 0.49 | 0.34 | 0.26 | 341.09 | 0.41 | 0.56 |
| Hex | BC | 60 | 7D | 0 | 31 | 22 | 1A | 155 | 29 | 38 |
| Octal | 274 | 140 | 175 | 0 | 61 | 42 | 32 | 525 | 51 | 70 |
| Binary | 10111100 | 1100000 | 1111101 | 0 | 110001 | 100010 | 11010 | 101010101 | 101001 | 111000 |
Color Harmonies of #BC607D
Complementary color
Monochromatic Colors of #BC607D
Black with #BC607D
Text Example
Text Example
White with #BC607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC607D; }
p { color: rgb(188,96,125); }
H1.HeaderClassName
{
color: #BC607D;
}
.AnyTagClassName
{
color: #BC607D;
}
</style>
background-color css
<style>
a { background-color: #BC607D; }
a { background-color: rgb(188,96,125); }
div.DivClassName
{
background-color: #BC607D;
}
.BgClassName
{
background-color: #BC607D;
}
</style>
border-color css
<style>
span { border-color: #BC607D; }
span { border-color: rgb(188,96,125); }
td.TdClassName
{
border-color: #BC607D;
}
.TagClassName
{
border-color: #BC607D;
}
</style>