Shades of Tapestry #BD7880
Tints of Tapestry #BD7880
RGB
CMYK
RGB Variations
Color information
#BD7880 (or 0xBD7880) is known color: Tapestry. HEX triplet: BD, 78 and 80. RGB value is (189,120,128). Sum of RGB (Red+Green+Blue) = 189+120+128=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7880 is #42877F. Grayscale: #8D8D8D. Windows color (decimal): -4360064 or 8419517. OLE color: 8419517.
HSL color Cylindrical-coordinate representation of color #BD7880: hue angle of 353.04º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7880 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 128 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.26 |
| HSL | 353.04º | 0.34% | 0.61% | - |
| HSV(B) | 353.04º | 0.37% | 0.74% | - |
| XYZ | 31.6 | 25.81 | 23.74 | - |
| YUV | 141.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 128 | 0 | 0.37 | 0.32 | 0.26 | 353.04 | 0.34 | 0.61 |
| Hex | BD | 78 | 80 | 0 | 25 | 20 | 1A | 161 | 22 | 3D |
| Octal | 275 | 170 | 200 | 0 | 45 | 40 | 32 | 541 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10000000 | 0 | 100101 | 100000 | 11010 | 101100001 | 100010 | 111101 |
Color Harmonies of #BD7880
Complementary color
Monochromatic Colors of #BD7880
Black with #BD7880
Text Example
Text Example
White with #BD7880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7880; }
p { color: rgb(189,120,128); }
H1.HeaderClassName
{
color: #BD7880;
}
.AnyTagClassName
{
color: #BD7880;
}
</style>
background-color css
<style>
a { background-color: #BD7880; }
a { background-color: rgb(189,120,128); }
div.DivClassName
{
background-color: #BD7880;
}
.BgClassName
{
background-color: #BD7880;
}
</style>
border-color css
<style>
span { border-color: #BD7880; }
span { border-color: rgb(189,120,128); }
td.TdClassName
{
border-color: #BD7880;
}
.TagClassName
{
border-color: #BD7880;
}
</style>