Shades of Tapestry #BC6989
Tints of Tapestry #BC6989
RGB
CMYK
RGB Variations
Color information
#BC6989 (or 0xBC6989) is known color: Tapestry. HEX triplet: BC, 69 and 89. RGB value is (188,105,137). Sum of RGB (Red+Green+Blue) = 188+105+137=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6989 is #439676. Grayscale: #858585. Windows color (decimal): -4429431 or 9005500. OLE color: 9005500.
HSL color Cylindrical-coordinate representation of color #BC6989: hue angle of 336.87º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6989 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 137 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.26 |
| HSL | 336.87º | 0.38% | 0.57% | - |
| HSV(B) | 336.87º | 0.44% | 0.74% | - |
| XYZ | 30.31 | 22.6 | 26.43 | - |
| YUV | 133.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 137 | 0 | 0.44 | 0.27 | 0.26 | 336.87 | 0.38 | 0.57 |
| Hex | BC | 69 | 89 | 0 | 2C | 1B | 1A | 151 | 26 | 39 |
| Octal | 274 | 151 | 211 | 0 | 54 | 33 | 32 | 521 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10001001 | 0 | 101100 | 11011 | 11010 | 101010001 | 100110 | 111001 |
Color Harmonies of #BC6989
Complementary color
Monochromatic Colors of #BC6989
Black with #BC6989
Text Example
Text Example
White with #BC6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6989; }
p { color: rgb(188,105,137); }
H1.HeaderClassName
{
color: #BC6989;
}
.AnyTagClassName
{
color: #BC6989;
}
</style>
background-color css
<style>
a { background-color: #BC6989; }
a { background-color: rgb(188,105,137); }
div.DivClassName
{
background-color: #BC6989;
}
.BgClassName
{
background-color: #BC6989;
}
</style>
border-color css
<style>
span { border-color: #BC6989; }
span { border-color: rgb(188,105,137); }
td.TdClassName
{
border-color: #BC6989;
}
.TagClassName
{
border-color: #BC6989;
}
</style>