Shades of Tapestry #BD6086
Tints of Tapestry #BD6086
RGB
CMYK
RGB Variations
Color information
#BD6086 (or 0xBD6086) is known color: Tapestry. HEX triplet: BD, 60 and 86. RGB value is (189,96,134). Sum of RGB (Red+Green+Blue) = 189+96+134=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6086 is #429F79. Grayscale: #808080. Windows color (decimal): -4366202 or 8806589. OLE color: 8806589.
HSL color Cylindrical-coordinate representation of color #BD6086: hue angle of 335.48º 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 #BD6086 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 134 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.26 |
| HSL | 335.48º | 0.41% | 0.56% | - |
| HSV(B) | 335.48º | 0.49% | 0.74% | - |
| XYZ | 29.47 | 20.91 | 25.04 | - |
| YUV | 128.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 134 | 0 | 0.49 | 0.29 | 0.26 | 335.48 | 0.41 | 0.56 |
| Hex | BD | 60 | 86 | 0 | 31 | 1D | 1A | 14F | 29 | 38 |
| Octal | 275 | 140 | 206 | 0 | 61 | 35 | 32 | 517 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10000110 | 0 | 110001 | 11101 | 11010 | 101001111 | 101001 | 111000 |
Color Harmonies of #BD6086
Complementary color
Monochromatic Colors of #BD6086
Black with #BD6086
Text Example
Text Example
White with #BD6086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6086; }
p { color: rgb(189,96,134); }
H1.HeaderClassName
{
color: #BD6086;
}
.AnyTagClassName
{
color: #BD6086;
}
</style>
background-color css
<style>
a { background-color: #BD6086; }
a { background-color: rgb(189,96,134); }
div.DivClassName
{
background-color: #BD6086;
}
.BgClassName
{
background-color: #BD6086;
}
</style>
border-color css
<style>
span { border-color: #BD6086; }
span { border-color: rgb(189,96,134); }
td.TdClassName
{
border-color: #BD6086;
}
.TagClassName
{
border-color: #BD6086;
}
</style>