Shades of Tapestry #BC6B7E
Tints of Tapestry #BC6B7E
RGB
CMYK
RGB Variations
Color information
#BC6B7E (or 0xBC6B7E) is known color: Tapestry. HEX triplet: BC, 6B and 7E. RGB value is (188,107,126). Sum of RGB (Red+Green+Blue) = 188+107+126=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B7E is #439481. Grayscale: #858585. Windows color (decimal): -4428930 or 8285116. OLE color: 8285116.
HSL color Cylindrical-coordinate representation of color #BC6B7E: hue angle of 345.93º degrees, saturation: 0.38, 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 #BC6B7E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 126 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.26 |
| HSL | 345.93º | 0.38% | 0.58% | - |
| HSV(B) | 345.93º | 0.43% | 0.74% | - |
| XYZ | 29.76 | 22.71 | 22.55 | - |
| YUV | 133.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 126 | 0 | 0.43 | 0.33 | 0.26 | 345.93 | 0.38 | 0.58 |
| Hex | BC | 6B | 7E | 0 | 2B | 21 | 1A | 15A | 26 | 3A |
| Octal | 274 | 153 | 176 | 0 | 53 | 41 | 32 | 532 | 46 | 72 |
| Binary | 10111100 | 1101011 | 1111110 | 0 | 101011 | 100001 | 11010 | 101011010 | 100110 | 111010 |
Color Harmonies of #BC6B7E
Complementary color
Monochromatic Colors of #BC6B7E
Black with #BC6B7E
Text Example
Text Example
White with #BC6B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B7E; }
p { color: rgb(188,107,126); }
H1.HeaderClassName
{
color: #BC6B7E;
}
.AnyTagClassName
{
color: #BC6B7E;
}
</style>
background-color css
<style>
a { background-color: #BC6B7E; }
a { background-color: rgb(188,107,126); }
div.DivClassName
{
background-color: #BC6B7E;
}
.BgClassName
{
background-color: #BC6B7E;
}
</style>
border-color css
<style>
span { border-color: #BC6B7E; }
span { border-color: rgb(188,107,126); }
td.TdClassName
{
border-color: #BC6B7E;
}
.TagClassName
{
border-color: #BC6B7E;
}
</style>