Shades of Tapestry #BD7582
Tints of Tapestry #BD7582
RGB
CMYK
RGB Variations
Color information
#BD7582 (or 0xBD7582) is known color: Tapestry. HEX triplet: BD, 75 and 82. RGB value is (189,117,130). Sum of RGB (Red+Green+Blue) = 189+117+130=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7582 is #428A7D. Grayscale: #8C8C8C. Windows color (decimal): -4360830 or 8549821. OLE color: 8549821.
HSL color Cylindrical-coordinate representation of color #BD7582: hue angle of 349.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7582 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 130 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.26 |
| HSL | 349.17º | 0.35% | 0.6% | - |
| HSV(B) | 349.17º | 0.38% | 0.74% | - |
| XYZ | 31.38 | 25.15 | 24.32 | - |
| YUV | 140.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 130 | 0 | 0.38 | 0.31 | 0.26 | 349.17 | 0.35 | 0.6 |
| Hex | BD | 75 | 82 | 0 | 26 | 1F | 1A | 15D | 23 | 3C |
| Octal | 275 | 165 | 202 | 0 | 46 | 37 | 32 | 535 | 43 | 74 |
| Binary | 10111101 | 1110101 | 10000010 | 0 | 100110 | 11111 | 11010 | 101011101 | 100011 | 111100 |
Color Harmonies of #BD7582
Complementary color
Monochromatic Colors of #BD7582
Black with #BD7582
Text Example
Text Example
White with #BD7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7582; }
p { color: rgb(189,117,130); }
H1.HeaderClassName
{
color: #BD7582;
}
.AnyTagClassName
{
color: #BD7582;
}
</style>
background-color css
<style>
a { background-color: #BD7582; }
a { background-color: rgb(189,117,130); }
div.DivClassName
{
background-color: #BD7582;
}
.BgClassName
{
background-color: #BD7582;
}
</style>
border-color css
<style>
span { border-color: #BD7582; }
span { border-color: rgb(189,117,130); }
td.TdClassName
{
border-color: #BD7582;
}
.TagClassName
{
border-color: #BD7582;
}
</style>