Shades of Tapestry #BC6386
Tints of Tapestry #BC6386
RGB
CMYK
RGB Variations
Color information
#BC6386 (or 0xBC6386) is known color: Tapestry. HEX triplet: BC, 63 and 86. RGB value is (188,99,134). Sum of RGB (Red+Green+Blue) = 188+99+134=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6386 is #439C79. Grayscale: #818181. Windows color (decimal): -4430970 or 8807356. OLE color: 8807356.
HSL color Cylindrical-coordinate representation of color #BC6386: hue angle of 336.4º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6386 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 134 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.26 |
| HSL | 336.4º | 0.4% | 0.56% | - |
| HSV(B) | 336.4º | 0.47% | 0.74% | - |
| XYZ | 29.5 | 21.34 | 25.12 | - |
| YUV | 129.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 134 | 0 | 0.47 | 0.29 | 0.26 | 336.4 | 0.4 | 0.56 |
| Hex | BC | 63 | 86 | 0 | 2F | 1D | 1A | 150 | 28 | 38 |
| Octal | 274 | 143 | 206 | 0 | 57 | 35 | 32 | 520 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10000110 | 0 | 101111 | 11101 | 11010 | 101010000 | 101000 | 111000 |
Color Harmonies of #BC6386
Complementary color
Monochromatic Colors of #BC6386
Black with #BC6386
Text Example
Text Example
White with #BC6386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6386; }
p { color: rgb(188,99,134); }
H1.HeaderClassName
{
color: #BC6386;
}
.AnyTagClassName
{
color: #BC6386;
}
</style>
background-color css
<style>
a { background-color: #BC6386; }
a { background-color: rgb(188,99,134); }
div.DivClassName
{
background-color: #BC6386;
}
.BgClassName
{
background-color: #BC6386;
}
</style>
border-color css
<style>
span { border-color: #BC6386; }
span { border-color: rgb(188,99,134); }
td.TdClassName
{
border-color: #BC6386;
}
.TagClassName
{
border-color: #BC6386;
}
</style>