Shades of Tapestry #BC6C7E
Tints of Tapestry #BC6C7E
RGB
CMYK
RGB Variations
Color information
#BC6C7E (or 0xBC6C7E) is known color: Tapestry. HEX triplet: BC, 6C and 7E. RGB value is (188,108,126). Sum of RGB (Red+Green+Blue) = 188+108+126=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C7E is #439381. Grayscale: #858585. Windows color (decimal): -4428674 or 8285372. OLE color: 8285372.
HSL color Cylindrical-coordinate representation of color #BC6C7E: hue angle of 346.5º 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 #BC6C7E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 126 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.26 |
| HSL | 346.5º | 0.37% | 0.58% | - |
| HSV(B) | 346.5º | 0.43% | 0.74% | - |
| XYZ | 29.87 | 22.92 | 22.59 | - |
| YUV | 133.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 126 | 0 | 0.43 | 0.33 | 0.26 | 346.5 | 0.37 | 0.58 |
| Hex | BC | 6C | 7E | 0 | 2B | 21 | 1A | 15A | 25 | 3A |
| Octal | 274 | 154 | 176 | 0 | 53 | 41 | 32 | 532 | 45 | 72 |
| Binary | 10111100 | 1101100 | 1111110 | 0 | 101011 | 100001 | 11010 | 101011010 | 100101 | 111010 |
Color Harmonies of #BC6C7E
Complementary color
Monochromatic Colors of #BC6C7E
Black with #BC6C7E
Text Example
Text Example
White with #BC6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C7E; }
p { color: rgb(188,108,126); }
H1.HeaderClassName
{
color: #BC6C7E;
}
.AnyTagClassName
{
color: #BC6C7E;
}
</style>
background-color css
<style>
a { background-color: #BC6C7E; }
a { background-color: rgb(188,108,126); }
div.DivClassName
{
background-color: #BC6C7E;
}
.BgClassName
{
background-color: #BC6C7E;
}
</style>
border-color css
<style>
span { border-color: #BC6C7E; }
span { border-color: rgb(188,108,126); }
td.TdClassName
{
border-color: #BC6C7E;
}
.TagClassName
{
border-color: #BC6C7E;
}
</style>