Shades of Tapestry #BC7488
Tints of Tapestry #BC7488
RGB
CMYK
RGB Variations
Color information
#BC7488 (or 0xBC7488) is known color: Tapestry. HEX triplet: BC, 74 and 88. RGB value is (188,116,136). Sum of RGB (Red+Green+Blue) = 188+116+136=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7488 is #438B77. Grayscale: #8B8B8B. Windows color (decimal): -4426616 or 8942780. OLE color: 8942780.
HSL color Cylindrical-coordinate representation of color #BC7488: hue angle of 343.33º 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 #BC7488 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 136 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.26 |
| HSL | 343.33º | 0.35% | 0.6% | - |
| HSV(B) | 343.33º | 0.38% | 0.74% | - |
| XYZ | 31.43 | 24.96 | 26.45 | - |
| YUV | 139.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 136 | 0 | 0.38 | 0.28 | 0.26 | 343.33 | 0.35 | 0.6 |
| Hex | BC | 74 | 88 | 0 | 26 | 1C | 1A | 157 | 23 | 3C |
| Octal | 274 | 164 | 210 | 0 | 46 | 34 | 32 | 527 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10001000 | 0 | 100110 | 11100 | 11010 | 101010111 | 100011 | 111100 |
Color Harmonies of #BC7488
Complementary color
Monochromatic Colors of #BC7488
Black with #BC7488
Text Example
Text Example
White with #BC7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7488; }
p { color: rgb(188,116,136); }
H1.HeaderClassName
{
color: #BC7488;
}
.AnyTagClassName
{
color: #BC7488;
}
</style>
background-color css
<style>
a { background-color: #BC7488; }
a { background-color: rgb(188,116,136); }
div.DivClassName
{
background-color: #BC7488;
}
.BgClassName
{
background-color: #BC7488;
}
</style>
border-color css
<style>
span { border-color: #BC7488; }
span { border-color: rgb(188,116,136); }
td.TdClassName
{
border-color: #BC7488;
}
.TagClassName
{
border-color: #BC7488;
}
</style>