Shades of Tapestry #BF5E7F
Tints of Tapestry #BF5E7F
RGB
CMYK
RGB Variations
Color information
#BF5E7F (or 0xBF5E7F) is known color: Tapestry. HEX triplet: BF, 5E and 7F. RGB value is (191,94,127). Sum of RGB (Red+Green+Blue) = 191+94+127=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E7F is #40A180. Grayscale: #7E7E7E. Windows color (decimal): -4235649 or 8347327. OLE color: 8347327.
HSL color Cylindrical-coordinate representation of color #BF5E7F: hue angle of 339.59º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E7F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 127 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.25 |
| HSL | 339.59º | 0.43% | 0.56% | - |
| HSV(B) | 339.59º | 0.51% | 0.75% | - |
| XYZ | 29.32 | 20.61 | 22.51 | - |
| YUV | 126.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 127 | 0 | 0.51 | 0.34 | 0.25 | 339.59 | 0.43 | 0.56 |
| Hex | BF | 5E | 7F | 0 | 33 | 22 | 19 | 154 | 2B | 38 |
| Octal | 277 | 136 | 177 | 0 | 63 | 42 | 31 | 524 | 53 | 70 |
| Binary | 10111111 | 1011110 | 1111111 | 0 | 110011 | 100010 | 11001 | 101010100 | 101011 | 111000 |
Color Harmonies of #BF5E7F
Complementary color
Monochromatic Colors of #BF5E7F
Black with #BF5E7F
Text Example
Text Example
White with #BF5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E7F; }
p { color: rgb(191,94,127); }
H1.HeaderClassName
{
color: #BF5E7F;
}
.AnyTagClassName
{
color: #BF5E7F;
}
</style>
background-color css
<style>
a { background-color: #BF5E7F; }
a { background-color: rgb(191,94,127); }
div.DivClassName
{
background-color: #BF5E7F;
}
.BgClassName
{
background-color: #BF5E7F;
}
</style>
border-color css
<style>
span { border-color: #BF5E7F; }
span { border-color: rgb(191,94,127); }
td.TdClassName
{
border-color: #BF5E7F;
}
.TagClassName
{
border-color: #BF5E7F;
}
</style>