Shades of Tapestry #BC7589
Tints of Tapestry #BC7589
RGB
CMYK
RGB Variations
Color information
#BC7589 (or 0xBC7589) is known color: Tapestry. HEX triplet: BC, 75 and 89. RGB value is (188,117,137). Sum of RGB (Red+Green+Blue) = 188+117+137=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7589 is #438A76. Grayscale: #8C8C8C. Windows color (decimal): -4426359 or 9008572. OLE color: 9008572.
HSL color Cylindrical-coordinate representation of color #BC7589: hue angle of 343.1º 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 #BC7589 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 137 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.26 |
| HSL | 343.1º | 0.35% | 0.6% | - |
| HSV(B) | 343.1º | 0.38% | 0.74% | - |
| XYZ | 31.62 | 25.22 | 26.87 | - |
| YUV | 140.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 137 | 0 | 0.38 | 0.27 | 0.26 | 343.1 | 0.35 | 0.6 |
| Hex | BC | 75 | 89 | 0 | 26 | 1B | 1A | 157 | 23 | 3C |
| Octal | 274 | 165 | 211 | 0 | 46 | 33 | 32 | 527 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10001001 | 0 | 100110 | 11011 | 11010 | 101010111 | 100011 | 111100 |
Color Harmonies of #BC7589
Complementary color
Monochromatic Colors of #BC7589
Black with #BC7589
Text Example
Text Example
White with #BC7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7589; }
p { color: rgb(188,117,137); }
H1.HeaderClassName
{
color: #BC7589;
}
.AnyTagClassName
{
color: #BC7589;
}
</style>
background-color css
<style>
a { background-color: #BC7589; }
a { background-color: rgb(188,117,137); }
div.DivClassName
{
background-color: #BC7589;
}
.BgClassName
{
background-color: #BC7589;
}
</style>
border-color css
<style>
span { border-color: #BC7589; }
span { border-color: rgb(188,117,137); }
td.TdClassName
{
border-color: #BC7589;
}
.TagClassName
{
border-color: #BC7589;
}
</style>