Shades of Tapestry #BD8087
Tints of Tapestry #BD8087
RGB
CMYK
RGB Variations
Color information
#BD8087 (or 0xBD8087) is known color: Tapestry. HEX triplet: BD, 80 and 87. RGB value is (189,128,135). Sum of RGB (Red+Green+Blue) = 189+128+135=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8087 is #427F78. Grayscale: #939393. Windows color (decimal): -4358009 or 8880317. OLE color: 8880317.
HSL color Cylindrical-coordinate representation of color #BD8087: hue angle of 353.11º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8087 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 135 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.26 |
| HSL | 353.11º | 0.32% | 0.62% | - |
| HSV(B) | 353.11º | 0.32% | 0.74% | - |
| XYZ | 33.08 | 28.01 | 26.58 | - |
| YUV | 147.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 135 | 0 | 0.32 | 0.29 | 0.26 | 353.11 | 0.32 | 0.62 |
| Hex | BD | 80 | 87 | 0 | 20 | 1D | 1A | 161 | 20 | 3E |
| Octal | 275 | 200 | 207 | 0 | 40 | 35 | 32 | 541 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10000111 | 0 | 100000 | 11101 | 11010 | 101100001 | 100000 | 111110 |
Color Harmonies of #BD8087
Complementary color
Monochromatic Colors of #BD8087
Black with #BD8087
Text Example
Text Example
White with #BD8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8087; }
p { color: rgb(189,128,135); }
H1.HeaderClassName
{
color: #BD8087;
}
.AnyTagClassName
{
color: #BD8087;
}
</style>
background-color css
<style>
a { background-color: #BD8087; }
a { background-color: rgb(189,128,135); }
div.DivClassName
{
background-color: #BD8087;
}
.BgClassName
{
background-color: #BD8087;
}
</style>
border-color css
<style>
span { border-color: #BD8087; }
span { border-color: rgb(189,128,135); }
td.TdClassName
{
border-color: #BD8087;
}
.TagClassName
{
border-color: #BD8087;
}
</style>