Shades of Tapestry #BD6980
Tints of Tapestry #BD6980
RGB
CMYK
RGB Variations
Color information
#BD6980 (or 0xBD6980) is known color: Tapestry. HEX triplet: BD, 69 and 80. RGB value is (189,105,128). Sum of RGB (Red+Green+Blue) = 189+105+128=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6980 is #42967F. Grayscale: #848484. Windows color (decimal): -4363904 or 8415677. OLE color: 8415677.
HSL color Cylindrical-coordinate representation of color #BD6980: hue angle of 343.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6980 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 128 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.26 |
| HSL | 343.57º | 0.39% | 0.58% | - |
| HSV(B) | 343.57º | 0.44% | 0.74% | - |
| XYZ | 29.93 | 22.48 | 23.18 | - |
| YUV | 132.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 128 | 0 | 0.44 | 0.32 | 0.26 | 343.57 | 0.39 | 0.58 |
| Hex | BD | 69 | 80 | 0 | 2C | 20 | 1A | 158 | 27 | 3A |
| Octal | 275 | 151 | 200 | 0 | 54 | 40 | 32 | 530 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10000000 | 0 | 101100 | 100000 | 11010 | 101011000 | 100111 | 111010 |
Color Harmonies of #BD6980
Complementary color
Monochromatic Colors of #BD6980
Black with #BD6980
Text Example
Text Example
White with #BD6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6980; }
p { color: rgb(189,105,128); }
H1.HeaderClassName
{
color: #BD6980;
}
.AnyTagClassName
{
color: #BD6980;
}
</style>
background-color css
<style>
a { background-color: #BD6980; }
a { background-color: rgb(189,105,128); }
div.DivClassName
{
background-color: #BD6980;
}
.BgClassName
{
background-color: #BD6980;
}
</style>
border-color css
<style>
span { border-color: #BD6980; }
span { border-color: rgb(189,105,128); }
td.TdClassName
{
border-color: #BD6980;
}
.TagClassName
{
border-color: #BD6980;
}
</style>