Shades of Tapestry #BC6674
Tints of Tapestry #BC6674
RGB
CMYK
RGB Variations
Color information
#BC6674 (or 0xBC6674) is known color: Tapestry. HEX triplet: BC, 66 and 74. RGB value is (188,102,116). Sum of RGB (Red+Green+Blue) = 188+102+116=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6674 is #43998B. Grayscale: #818181. Windows color (decimal): -4430220 or 7628476. OLE color: 7628476.
HSL color Cylindrical-coordinate representation of color #BC6674: hue angle of 350.23º 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 #BC6674 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 116 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.26 |
| HSL | 350.23º | 0.39% | 0.57% | - |
| HSV(B) | 350.23º | 0.46% | 0.74% | - |
| XYZ | 28.64 | 21.46 | 19.15 | - |
| YUV | 129.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 116 | 0 | 0.46 | 0.38 | 0.26 | 350.23 | 0.39 | 0.57 |
| Hex | BC | 66 | 74 | 0 | 2E | 26 | 1A | 15E | 27 | 39 |
| Octal | 274 | 146 | 164 | 0 | 56 | 46 | 32 | 536 | 47 | 71 |
| Binary | 10111100 | 1100110 | 1110100 | 0 | 101110 | 100110 | 11010 | 101011110 | 100111 | 111001 |
Color Harmonies of #BC6674
Complementary color
Monochromatic Colors of #BC6674
Black with #BC6674
Text Example
Text Example
White with #BC6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6674; }
p { color: rgb(188,102,116); }
H1.HeaderClassName
{
color: #BC6674;
}
.AnyTagClassName
{
color: #BC6674;
}
</style>
background-color css
<style>
a { background-color: #BC6674; }
a { background-color: rgb(188,102,116); }
div.DivClassName
{
background-color: #BC6674;
}
.BgClassName
{
background-color: #BC6674;
}
</style>
border-color css
<style>
span { border-color: #BC6674; }
span { border-color: rgb(188,102,116); }
td.TdClassName
{
border-color: #BC6674;
}
.TagClassName
{
border-color: #BC6674;
}
</style>