Shades of Tapestry #BC6C7F
Tints of Tapestry #BC6C7F
RGB
CMYK
RGB Variations
Color information
#BC6C7F (or 0xBC6C7F) is known color: Tapestry. HEX triplet: BC, 6C and 7F. RGB value is (188,108,127). Sum of RGB (Red+Green+Blue) = 188+108+127=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C7F is #439380. Grayscale: #868686. Windows color (decimal): -4428673 or 8350908. OLE color: 8350908.
HSL color Cylindrical-coordinate representation of color #BC6C7F: hue angle of 345.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6C7F is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 127 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.26 |
| HSL | 345.75º | 0.37% | 0.58% | - |
| HSV(B) | 345.75º | 0.43% | 0.74% | - |
| XYZ | 29.93 | 22.95 | 22.93 | - |
| YUV | 134.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 127 | 0 | 0.43 | 0.32 | 0.26 | 345.75 | 0.37 | 0.58 |
| Hex | BC | 6C | 7F | 0 | 2B | 20 | 1A | 15A | 25 | 3A |
| Octal | 274 | 154 | 177 | 0 | 53 | 40 | 32 | 532 | 45 | 72 |
| Binary | 10111100 | 1101100 | 1111111 | 0 | 101011 | 100000 | 11010 | 101011010 | 100101 | 111010 |
Color Harmonies of #BC6C7F
Complementary color
Monochromatic Colors of #BC6C7F
Black with #BC6C7F
Text Example
Text Example
White with #BC6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C7F; }
p { color: rgb(188,108,127); }
H1.HeaderClassName
{
color: #BC6C7F;
}
.AnyTagClassName
{
color: #BC6C7F;
}
</style>
background-color css
<style>
a { background-color: #BC6C7F; }
a { background-color: rgb(188,108,127); }
div.DivClassName
{
background-color: #BC6C7F;
}
.BgClassName
{
background-color: #BC6C7F;
}
</style>
border-color css
<style>
span { border-color: #BC6C7F; }
span { border-color: rgb(188,108,127); }
td.TdClassName
{
border-color: #BC6C7F;
}
.TagClassName
{
border-color: #BC6C7F;
}
</style>