Shades of Tapestry #BD7F8D
Tints of Tapestry #BD7F8D
RGB
CMYK
RGB Variations
Color information
#BD7F8D (or 0xBD7F8D) is known color: Tapestry. HEX triplet: BD, 7F and 8D. RGB value is (189,127,141). Sum of RGB (Red+Green+Blue) = 189+127+141=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F8D is #428072. Grayscale: #939393. Windows color (decimal): -4358259 or 9273277. OLE color: 9273277.
HSL color Cylindrical-coordinate representation of color #BD7F8D: hue angle of 346.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7F8D is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 141 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.26 |
| HSL | 346.45º | 0.32% | 0.62% | - |
| HSV(B) | 346.45º | 0.33% | 0.74% | - |
| XYZ | 33.38 | 27.92 | 28.83 | - |
| YUV | 147.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 141 | 0 | 0.33 | 0.25 | 0.26 | 346.45 | 0.32 | 0.62 |
| Hex | BD | 7F | 8D | 0 | 21 | 19 | 1A | 15A | 20 | 3E |
| Octal | 275 | 177 | 215 | 0 | 41 | 31 | 32 | 532 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10001101 | 0 | 100001 | 11001 | 11010 | 101011010 | 100000 | 111110 |
Color Harmonies of #BD7F8D
Complementary color
Monochromatic Colors of #BD7F8D
Black with #BD7F8D
Text Example
Text Example
White with #BD7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F8D; }
p { color: rgb(189,127,141); }
H1.HeaderClassName
{
color: #BD7F8D;
}
.AnyTagClassName
{
color: #BD7F8D;
}
</style>
background-color css
<style>
a { background-color: #BD7F8D; }
a { background-color: rgb(189,127,141); }
div.DivClassName
{
background-color: #BD7F8D;
}
.BgClassName
{
background-color: #BD7F8D;
}
</style>
border-color css
<style>
span { border-color: #BD7F8D; }
span { border-color: rgb(189,127,141); }
td.TdClassName
{
border-color: #BD7F8D;
}
.TagClassName
{
border-color: #BD7F8D;
}
</style>