Shades of Tapestry #BC6778
Tints of Tapestry #BC6778
RGB
CMYK
RGB Variations
Color information
#BC6778 (or 0xBC6778) is known color: Tapestry. HEX triplet: BC, 67 and 78. RGB value is (188,103,120). Sum of RGB (Red+Green+Blue) = 188+103+120=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6778 is #439887. Grayscale: #828282. Windows color (decimal): -4429960 or 7890876. OLE color: 7890876.
HSL color Cylindrical-coordinate representation of color #BC6778: hue angle of 348º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6778 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 120 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.26 |
| HSL | 348º | 0.39% | 0.57% | - |
| HSV(B) | 348º | 0.45% | 0.74% | - |
| XYZ | 28.98 | 21.75 | 20.44 | - |
| YUV | 130.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 120 | 0 | 0.45 | 0.36 | 0.26 | 348 | 0.39 | 0.57 |
| Hex | BC | 67 | 78 | 0 | 2D | 24 | 1A | 15C | 27 | 39 |
| Octal | 274 | 147 | 170 | 0 | 55 | 44 | 32 | 534 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1111000 | 0 | 101101 | 100100 | 11010 | 101011100 | 100111 | 111001 |
Color Harmonies of #BC6778
Complementary color
Monochromatic Colors of #BC6778
Black with #BC6778
Text Example
Text Example
White with #BC6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6778; }
p { color: rgb(188,103,120); }
H1.HeaderClassName
{
color: #BC6778;
}
.AnyTagClassName
{
color: #BC6778;
}
</style>
background-color css
<style>
a { background-color: #BC6778; }
a { background-color: rgb(188,103,120); }
div.DivClassName
{
background-color: #BC6778;
}
.BgClassName
{
background-color: #BC6778;
}
</style>
border-color css
<style>
span { border-color: #BC6778; }
span { border-color: rgb(188,103,120); }
td.TdClassName
{
border-color: #BC6778;
}
.TagClassName
{
border-color: #BC6778;
}
</style>