Shades of Tapestry #BC7581
Tints of Tapestry #BC7581
RGB
CMYK
RGB Variations
Color information
#BC7581 (or 0xBC7581) is known color: Tapestry. HEX triplet: BC, 75 and 81. RGB value is (188,117,129). Sum of RGB (Red+Green+Blue) = 188+117+129=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7581 is #438A7E. Grayscale: #8B8B8B. Windows color (decimal): -4426367 or 8484284. OLE color: 8484284.
HSL color Cylindrical-coordinate representation of color #BC7581: hue angle of 349.86º 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 #BC7581 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 129 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.26 |
| HSL | 349.86º | 0.35% | 0.6% | - |
| HSV(B) | 349.86º | 0.38% | 0.74% | - |
| XYZ | 31.06 | 25 | 23.96 | - |
| YUV | 139.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 129 | 0 | 0.38 | 0.31 | 0.26 | 349.86 | 0.35 | 0.6 |
| Hex | BC | 75 | 81 | 0 | 26 | 1F | 1A | 15E | 23 | 3C |
| Octal | 274 | 165 | 201 | 0 | 46 | 37 | 32 | 536 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10000001 | 0 | 100110 | 11111 | 11010 | 101011110 | 100011 | 111100 |
Color Harmonies of #BC7581
Complementary color
Monochromatic Colors of #BC7581
Black with #BC7581
Text Example
Text Example
White with #BC7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7581; }
p { color: rgb(188,117,129); }
H1.HeaderClassName
{
color: #BC7581;
}
.AnyTagClassName
{
color: #BC7581;
}
</style>
background-color css
<style>
a { background-color: #BC7581; }
a { background-color: rgb(188,117,129); }
div.DivClassName
{
background-color: #BC7581;
}
.BgClassName
{
background-color: #BC7581;
}
</style>
border-color css
<style>
span { border-color: #BC7581; }
span { border-color: rgb(188,117,129); }
td.TdClassName
{
border-color: #BC7581;
}
.TagClassName
{
border-color: #BC7581;
}
</style>