Shades of Tapestry #BD7882
Tints of Tapestry #BD7882
RGB
CMYK
RGB Variations
Color information
#BD7882 (or 0xBD7882) is known color: Tapestry. HEX triplet: BD, 78 and 82. RGB value is (189,120,130). Sum of RGB (Red+Green+Blue) = 189+120+130=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7882 is #42877D. Grayscale: #8D8D8D. Windows color (decimal): -4360062 or 8550589. OLE color: 8550589.
HSL color Cylindrical-coordinate representation of color #BD7882: hue angle of 351.3º 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 #BD7882 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 130 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.26 |
| HSL | 351.3º | 0.34% | 0.61% | - |
| HSV(B) | 351.3º | 0.37% | 0.74% | - |
| XYZ | 31.73 | 25.86 | 24.44 | - |
| YUV | 141.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 130 | 0 | 0.37 | 0.31 | 0.26 | 351.3 | 0.34 | 0.61 |
| Hex | BD | 78 | 82 | 0 | 25 | 1F | 1A | 15F | 22 | 3D |
| Octal | 275 | 170 | 202 | 0 | 45 | 37 | 32 | 537 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10000010 | 0 | 100101 | 11111 | 11010 | 101011111 | 100010 | 111101 |
Color Harmonies of #BD7882
Complementary color
Monochromatic Colors of #BD7882
Black with #BD7882
Text Example
Text Example
White with #BD7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7882; }
p { color: rgb(189,120,130); }
H1.HeaderClassName
{
color: #BD7882;
}
.AnyTagClassName
{
color: #BD7882;
}
</style>
background-color css
<style>
a { background-color: #BD7882; }
a { background-color: rgb(189,120,130); }
div.DivClassName
{
background-color: #BD7882;
}
.BgClassName
{
background-color: #BD7882;
}
</style>
border-color css
<style>
span { border-color: #BD7882; }
span { border-color: rgb(189,120,130); }
td.TdClassName
{
border-color: #BD7882;
}
.TagClassName
{
border-color: #BD7882;
}
</style>