Shades of Tapestry #BC6489
Tints of Tapestry #BC6489
RGB
CMYK
RGB Variations
Color information
#BC6489 (or 0xBC6489) is known color: Tapestry. HEX triplet: BC, 64 and 89. RGB value is (188,100,137). Sum of RGB (Red+Green+Blue) = 188+100+137=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6489 is #439B76. Grayscale: #828282. Windows color (decimal): -4430711 or 9004220. OLE color: 9004220.
HSL color Cylindrical-coordinate representation of color #BC6489: hue angle of 334.77º 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 #BC6489 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 137 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.26 |
| HSL | 334.77º | 0.4% | 0.56% | - |
| HSV(B) | 334.77º | 0.47% | 0.74% | - |
| XYZ | 29.81 | 21.61 | 26.27 | - |
| YUV | 130.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 137 | 0 | 0.47 | 0.27 | 0.26 | 334.77 | 0.4 | 0.56 |
| Hex | BC | 64 | 89 | 0 | 2F | 1B | 1A | 14F | 28 | 38 |
| Octal | 274 | 144 | 211 | 0 | 57 | 33 | 32 | 517 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10001001 | 0 | 101111 | 11011 | 11010 | 101001111 | 101000 | 111000 |
Color Harmonies of #BC6489
Complementary color
Monochromatic Colors of #BC6489
Black with #BC6489
Text Example
Text Example
White with #BC6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6489; }
p { color: rgb(188,100,137); }
H1.HeaderClassName
{
color: #BC6489;
}
.AnyTagClassName
{
color: #BC6489;
}
</style>
background-color css
<style>
a { background-color: #BC6489; }
a { background-color: rgb(188,100,137); }
div.DivClassName
{
background-color: #BC6489;
}
.BgClassName
{
background-color: #BC6489;
}
</style>
border-color css
<style>
span { border-color: #BC6489; }
span { border-color: rgb(188,100,137); }
td.TdClassName
{
border-color: #BC6489;
}
.TagClassName
{
border-color: #BC6489;
}
</style>