Shades of Tapestry #BC6578
Tints of Tapestry #BC6578
RGB
CMYK
RGB Variations
Color information
#BC6578 (or 0xBC6578) is known color: Tapestry. HEX triplet: BC, 65 and 78. RGB value is (188,101,120). Sum of RGB (Red+Green+Blue) = 188+101+120=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6578 is #439A87. Grayscale: #818181. Windows color (decimal): -4430472 or 7890364. OLE color: 7890364.
HSL color Cylindrical-coordinate representation of color #BC6578: hue angle of 346.9º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6578 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 120 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.26 |
| HSL | 346.9º | 0.39% | 0.57% | - |
| HSV(B) | 346.9º | 0.46% | 0.74% | - |
| XYZ | 28.78 | 21.35 | 20.37 | - |
| YUV | 129.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 120 | 0 | 0.46 | 0.36 | 0.26 | 346.9 | 0.39 | 0.57 |
| Hex | BC | 65 | 78 | 0 | 2E | 24 | 1A | 15B | 27 | 39 |
| Octal | 274 | 145 | 170 | 0 | 56 | 44 | 32 | 533 | 47 | 71 |
| Binary | 10111100 | 1100101 | 1111000 | 0 | 101110 | 100100 | 11010 | 101011011 | 100111 | 111001 |
Color Harmonies of #BC6578
Complementary color
Monochromatic Colors of #BC6578
Black with #BC6578
Text Example
Text Example
White with #BC6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6578; }
p { color: rgb(188,101,120); }
H1.HeaderClassName
{
color: #BC6578;
}
.AnyTagClassName
{
color: #BC6578;
}
</style>
background-color css
<style>
a { background-color: #BC6578; }
a { background-color: rgb(188,101,120); }
div.DivClassName
{
background-color: #BC6578;
}
.BgClassName
{
background-color: #BC6578;
}
</style>
border-color css
<style>
span { border-color: #BC6578; }
span { border-color: rgb(188,101,120); }
td.TdClassName
{
border-color: #BC6578;
}
.TagClassName
{
border-color: #BC6578;
}
</style>