Shades of Tapestry #BC6078
Tints of Tapestry #BC6078
RGB
CMYK
RGB Variations
Color information
#BC6078 (or 0xBC6078) is known color: Tapestry. HEX triplet: BC, 60 and 78. RGB value is (188,96,120). Sum of RGB (Red+Green+Blue) = 188+96+120=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6078 is #439F87. Grayscale: #7E7E7E. Windows color (decimal): -4431752 or 7889084. OLE color: 7889084.
HSL color Cylindrical-coordinate representation of color #BC6078: hue angle of 344.35º 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 #BC6078 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 120 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.26 |
| HSL | 344.35º | 0.41% | 0.56% | - |
| HSV(B) | 344.35º | 0.49% | 0.74% | - |
| XYZ | 28.31 | 20.41 | 20.22 | - |
| YUV | 126.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 120 | 0 | 0.49 | 0.36 | 0.26 | 344.35 | 0.41 | 0.56 |
| Hex | BC | 60 | 78 | 0 | 31 | 24 | 1A | 158 | 29 | 38 |
| Octal | 274 | 140 | 170 | 0 | 61 | 44 | 32 | 530 | 51 | 70 |
| Binary | 10111100 | 1100000 | 1111000 | 0 | 110001 | 100100 | 11010 | 101011000 | 101001 | 111000 |
Color Harmonies of #BC6078
Complementary color
Monochromatic Colors of #BC6078
Black with #BC6078
Text Example
Text Example
White with #BC6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6078; }
p { color: rgb(188,96,120); }
H1.HeaderClassName
{
color: #BC6078;
}
.AnyTagClassName
{
color: #BC6078;
}
</style>
background-color css
<style>
a { background-color: #BC6078; }
a { background-color: rgb(188,96,120); }
div.DivClassName
{
background-color: #BC6078;
}
.BgClassName
{
background-color: #BC6078;
}
</style>
border-color css
<style>
span { border-color: #BC6078; }
span { border-color: rgb(188,96,120); }
td.TdClassName
{
border-color: #BC6078;
}
.TagClassName
{
border-color: #BC6078;
}
</style>