Shades of Tapestry #BD718D
Tints of Tapestry #BD718D
RGB
CMYK
RGB Variations
Color information
#BD718D (or 0xBD718D) is known color: Tapestry. HEX triplet: BD, 71 and 8D. RGB value is (189,113,141). Sum of RGB (Red+Green+Blue) = 189+113+141=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD718D is #428E72. Grayscale: #8A8A8A. Windows color (decimal): -4361843 or 9269693. OLE color: 9269693.
HSL color Cylindrical-coordinate representation of color #BD718D: hue angle of 337.89º degrees, saturation: 0.37, 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 #BD718D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 141 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.26 |
| HSL | 337.89º | 0.37% | 0.59% | - |
| HSV(B) | 337.89º | 0.4% | 0.74% | - |
| XYZ | 31.7 | 24.55 | 28.27 | - |
| YUV | 138.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 141 | 0 | 0.40 | 0.25 | 0.26 | 337.89 | 0.37 | 0.59 |
| Hex | BD | 71 | 8D | 0 | 28 | 19 | 1A | 152 | 25 | 3B |
| Octal | 275 | 161 | 215 | 0 | 50 | 31 | 32 | 522 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10001101 | 0 | 101000 | 11001 | 11010 | 101010010 | 100101 | 111011 |
Color Harmonies of #BD718D
Complementary color
Monochromatic Colors of #BD718D
Black with #BD718D
Text Example
Text Example
White with #BD718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD718D; }
p { color: rgb(189,113,141); }
H1.HeaderClassName
{
color: #BD718D;
}
.AnyTagClassName
{
color: #BD718D;
}
</style>
background-color css
<style>
a { background-color: #BD718D; }
a { background-color: rgb(189,113,141); }
div.DivClassName
{
background-color: #BD718D;
}
.BgClassName
{
background-color: #BD718D;
}
</style>
border-color css
<style>
span { border-color: #BD718D; }
span { border-color: rgb(189,113,141); }
td.TdClassName
{
border-color: #BD718D;
}
.TagClassName
{
border-color: #BD718D;
}
</style>