Shades of Tapestry #BC6C8B
Tints of Tapestry #BC6C8B
RGB
CMYK
RGB Variations
Color information
#BC6C8B (or 0xBC6C8B) is known color: Tapestry. HEX triplet: BC, 6C and 8B. RGB value is (188,108,139). Sum of RGB (Red+Green+Blue) = 188+108+139=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C8B is #439374. Grayscale: #878787. Windows color (decimal): -4428661 or 9137340. OLE color: 9137340.
HSL color Cylindrical-coordinate representation of color #BC6C8B: hue angle of 336.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 #BC6C8B is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 139 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.26 |
| HSL | 336.75º | 0.37% | 0.58% | - |
| HSV(B) | 336.75º | 0.43% | 0.74% | - |
| XYZ | 30.76 | 23.28 | 27.3 | - |
| YUV | 135.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 139 | 0 | 0.43 | 0.26 | 0.26 | 336.75 | 0.37 | 0.58 |
| Hex | BC | 6C | 8B | 0 | 2B | 1A | 1A | 151 | 25 | 3A |
| Octal | 274 | 154 | 213 | 0 | 53 | 32 | 32 | 521 | 45 | 72 |
| Binary | 10111100 | 1101100 | 10001011 | 0 | 101011 | 11010 | 11010 | 101010001 | 100101 | 111010 |
Color Harmonies of #BC6C8B
Complementary color
Monochromatic Colors of #BC6C8B
Black with #BC6C8B
Text Example
Text Example
White with #BC6C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C8B; }
p { color: rgb(188,108,139); }
H1.HeaderClassName
{
color: #BC6C8B;
}
.AnyTagClassName
{
color: #BC6C8B;
}
</style>
background-color css
<style>
a { background-color: #BC6C8B; }
a { background-color: rgb(188,108,139); }
div.DivClassName
{
background-color: #BC6C8B;
}
.BgClassName
{
background-color: #BC6C8B;
}
</style>
border-color css
<style>
span { border-color: #BC6C8B; }
span { border-color: rgb(188,108,139); }
td.TdClassName
{
border-color: #BC6C8B;
}
.TagClassName
{
border-color: #BC6C8B;
}
</style>