Shades of Tapestry #BD717F
Tints of Tapestry #BD717F
RGB
CMYK
RGB Variations
Color information
#BD717F (or 0xBD717F) is known color: Tapestry. HEX triplet: BD, 71 and 7F. RGB value is (189,113,127). Sum of RGB (Red+Green+Blue) = 189+113+127=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD717F is #428E80. Grayscale: #898989. Windows color (decimal): -4361857 or 8352189. OLE color: 8352189.
HSL color Cylindrical-coordinate representation of color #BD717F: hue angle of 348.95º 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 #BD717F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 127 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.26 |
| HSL | 348.95º | 0.37% | 0.59% | - |
| HSV(B) | 348.95º | 0.4% | 0.74% | - |
| XYZ | 30.72 | 24.16 | 23.12 | - |
| YUV | 137.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 127 | 0 | 0.40 | 0.33 | 0.26 | 348.95 | 0.37 | 0.59 |
| Hex | BD | 71 | 7F | 0 | 28 | 21 | 1A | 15D | 25 | 3B |
| Octal | 275 | 161 | 177 | 0 | 50 | 41 | 32 | 535 | 45 | 73 |
| Binary | 10111101 | 1110001 | 1111111 | 0 | 101000 | 100001 | 11010 | 101011101 | 100101 | 111011 |
Color Harmonies of #BD717F
Complementary color
Monochromatic Colors of #BD717F
Black with #BD717F
Text Example
Text Example
White with #BD717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD717F; }
p { color: rgb(189,113,127); }
H1.HeaderClassName
{
color: #BD717F;
}
.AnyTagClassName
{
color: #BD717F;
}
</style>
background-color css
<style>
a { background-color: #BD717F; }
a { background-color: rgb(189,113,127); }
div.DivClassName
{
background-color: #BD717F;
}
.BgClassName
{
background-color: #BD717F;
}
</style>
border-color css
<style>
span { border-color: #BD717F; }
span { border-color: rgb(189,113,127); }
td.TdClassName
{
border-color: #BD717F;
}
.TagClassName
{
border-color: #BD717F;
}
</style>