Shades of Tapestry #BF7082
Tints of Tapestry #BF7082
RGB
CMYK
RGB Variations
Color information
#BF7082 (or 0xBF7082) is known color: Tapestry. HEX triplet: BF, 70 and 82. RGB value is (191,112,130). Sum of RGB (Red+Green+Blue) = 191+112+130=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7082 is #408F7D. Grayscale: #898989. Windows color (decimal): -4231038 or 8548543. OLE color: 8548543.
HSL color Cylindrical-coordinate representation of color #BF7082: hue angle of 346.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7082 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 130 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.25 |
| HSL | 346.33º | 0.38% | 0.59% | - |
| HSV(B) | 346.33º | 0.41% | 0.75% | - |
| XYZ | 31.31 | 24.28 | 24.15 | - |
| YUV | 137.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 130 | 0 | 0.41 | 0.32 | 0.25 | 346.33 | 0.38 | 0.59 |
| Hex | BF | 70 | 82 | 0 | 29 | 20 | 19 | 15A | 26 | 3B |
| Octal | 277 | 160 | 202 | 0 | 51 | 40 | 31 | 532 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10000010 | 0 | 101001 | 100000 | 11001 | 101011010 | 100110 | 111011 |
Color Harmonies of #BF7082
Complementary color
Monochromatic Colors of #BF7082
Black with #BF7082
Text Example
Text Example
White with #BF7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7082; }
p { color: rgb(191,112,130); }
H1.HeaderClassName
{
color: #BF7082;
}
.AnyTagClassName
{
color: #BF7082;
}
</style>
background-color css
<style>
a { background-color: #BF7082; }
a { background-color: rgb(191,112,130); }
div.DivClassName
{
background-color: #BF7082;
}
.BgClassName
{
background-color: #BF7082;
}
</style>
border-color css
<style>
span { border-color: #BF7082; }
span { border-color: rgb(191,112,130); }
td.TdClassName
{
border-color: #BF7082;
}
.TagClassName
{
border-color: #BF7082;
}
</style>