Shades of Tapestry #BC6089
Tints of Tapestry #BC6089
RGB
CMYK
RGB Variations
Color information
#BC6089 (or 0xBC6089) is known color: Tapestry. HEX triplet: BC, 60 and 89. RGB value is (188,96,137). Sum of RGB (Red+Green+Blue) = 188+96+137=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6089 is #439F76. Grayscale: #808080. Windows color (decimal): -4431735 or 9003196. OLE color: 9003196.
HSL color Cylindrical-coordinate representation of color #BC6089: hue angle of 333.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6089 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 137 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.26 |
| HSL | 333.26º | 0.41% | 0.56% | - |
| HSV(B) | 333.26º | 0.49% | 0.74% | - |
| XYZ | 29.44 | 20.86 | 26.14 | - |
| YUV | 128.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 137 | 0 | 0.49 | 0.27 | 0.26 | 333.26 | 0.41 | 0.56 |
| Hex | BC | 60 | 89 | 0 | 31 | 1B | 1A | 14D | 29 | 38 |
| Octal | 274 | 140 | 211 | 0 | 61 | 33 | 32 | 515 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10001001 | 0 | 110001 | 11011 | 11010 | 101001101 | 101001 | 111000 |
Color Harmonies of #BC6089
Complementary color
Monochromatic Colors of #BC6089
Black with #BC6089
Text Example
Text Example
White with #BC6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6089; }
p { color: rgb(188,96,137); }
H1.HeaderClassName
{
color: #BC6089;
}
.AnyTagClassName
{
color: #BC6089;
}
</style>
background-color css
<style>
a { background-color: #BC6089; }
a { background-color: rgb(188,96,137); }
div.DivClassName
{
background-color: #BC6089;
}
.BgClassName
{
background-color: #BC6089;
}
</style>
border-color css
<style>
span { border-color: #BC6089; }
span { border-color: rgb(188,96,137); }
td.TdClassName
{
border-color: #BC6089;
}
.TagClassName
{
border-color: #BC6089;
}
</style>