Shades of Tapestry #BD7687
Tints of Tapestry #BD7687
RGB
CMYK
RGB Variations
Color information
#BD7687 (or 0xBD7687) is known color: Tapestry. HEX triplet: BD, 76 and 87. RGB value is (189,118,135). Sum of RGB (Red+Green+Blue) = 189+118+135=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7687 is #428978. Grayscale: #8D8D8D. Windows color (decimal): -4360569 or 8877757. OLE color: 8877757.
HSL color Cylindrical-coordinate representation of color #BD7687: hue angle of 345.63º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7687 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 135 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.26 |
| HSL | 345.63º | 0.35% | 0.6% | - |
| HSV(B) | 345.63º | 0.38% | 0.74% | - |
| XYZ | 31.84 | 25.52 | 26.17 | - |
| YUV | 141.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 135 | 0 | 0.38 | 0.29 | 0.26 | 345.63 | 0.35 | 0.6 |
| Hex | BD | 76 | 87 | 0 | 26 | 1D | 1A | 15A | 23 | 3C |
| Octal | 275 | 166 | 207 | 0 | 46 | 35 | 32 | 532 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10000111 | 0 | 100110 | 11101 | 11010 | 101011010 | 100011 | 111100 |
Color Harmonies of #BD7687
Complementary color
Monochromatic Colors of #BD7687
Black with #BD7687
Text Example
Text Example
White with #BD7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7687; }
p { color: rgb(189,118,135); }
H1.HeaderClassName
{
color: #BD7687;
}
.AnyTagClassName
{
color: #BD7687;
}
</style>
background-color css
<style>
a { background-color: #BD7687; }
a { background-color: rgb(189,118,135); }
div.DivClassName
{
background-color: #BD7687;
}
.BgClassName
{
background-color: #BD7687;
}
</style>
border-color css
<style>
span { border-color: #BD7687; }
span { border-color: rgb(189,118,135); }
td.TdClassName
{
border-color: #BD7687;
}
.TagClassName
{
border-color: #BD7687;
}
</style>