Shades of Tapestry #BC6589
Tints of Tapestry #BC6589
RGB
CMYK
RGB Variations
Color information
#BC6589 (or 0xBC6589) is known color: Tapestry. HEX triplet: BC, 65 and 89. RGB value is (188,101,137). Sum of RGB (Red+Green+Blue) = 188+101+137=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6589 is #439A76. Grayscale: #838383. Windows color (decimal): -4430455 or 9004476. OLE color: 9004476.
HSL color Cylindrical-coordinate representation of color #BC6589: hue angle of 335.17º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6589 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 137 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.26 |
| HSL | 335.17º | 0.39% | 0.57% | - |
| HSV(B) | 335.17º | 0.46% | 0.74% | - |
| XYZ | 29.91 | 21.8 | 26.3 | - |
| YUV | 131.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 137 | 0 | 0.46 | 0.27 | 0.26 | 335.17 | 0.39 | 0.57 |
| Hex | BC | 65 | 89 | 0 | 2E | 1B | 1A | 14F | 27 | 39 |
| Octal | 274 | 145 | 211 | 0 | 56 | 33 | 32 | 517 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10001001 | 0 | 101110 | 11011 | 11010 | 101001111 | 100111 | 111001 |
Color Harmonies of #BC6589
Complementary color
Monochromatic Colors of #BC6589
Black with #BC6589
Text Example
Text Example
White with #BC6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6589; }
p { color: rgb(188,101,137); }
H1.HeaderClassName
{
color: #BC6589;
}
.AnyTagClassName
{
color: #BC6589;
}
</style>
background-color css
<style>
a { background-color: #BC6589; }
a { background-color: rgb(188,101,137); }
div.DivClassName
{
background-color: #BC6589;
}
.BgClassName
{
background-color: #BC6589;
}
</style>
border-color css
<style>
span { border-color: #BC6589; }
span { border-color: rgb(188,101,137); }
td.TdClassName
{
border-color: #BC6589;
}
.TagClassName
{
border-color: #BC6589;
}
</style>