Shades of Tapestry #BC717B
Tints of Tapestry #BC717B
RGB
CMYK
RGB Variations
Color information
#BC717B (or 0xBC717B) is known color: Tapestry. HEX triplet: BC, 71 and 7B. RGB value is (188,113,123). Sum of RGB (Red+Green+Blue) = 188+113+123=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC717B is #438E84. Grayscale: #888888. Windows color (decimal): -4427397 or 8090044. OLE color: 8090044.
HSL color Cylindrical-coordinate representation of color #BC717B: hue angle of 352º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC717B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 123 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.26 |
| HSL | 352º | 0.36% | 0.59% | - |
| HSV(B) | 352º | 0.4% | 0.74% | - |
| XYZ | 30.22 | 23.93 | 21.77 | - |
| YUV | 136.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 123 | 0 | 0.40 | 0.35 | 0.26 | 352 | 0.36 | 0.59 |
| Hex | BC | 71 | 7B | 0 | 28 | 23 | 1A | 160 | 24 | 3B |
| Octal | 274 | 161 | 173 | 0 | 50 | 43 | 32 | 540 | 44 | 73 |
| Binary | 10111100 | 1110001 | 1111011 | 0 | 101000 | 100011 | 11010 | 101100000 | 100100 | 111011 |
Color Harmonies of #BC717B
Complementary color
Monochromatic Colors of #BC717B
Black with #BC717B
Text Example
Text Example
White with #BC717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC717B; }
p { color: rgb(188,113,123); }
H1.HeaderClassName
{
color: #BC717B;
}
.AnyTagClassName
{
color: #BC717B;
}
</style>
background-color css
<style>
a { background-color: #BC717B; }
a { background-color: rgb(188,113,123); }
div.DivClassName
{
background-color: #BC717B;
}
.BgClassName
{
background-color: #BC717B;
}
</style>
border-color css
<style>
span { border-color: #BC717B; }
span { border-color: rgb(188,113,123); }
td.TdClassName
{
border-color: #BC717B;
}
.TagClassName
{
border-color: #BC717B;
}
</style>