Shades of Tapestry #BD717D
Tints of Tapestry #BD717D
RGB
CMYK
RGB Variations
Color information
#BD717D (or 0xBD717D) is known color: Tapestry. HEX triplet: BD, 71 and 7D. RGB value is (189,113,125). Sum of RGB (Red+Green+Blue) = 189+113+125=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD717D is #428E82. Grayscale: #898989. Windows color (decimal): -4361859 or 8221117. OLE color: 8221117.
HSL color Cylindrical-coordinate representation of color #BD717D: hue angle of 350.53º 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 #BD717D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 125 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.26 |
| HSL | 350.53º | 0.37% | 0.59% | - |
| HSV(B) | 350.53º | 0.4% | 0.74% | - |
| XYZ | 30.59 | 24.11 | 22.44 | - |
| YUV | 137.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 125 | 0 | 0.40 | 0.34 | 0.26 | 350.53 | 0.37 | 0.59 |
| Hex | BD | 71 | 7D | 0 | 28 | 22 | 1A | 15F | 25 | 3B |
| Octal | 275 | 161 | 175 | 0 | 50 | 42 | 32 | 537 | 45 | 73 |
| Binary | 10111101 | 1110001 | 1111101 | 0 | 101000 | 100010 | 11010 | 101011111 | 100101 | 111011 |
Color Harmonies of #BD717D
Complementary color
Monochromatic Colors of #BD717D
Black with #BD717D
Text Example
Text Example
White with #BD717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD717D; }
p { color: rgb(189,113,125); }
H1.HeaderClassName
{
color: #BD717D;
}
.AnyTagClassName
{
color: #BD717D;
}
</style>
background-color css
<style>
a { background-color: #BD717D; }
a { background-color: rgb(189,113,125); }
div.DivClassName
{
background-color: #BD717D;
}
.BgClassName
{
background-color: #BD717D;
}
</style>
border-color css
<style>
span { border-color: #BD717D; }
span { border-color: rgb(189,113,125); }
td.TdClassName
{
border-color: #BD717D;
}
.TagClassName
{
border-color: #BD717D;
}
</style>