Shades of Tapestry #BC6474
Tints of Tapestry #BC6474
RGB
CMYK
RGB Variations
Color information
#BC6474 (or 0xBC6474) is known color: Tapestry. HEX triplet: BC, 64 and 74. RGB value is (188,100,116). Sum of RGB (Red+Green+Blue) = 188+100+116=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6474 is #439B8B. Grayscale: #808080. Windows color (decimal): -4430732 or 7627964. OLE color: 7627964.
HSL color Cylindrical-coordinate representation of color #BC6474: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6474 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 116 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.26 |
| HSL | 349.09º | 0.4% | 0.56% | - |
| HSV(B) | 349.09º | 0.47% | 0.74% | - |
| XYZ | 28.45 | 21.07 | 19.09 | - |
| YUV | 128.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 116 | 0 | 0.47 | 0.38 | 0.26 | 349.09 | 0.4 | 0.56 |
| Hex | BC | 64 | 74 | 0 | 2F | 26 | 1A | 15D | 28 | 38 |
| Octal | 274 | 144 | 164 | 0 | 57 | 46 | 32 | 535 | 50 | 70 |
| Binary | 10111100 | 1100100 | 1110100 | 0 | 101111 | 100110 | 11010 | 101011101 | 101000 | 111000 |
Color Harmonies of #BC6474
Complementary color
Monochromatic Colors of #BC6474
Black with #BC6474
Text Example
Text Example
White with #BC6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6474; }
p { color: rgb(188,100,116); }
H1.HeaderClassName
{
color: #BC6474;
}
.AnyTagClassName
{
color: #BC6474;
}
</style>
background-color css
<style>
a { background-color: #BC6474; }
a { background-color: rgb(188,100,116); }
div.DivClassName
{
background-color: #BC6474;
}
.BgClassName
{
background-color: #BC6474;
}
</style>
border-color css
<style>
span { border-color: #BC6474; }
span { border-color: rgb(188,100,116); }
td.TdClassName
{
border-color: #BC6474;
}
.TagClassName
{
border-color: #BC6474;
}
</style>