Shades of Tapestry #BD7889
Tints of Tapestry #BD7889
RGB
CMYK
RGB Variations
Color information
#BD7889 (or 0xBD7889) is known color: Tapestry. HEX triplet: BD, 78 and 89. RGB value is (189,120,137). Sum of RGB (Red+Green+Blue) = 189+120+137=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7889 is #428776. Grayscale: #8E8E8E. Windows color (decimal): -4360055 or 9009341. OLE color: 9009341.
HSL color Cylindrical-coordinate representation of color #BD7889: hue angle of 345.22º 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 #BD7889 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 137 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.26 |
| HSL | 345.22º | 0.34% | 0.61% | - |
| HSV(B) | 345.22º | 0.37% | 0.74% | - |
| XYZ | 32.22 | 26.06 | 27 | - |
| YUV | 142.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 137 | 0 | 0.37 | 0.28 | 0.26 | 345.22 | 0.34 | 0.61 |
| Hex | BD | 78 | 89 | 0 | 25 | 1C | 1A | 159 | 22 | 3D |
| Octal | 275 | 170 | 211 | 0 | 45 | 34 | 32 | 531 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10001001 | 0 | 100101 | 11100 | 11010 | 101011001 | 100010 | 111101 |
Color Harmonies of #BD7889
Complementary color
Monochromatic Colors of #BD7889
Black with #BD7889
Text Example
Text Example
White with #BD7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7889; }
p { color: rgb(189,120,137); }
H1.HeaderClassName
{
color: #BD7889;
}
.AnyTagClassName
{
color: #BD7889;
}
</style>
background-color css
<style>
a { background-color: #BD7889; }
a { background-color: rgb(189,120,137); }
div.DivClassName
{
background-color: #BD7889;
}
.BgClassName
{
background-color: #BD7889;
}
</style>
border-color css
<style>
span { border-color: #BD7889; }
span { border-color: rgb(189,120,137); }
td.TdClassName
{
border-color: #BD7889;
}
.TagClassName
{
border-color: #BD7889;
}
</style>