Shades of Tapestry #BC7585
Tints of Tapestry #BC7585
RGB
CMYK
RGB Variations
Color information
#BC7585 (or 0xBC7585) is known color: Tapestry. HEX triplet: BC, 75 and 85. RGB value is (188,117,133). Sum of RGB (Red+Green+Blue) = 188+117+133=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7585 is #438A7A. Grayscale: #8C8C8C. Windows color (decimal): -4426363 or 8746428. OLE color: 8746428.
HSL color Cylindrical-coordinate representation of color #BC7585: hue angle of 346.48º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7585 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 133 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.26 |
| HSL | 346.48º | 0.35% | 0.6% | - |
| HSV(B) | 346.48º | 0.38% | 0.74% | - |
| XYZ | 31.33 | 25.11 | 25.39 | - |
| YUV | 140.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 133 | 0 | 0.38 | 0.29 | 0.26 | 346.48 | 0.35 | 0.6 |
| Hex | BC | 75 | 85 | 0 | 26 | 1D | 1A | 15A | 23 | 3C |
| Octal | 274 | 165 | 205 | 0 | 46 | 35 | 32 | 532 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10000101 | 0 | 100110 | 11101 | 11010 | 101011010 | 100011 | 111100 |
Color Harmonies of #BC7585
Complementary color
Monochromatic Colors of #BC7585
Black with #BC7585
Text Example
Text Example
White with #BC7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7585; }
p { color: rgb(188,117,133); }
H1.HeaderClassName
{
color: #BC7585;
}
.AnyTagClassName
{
color: #BC7585;
}
</style>
background-color css
<style>
a { background-color: #BC7585; }
a { background-color: rgb(188,117,133); }
div.DivClassName
{
background-color: #BC7585;
}
.BgClassName
{
background-color: #BC7585;
}
</style>
border-color css
<style>
span { border-color: #BC7585; }
span { border-color: rgb(188,117,133); }
td.TdClassName
{
border-color: #BC7585;
}
.TagClassName
{
border-color: #BC7585;
}
</style>