Shades of Tapestry #BC6A8B
Tints of Tapestry #BC6A8B
RGB
CMYK
RGB Variations
Color information
#BC6A8B (or 0xBC6A8B) is known color: Tapestry. HEX triplet: BC, 6A and 8B. RGB value is (188,106,139). Sum of RGB (Red+Green+Blue) = 188+106+139=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6A8B is #439574. Grayscale: #868686. Windows color (decimal): -4429173 or 9136828. OLE color: 9136828.
HSL color Cylindrical-coordinate representation of color #BC6A8B: hue angle of 335.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6A8B is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 139 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.26 |
| HSL | 335.85º | 0.38% | 0.58% | - |
| HSV(B) | 335.85º | 0.44% | 0.74% | - |
| XYZ | 30.55 | 22.86 | 27.23 | - |
| YUV | 134.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 139 | 0 | 0.44 | 0.26 | 0.26 | 335.85 | 0.38 | 0.58 |
| Hex | BC | 6A | 8B | 0 | 2C | 1A | 1A | 150 | 26 | 3A |
| Octal | 274 | 152 | 213 | 0 | 54 | 32 | 32 | 520 | 46 | 72 |
| Binary | 10111100 | 1101010 | 10001011 | 0 | 101100 | 11010 | 11010 | 101010000 | 100110 | 111010 |
Color Harmonies of #BC6A8B
Complementary color
Monochromatic Colors of #BC6A8B
Black with #BC6A8B
Text Example
Text Example
White with #BC6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A8B; }
p { color: rgb(188,106,139); }
H1.HeaderClassName
{
color: #BC6A8B;
}
.AnyTagClassName
{
color: #BC6A8B;
}
</style>
background-color css
<style>
a { background-color: #BC6A8B; }
a { background-color: rgb(188,106,139); }
div.DivClassName
{
background-color: #BC6A8B;
}
.BgClassName
{
background-color: #BC6A8B;
}
</style>
border-color css
<style>
span { border-color: #BC6A8B; }
span { border-color: rgb(188,106,139); }
td.TdClassName
{
border-color: #BC6A8B;
}
.TagClassName
{
border-color: #BC6A8B;
}
</style>