Shades of Tapestry #BD7786
Tints of Tapestry #BD7786
RGB
CMYK
RGB Variations
Color information
#BD7786 (or 0xBD7786) is known color: Tapestry. HEX triplet: BD, 77 and 86. RGB value is (189,119,134). Sum of RGB (Red+Green+Blue) = 189+119+134=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7786 is #428879. Grayscale: #8D8D8D. Windows color (decimal): -4360314 or 8812477. OLE color: 8812477.
HSL color Cylindrical-coordinate representation of color #BD7786: hue angle of 347.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7786 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 134 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.26 |
| HSL | 347.14º | 0.35% | 0.6% | - |
| HSV(B) | 347.14º | 0.37% | 0.74% | - |
| XYZ | 31.89 | 25.73 | 25.84 | - |
| YUV | 141.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 134 | 0 | 0.37 | 0.29 | 0.26 | 347.14 | 0.35 | 0.6 |
| Hex | BD | 77 | 86 | 0 | 25 | 1D | 1A | 15B | 23 | 3C |
| Octal | 275 | 167 | 206 | 0 | 45 | 35 | 32 | 533 | 43 | 74 |
| Binary | 10111101 | 1110111 | 10000110 | 0 | 100101 | 11101 | 11010 | 101011011 | 100011 | 111100 |
Color Harmonies of #BD7786
Complementary color
Monochromatic Colors of #BD7786
Black with #BD7786
Text Example
Text Example
White with #BD7786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7786; }
p { color: rgb(189,119,134); }
H1.HeaderClassName
{
color: #BD7786;
}
.AnyTagClassName
{
color: #BD7786;
}
</style>
background-color css
<style>
a { background-color: #BD7786; }
a { background-color: rgb(189,119,134); }
div.DivClassName
{
background-color: #BD7786;
}
.BgClassName
{
background-color: #BD7786;
}
</style>
border-color css
<style>
span { border-color: #BD7786; }
span { border-color: rgb(189,119,134); }
td.TdClassName
{
border-color: #BD7786;
}
.TagClassName
{
border-color: #BD7786;
}
</style>