Shades of Tapestry #BF7682
Tints of Tapestry #BF7682
RGB
CMYK
RGB Variations
Color information
#BF7682 (or 0xBF7682) is known color: Tapestry. HEX triplet: BF, 76 and 82. RGB value is (191,118,130). Sum of RGB (Red+Green+Blue) = 191+118+130=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7682 is #40897D. Grayscale: #8D8D8D. Windows color (decimal): -4229502 or 8550079. OLE color: 8550079.
HSL color Cylindrical-coordinate representation of color #BF7682: hue angle of 350.14º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7682 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 130 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.25 |
| HSL | 350.14º | 0.36% | 0.61% | - |
| HSV(B) | 350.14º | 0.38% | 0.75% | - |
| XYZ | 31.99 | 25.64 | 24.38 | - |
| YUV | 141.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 130 | 0 | 0.38 | 0.32 | 0.25 | 350.14 | 0.36 | 0.61 |
| Hex | BF | 76 | 82 | 0 | 26 | 20 | 19 | 15E | 24 | 3D |
| Octal | 277 | 166 | 202 | 0 | 46 | 40 | 31 | 536 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10000010 | 0 | 100110 | 100000 | 11001 | 101011110 | 100100 | 111101 |
Color Harmonies of #BF7682
Complementary color
Monochromatic Colors of #BF7682
Black with #BF7682
Text Example
Text Example
White with #BF7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7682; }
p { color: rgb(191,118,130); }
H1.HeaderClassName
{
color: #BF7682;
}
.AnyTagClassName
{
color: #BF7682;
}
</style>
background-color css
<style>
a { background-color: #BF7682; }
a { background-color: rgb(191,118,130); }
div.DivClassName
{
background-color: #BF7682;
}
.BgClassName
{
background-color: #BF7682;
}
</style>
border-color css
<style>
span { border-color: #BF7682; }
span { border-color: rgb(191,118,130); }
td.TdClassName
{
border-color: #BF7682;
}
.TagClassName
{
border-color: #BF7682;
}
</style>