Shades of Tapestry #BF5E81
Tints of Tapestry #BF5E81
RGB
CMYK
RGB Variations
Color information
#BF5E81 (or 0xBF5E81) is known color: Tapestry. HEX triplet: BF, 5E and 81. RGB value is (191,94,129). Sum of RGB (Red+Green+Blue) = 191+94+129=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E81 is #40A17E. Grayscale: #7E7E7E. Windows color (decimal): -4235647 or 8478399. OLE color: 8478399.
HSL color Cylindrical-coordinate representation of color #BF5E81: hue angle of 338.35º 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 #BF5E81 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 129 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.25 |
| HSL | 338.35º | 0.43% | 0.56% | - |
| HSV(B) | 338.35º | 0.51% | 0.75% | - |
| XYZ | 29.45 | 20.67 | 23.21 | - |
| YUV | 126.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 129 | 0 | 0.51 | 0.32 | 0.25 | 338.35 | 0.43 | 0.56 |
| Hex | BF | 5E | 81 | 0 | 33 | 20 | 19 | 152 | 2B | 38 |
| Octal | 277 | 136 | 201 | 0 | 63 | 40 | 31 | 522 | 53 | 70 |
| Binary | 10111111 | 1011110 | 10000001 | 0 | 110011 | 100000 | 11001 | 101010010 | 101011 | 111000 |
Color Harmonies of #BF5E81
Complementary color
Monochromatic Colors of #BF5E81
Black with #BF5E81
Text Example
Text Example
White with #BF5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E81; }
p { color: rgb(191,94,129); }
H1.HeaderClassName
{
color: #BF5E81;
}
.AnyTagClassName
{
color: #BF5E81;
}
</style>
background-color css
<style>
a { background-color: #BF5E81; }
a { background-color: rgb(191,94,129); }
div.DivClassName
{
background-color: #BF5E81;
}
.BgClassName
{
background-color: #BF5E81;
}
</style>
border-color css
<style>
span { border-color: #BF5E81; }
span { border-color: rgb(191,94,129); }
td.TdClassName
{
border-color: #BF5E81;
}
.TagClassName
{
border-color: #BF5E81;
}
</style>