Shades of Tapestry #BD6087
Tints of Tapestry #BD6087
RGB
CMYK
RGB Variations
Color information
#BD6087 (or 0xBD6087) is known color: Tapestry. HEX triplet: BD, 60 and 87. RGB value is (189,96,135). Sum of RGB (Red+Green+Blue) = 189+96+135=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6087 is #429F78. Grayscale: #808080. Windows color (decimal): -4366201 or 8872125. OLE color: 8872125.
HSL color Cylindrical-coordinate representation of color #BD6087: hue angle of 334.84º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6087 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 135 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.26 |
| HSL | 334.84º | 0.41% | 0.56% | - |
| HSV(B) | 334.84º | 0.49% | 0.74% | - |
| XYZ | 29.54 | 20.93 | 25.41 | - |
| YUV | 128.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 135 | 0 | 0.49 | 0.29 | 0.26 | 334.84 | 0.41 | 0.56 |
| Hex | BD | 60 | 87 | 0 | 31 | 1D | 1A | 14F | 29 | 38 |
| Octal | 275 | 140 | 207 | 0 | 61 | 35 | 32 | 517 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10000111 | 0 | 110001 | 11101 | 11010 | 101001111 | 101001 | 111000 |
Color Harmonies of #BD6087
Complementary color
Monochromatic Colors of #BD6087
Black with #BD6087
Text Example
Text Example
White with #BD6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6087; }
p { color: rgb(189,96,135); }
H1.HeaderClassName
{
color: #BD6087;
}
.AnyTagClassName
{
color: #BD6087;
}
</style>
background-color css
<style>
a { background-color: #BD6087; }
a { background-color: rgb(189,96,135); }
div.DivClassName
{
background-color: #BD6087;
}
.BgClassName
{
background-color: #BD6087;
}
</style>
border-color css
<style>
span { border-color: #BD6087; }
span { border-color: rgb(189,96,135); }
td.TdClassName
{
border-color: #BD6087;
}
.TagClassName
{
border-color: #BD6087;
}
</style>