Shades of Tapestry #BC6B7C
Tints of Tapestry #BC6B7C
RGB
CMYK
RGB Variations
Color information
#BC6B7C (or 0xBC6B7C) is known color: Tapestry. HEX triplet: BC, 6B and 7C. RGB value is (188,107,124). Sum of RGB (Red+Green+Blue) = 188+107+124=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B7C is #439483. Grayscale: #858585. Windows color (decimal): -4428932 or 8154044. OLE color: 8154044.
HSL color Cylindrical-coordinate representation of color #BC6B7C: hue angle of 347.41º 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 #BC6B7C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 124 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.26 |
| HSL | 347.41º | 0.38% | 0.58% | - |
| HSV(B) | 347.41º | 0.43% | 0.74% | - |
| XYZ | 29.63 | 22.66 | 21.88 | - |
| YUV | 133.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 124 | 0 | 0.43 | 0.34 | 0.26 | 347.41 | 0.38 | 0.58 |
| Hex | BC | 6B | 7C | 0 | 2B | 22 | 1A | 15B | 26 | 3A |
| Octal | 274 | 153 | 174 | 0 | 53 | 42 | 32 | 533 | 46 | 72 |
| Binary | 10111100 | 1101011 | 1111100 | 0 | 101011 | 100010 | 11010 | 101011011 | 100110 | 111010 |
Color Harmonies of #BC6B7C
Complementary color
Monochromatic Colors of #BC6B7C
Black with #BC6B7C
Text Example
Text Example
White with #BC6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B7C; }
p { color: rgb(188,107,124); }
H1.HeaderClassName
{
color: #BC6B7C;
}
.AnyTagClassName
{
color: #BC6B7C;
}
</style>
background-color css
<style>
a { background-color: #BC6B7C; }
a { background-color: rgb(188,107,124); }
div.DivClassName
{
background-color: #BC6B7C;
}
.BgClassName
{
background-color: #BC6B7C;
}
</style>
border-color css
<style>
span { border-color: #BC6B7C; }
span { border-color: rgb(188,107,124); }
td.TdClassName
{
border-color: #BC6B7C;
}
.TagClassName
{
border-color: #BC6B7C;
}
</style>