Shades of Tapestry #BD6486
Tints of Tapestry #BD6486
RGB
CMYK
RGB Variations
Color information
#BD6486 (or 0xBD6486) is known color: Tapestry. HEX triplet: BD, 64 and 86. RGB value is (189,100,134). Sum of RGB (Red+Green+Blue) = 189+100+134=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6486 is #429B79. Grayscale: #828282. Windows color (decimal): -4365178 or 8807613. OLE color: 8807613.
HSL color Cylindrical-coordinate representation of color #BD6486: hue angle of 337.08º 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 #BD6486 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 134 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.26 |
| HSL | 337.08º | 0.4% | 0.57% | - |
| HSV(B) | 337.08º | 0.47% | 0.74% | - |
| XYZ | 29.85 | 21.65 | 25.16 | - |
| YUV | 130.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 134 | 0 | 0.47 | 0.29 | 0.26 | 337.08 | 0.4 | 0.57 |
| Hex | BD | 64 | 86 | 0 | 2F | 1D | 1A | 151 | 28 | 39 |
| Octal | 275 | 144 | 206 | 0 | 57 | 35 | 32 | 521 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10000110 | 0 | 101111 | 11101 | 11010 | 101010001 | 101000 | 111001 |
Color Harmonies of #BD6486
Complementary color
Monochromatic Colors of #BD6486
Black with #BD6486
Text Example
Text Example
White with #BD6486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6486; }
p { color: rgb(189,100,134); }
H1.HeaderClassName
{
color: #BD6486;
}
.AnyTagClassName
{
color: #BD6486;
}
</style>
background-color css
<style>
a { background-color: #BD6486; }
a { background-color: rgb(189,100,134); }
div.DivClassName
{
background-color: #BD6486;
}
.BgClassName
{
background-color: #BD6486;
}
</style>
border-color css
<style>
span { border-color: #BD6486; }
span { border-color: rgb(189,100,134); }
td.TdClassName
{
border-color: #BD6486;
}
.TagClassName
{
border-color: #BD6486;
}
</style>