Shades of Tapestry #BC7484
Tints of Tapestry #BC7484
RGB
CMYK
RGB Variations
Color information
#BC7484 (or 0xBC7484) is known color: Tapestry. HEX triplet: BC, 74 and 84. RGB value is (188,116,132). Sum of RGB (Red+Green+Blue) = 188+116+132=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7484 is #438B7B. Grayscale: #8B8B8B. Windows color (decimal): -4426620 or 8680636. OLE color: 8680636.
HSL color Cylindrical-coordinate representation of color #BC7484: hue angle of 346.67º 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 #BC7484 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 132 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.26 |
| HSL | 346.67º | 0.35% | 0.6% | - |
| HSV(B) | 346.67º | 0.38% | 0.74% | - |
| XYZ | 31.15 | 24.85 | 24.98 | - |
| YUV | 139.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 132 | 0 | 0.38 | 0.30 | 0.26 | 346.67 | 0.35 | 0.6 |
| Hex | BC | 74 | 84 | 0 | 26 | 1E | 1A | 15B | 23 | 3C |
| Octal | 274 | 164 | 204 | 0 | 46 | 36 | 32 | 533 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10000100 | 0 | 100110 | 11110 | 11010 | 101011011 | 100011 | 111100 |
Color Harmonies of #BC7484
Complementary color
Monochromatic Colors of #BC7484
Black with #BC7484
Text Example
Text Example
White with #BC7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7484; }
p { color: rgb(188,116,132); }
H1.HeaderClassName
{
color: #BC7484;
}
.AnyTagClassName
{
color: #BC7484;
}
</style>
background-color css
<style>
a { background-color: #BC7484; }
a { background-color: rgb(188,116,132); }
div.DivClassName
{
background-color: #BC7484;
}
.BgClassName
{
background-color: #BC7484;
}
</style>
border-color css
<style>
span { border-color: #BC7484; }
span { border-color: rgb(188,116,132); }
td.TdClassName
{
border-color: #BC7484;
}
.TagClassName
{
border-color: #BC7484;
}
</style>