Shades of Tapestry #BD7790
Tints of Tapestry #BD7790
RGB
CMYK
RGB Variations
Color information
#BD7790 (or 0xBD7790) is known color: Tapestry. HEX triplet: BD, 77 and 90. RGB value is (189,119,144). Sum of RGB (Red+Green+Blue) = 189+119+144=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7790 is #42886F. Grayscale: #8E8E8E. Windows color (decimal): -4360304 or 9467837. OLE color: 9467837.
HSL color Cylindrical-coordinate representation of color #BD7790: hue angle of 338.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7790 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 144 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.26 |
| HSL | 338.57º | 0.35% | 0.6% | - |
| HSV(B) | 338.57º | 0.37% | 0.74% | - |
| XYZ | 32.62 | 26.03 | 29.69 | - |
| YUV | 142.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 144 | 0 | 0.37 | 0.24 | 0.26 | 338.57 | 0.35 | 0.6 |
| Hex | BD | 77 | 90 | 0 | 25 | 18 | 1A | 153 | 23 | 3C |
| Octal | 275 | 167 | 220 | 0 | 45 | 30 | 32 | 523 | 43 | 74 |
| Binary | 10111101 | 1110111 | 10010000 | 0 | 100101 | 11000 | 11010 | 101010011 | 100011 | 111100 |
Color Harmonies of #BD7790
Complementary color
Monochromatic Colors of #BD7790
Black with #BD7790
Text Example
Text Example
White with #BD7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7790; }
p { color: rgb(189,119,144); }
H1.HeaderClassName
{
color: #BD7790;
}
.AnyTagClassName
{
color: #BD7790;
}
</style>
background-color css
<style>
a { background-color: #BD7790; }
a { background-color: rgb(189,119,144); }
div.DivClassName
{
background-color: #BD7790;
}
.BgClassName
{
background-color: #BD7790;
}
</style>
border-color css
<style>
span { border-color: #BD7790; }
span { border-color: rgb(189,119,144); }
td.TdClassName
{
border-color: #BD7790;
}
.TagClassName
{
border-color: #BD7790;
}
</style>