Shades of Tapestry #BF6D86
Tints of Tapestry #BF6D86
RGB
CMYK
RGB Variations
Color information
#BF6D86 (or 0xBF6D86) is known color: Tapestry. HEX triplet: BF, 6D and 86. RGB value is (191,109,134). Sum of RGB (Red+Green+Blue) = 191+109+134=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D86 is #409279. Grayscale: #888888. Windows color (decimal): -4231802 or 8809919. OLE color: 8809919.
HSL color Cylindrical-coordinate representation of color #BF6D86: hue angle of 341.71º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6D86 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 134 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.25 |
| HSL | 341.71º | 0.39% | 0.59% | - |
| HSV(B) | 341.71º | 0.43% | 0.75% | - |
| XYZ | 31.26 | 23.73 | 25.49 | - |
| YUV | 136.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 134 | 0 | 0.43 | 0.30 | 0.25 | 341.71 | 0.39 | 0.59 |
| Hex | BF | 6D | 86 | 0 | 2B | 1E | 19 | 156 | 27 | 3B |
| Octal | 277 | 155 | 206 | 0 | 53 | 36 | 31 | 526 | 47 | 73 |
| Binary | 10111111 | 1101101 | 10000110 | 0 | 101011 | 11110 | 11001 | 101010110 | 100111 | 111011 |
Color Harmonies of #BF6D86
Complementary color
Monochromatic Colors of #BF6D86
Black with #BF6D86
Text Example
Text Example
White with #BF6D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D86; }
p { color: rgb(191,109,134); }
H1.HeaderClassName
{
color: #BF6D86;
}
.AnyTagClassName
{
color: #BF6D86;
}
</style>
background-color css
<style>
a { background-color: #BF6D86; }
a { background-color: rgb(191,109,134); }
div.DivClassName
{
background-color: #BF6D86;
}
.BgClassName
{
background-color: #BF6D86;
}
</style>
border-color css
<style>
span { border-color: #BF6D86; }
span { border-color: rgb(191,109,134); }
td.TdClassName
{
border-color: #BF6D86;
}
.TagClassName
{
border-color: #BF6D86;
}
</style>