Shades of Tapestry #BD7D8D
Tints of Tapestry #BD7D8D
RGB
CMYK
RGB Variations
Color information
#BD7D8D (or 0xBD7D8D) is known color: Tapestry. HEX triplet: BD, 7D and 8D. RGB value is (189,125,141). Sum of RGB (Red+Green+Blue) = 189+125+141=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D8D is #428272. Grayscale: #919191. Windows color (decimal): -4358771 or 9272765. OLE color: 9272765.
HSL color Cylindrical-coordinate representation of color #BD7D8D: hue angle of 345º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7D8D is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 141 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.26 |
| HSL | 345º | 0.33% | 0.62% | - |
| HSV(B) | 345º | 0.34% | 0.74% | - |
| XYZ | 33.13 | 27.41 | 28.74 | - |
| YUV | 145.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 141 | 0 | 0.34 | 0.25 | 0.26 | 345 | 0.33 | 0.62 |
| Hex | BD | 7D | 8D | 0 | 22 | 19 | 1A | 159 | 21 | 3E |
| Octal | 275 | 175 | 215 | 0 | 42 | 31 | 32 | 531 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10001101 | 0 | 100010 | 11001 | 11010 | 101011001 | 100001 | 111110 |
Color Harmonies of #BD7D8D
Complementary color
Monochromatic Colors of #BD7D8D
Black with #BD7D8D
Text Example
Text Example
White with #BD7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D8D; }
p { color: rgb(189,125,141); }
H1.HeaderClassName
{
color: #BD7D8D;
}
.AnyTagClassName
{
color: #BD7D8D;
}
</style>
background-color css
<style>
a { background-color: #BD7D8D; }
a { background-color: rgb(189,125,141); }
div.DivClassName
{
background-color: #BD7D8D;
}
.BgClassName
{
background-color: #BD7D8D;
}
</style>
border-color css
<style>
span { border-color: #BD7D8D; }
span { border-color: rgb(189,125,141); }
td.TdClassName
{
border-color: #BD7D8D;
}
.TagClassName
{
border-color: #BD7D8D;
}
</style>