Shades of Tapestry #BD7890
Tints of Tapestry #BD7890
RGB
CMYK
RGB Variations
Color information
#BD7890 (or 0xBD7890) is known color: Tapestry. HEX triplet: BD, 78 and 90. RGB value is (189,120,144). Sum of RGB (Red+Green+Blue) = 189+120+144=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7890 is #42876F. Grayscale: #8F8F8F. Windows color (decimal): -4360048 or 9468093. OLE color: 9468093.
HSL color Cylindrical-coordinate representation of color #BD7890: hue angle of 339.13º 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 #BD7890 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 144 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.26 |
| HSL | 339.13º | 0.34% | 0.61% | - |
| HSV(B) | 339.13º | 0.37% | 0.74% | - |
| XYZ | 32.74 | 26.27 | 29.73 | - |
| YUV | 143.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 144 | 0 | 0.37 | 0.24 | 0.26 | 339.13 | 0.34 | 0.61 |
| Hex | BD | 78 | 90 | 0 | 25 | 18 | 1A | 153 | 22 | 3D |
| Octal | 275 | 170 | 220 | 0 | 45 | 30 | 32 | 523 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10010000 | 0 | 100101 | 11000 | 11010 | 101010011 | 100010 | 111101 |
Color Harmonies of #BD7890
Complementary color
Monochromatic Colors of #BD7890
Black with #BD7890
Text Example
Text Example
White with #BD7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7890; }
p { color: rgb(189,120,144); }
H1.HeaderClassName
{
color: #BD7890;
}
.AnyTagClassName
{
color: #BD7890;
}
</style>
background-color css
<style>
a { background-color: #BD7890; }
a { background-color: rgb(189,120,144); }
div.DivClassName
{
background-color: #BD7890;
}
.BgClassName
{
background-color: #BD7890;
}
</style>
border-color css
<style>
span { border-color: #BD7890; }
span { border-color: rgb(189,120,144); }
td.TdClassName
{
border-color: #BD7890;
}
.TagClassName
{
border-color: #BD7890;
}
</style>