Shades of Tapestry #BC6689
Tints of Tapestry #BC6689
RGB
CMYK
RGB Variations
Color information
#BC6689 (or 0xBC6689) is known color: Tapestry. HEX triplet: BC, 66 and 89. RGB value is (188,102,137). Sum of RGB (Red+Green+Blue) = 188+102+137=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6689 is #439976. Grayscale: #838383. Windows color (decimal): -4430199 or 9004732. OLE color: 9004732.
HSL color Cylindrical-coordinate representation of color #BC6689: hue angle of 335.58º 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 #BC6689 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 137 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.26 |
| HSL | 335.58º | 0.39% | 0.57% | - |
| HSV(B) | 335.58º | 0.46% | 0.74% | - |
| XYZ | 30.01 | 22 | 26.33 | - |
| YUV | 131.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 137 | 0 | 0.46 | 0.27 | 0.26 | 335.58 | 0.39 | 0.57 |
| Hex | BC | 66 | 89 | 0 | 2E | 1B | 1A | 150 | 27 | 39 |
| Octal | 274 | 146 | 211 | 0 | 56 | 33 | 32 | 520 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10001001 | 0 | 101110 | 11011 | 11010 | 101010000 | 100111 | 111001 |
Color Harmonies of #BC6689
Complementary color
Monochromatic Colors of #BC6689
Black with #BC6689
Text Example
Text Example
White with #BC6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6689; }
p { color: rgb(188,102,137); }
H1.HeaderClassName
{
color: #BC6689;
}
.AnyTagClassName
{
color: #BC6689;
}
</style>
background-color css
<style>
a { background-color: #BC6689; }
a { background-color: rgb(188,102,137); }
div.DivClassName
{
background-color: #BC6689;
}
.BgClassName
{
background-color: #BC6689;
}
</style>
border-color css
<style>
span { border-color: #BC6689; }
span { border-color: rgb(188,102,137); }
td.TdClassName
{
border-color: #BC6689;
}
.TagClassName
{
border-color: #BC6689;
}
</style>