Shades of Tapestry #BD6986
Tints of Tapestry #BD6986
RGB
CMYK
RGB Variations
Color information
#BD6986 (or 0xBD6986) is known color: Tapestry. HEX triplet: BD, 69 and 86. RGB value is (189,105,134). Sum of RGB (Red+Green+Blue) = 189+105+134=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6986 is #429679. Grayscale: #858585. Windows color (decimal): -4363898 or 8808893. OLE color: 8808893.
HSL color Cylindrical-coordinate representation of color #BD6986: hue angle of 339.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6986 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 134 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.26 |
| HSL | 339.29º | 0.39% | 0.58% | - |
| HSV(B) | 339.29º | 0.44% | 0.74% | - |
| XYZ | 30.34 | 22.64 | 25.33 | - |
| YUV | 133.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 134 | 0 | 0.44 | 0.29 | 0.26 | 339.29 | 0.39 | 0.58 |
| Hex | BD | 69 | 86 | 0 | 2C | 1D | 1A | 153 | 27 | 3A |
| Octal | 275 | 151 | 206 | 0 | 54 | 35 | 32 | 523 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10000110 | 0 | 101100 | 11101 | 11010 | 101010011 | 100111 | 111010 |
Color Harmonies of #BD6986
Complementary color
Monochromatic Colors of #BD6986
Black with #BD6986
Text Example
Text Example
White with #BD6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6986; }
p { color: rgb(189,105,134); }
H1.HeaderClassName
{
color: #BD6986;
}
.AnyTagClassName
{
color: #BD6986;
}
</style>
background-color css
<style>
a { background-color: #BD6986; }
a { background-color: rgb(189,105,134); }
div.DivClassName
{
background-color: #BD6986;
}
.BgClassName
{
background-color: #BD6986;
}
</style>
border-color css
<style>
span { border-color: #BD6986; }
span { border-color: rgb(189,105,134); }
td.TdClassName
{
border-color: #BD6986;
}
.TagClassName
{
border-color: #BD6986;
}
</style>