Shades of Tapestry #BD6587
Tints of Tapestry #BD6587
RGB
CMYK
RGB Variations
Color information
#BD6587 (or 0xBD6587) is known color: Tapestry. HEX triplet: BD, 65 and 87. RGB value is (189,101,135). Sum of RGB (Red+Green+Blue) = 189+101+135=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6587 is #429A78. Grayscale: #838383. Windows color (decimal): -4364921 or 8873405. OLE color: 8873405.
HSL color Cylindrical-coordinate representation of color #BD6587: hue angle of 336.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6587 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 135 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.26 |
| HSL | 336.82º | 0.4% | 0.57% | - |
| HSV(B) | 336.82º | 0.47% | 0.74% | - |
| XYZ | 30.01 | 21.88 | 25.56 | - |
| YUV | 131.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 135 | 0 | 0.47 | 0.29 | 0.26 | 336.82 | 0.4 | 0.57 |
| Hex | BD | 65 | 87 | 0 | 2F | 1D | 1A | 151 | 28 | 39 |
| Octal | 275 | 145 | 207 | 0 | 57 | 35 | 32 | 521 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10000111 | 0 | 101111 | 11101 | 11010 | 101010001 | 101000 | 111001 |
Color Harmonies of #BD6587
Complementary color
Monochromatic Colors of #BD6587
Black with #BD6587
Text Example
Text Example
White with #BD6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6587; }
p { color: rgb(189,101,135); }
H1.HeaderClassName
{
color: #BD6587;
}
.AnyTagClassName
{
color: #BD6587;
}
</style>
background-color css
<style>
a { background-color: #BD6587; }
a { background-color: rgb(189,101,135); }
div.DivClassName
{
background-color: #BD6587;
}
.BgClassName
{
background-color: #BD6587;
}
</style>
border-color css
<style>
span { border-color: #BD6587; }
span { border-color: rgb(189,101,135); }
td.TdClassName
{
border-color: #BD6587;
}
.TagClassName
{
border-color: #BD6587;
}
</style>