Shades of Tapestry #BF758D
Tints of Tapestry #BF758D
RGB
CMYK
RGB Variations
Color information
#BF758D (or 0xBF758D) is known color: Tapestry. HEX triplet: BF, 75 and 8D. RGB value is (191,117,141). Sum of RGB (Red+Green+Blue) = 191+117+141=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758D is #408A72. Grayscale: #8D8D8D. Windows color (decimal): -4229747 or 9270719. OLE color: 9270719.
HSL color Cylindrical-coordinate representation of color #BF758D: hue angle of 340.54º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF758D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 141 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.25 |
| HSL | 340.54º | 0.37% | 0.6% | - |
| HSV(B) | 340.54º | 0.39% | 0.75% | - |
| XYZ | 32.65 | 25.72 | 28.44 | - |
| YUV | 141.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 141 | 0 | 0.39 | 0.26 | 0.25 | 340.54 | 0.37 | 0.6 |
| Hex | BF | 75 | 8D | 0 | 27 | 1A | 19 | 155 | 25 | 3C |
| Octal | 277 | 165 | 215 | 0 | 47 | 32 | 31 | 525 | 45 | 74 |
| Binary | 10111111 | 1110101 | 10001101 | 0 | 100111 | 11010 | 11001 | 101010101 | 100101 | 111100 |
Color Harmonies of #BF758D
Complementary color
Monochromatic Colors of #BF758D
Black with #BF758D
Text Example
Text Example
White with #BF758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF758D; }
p { color: rgb(191,117,141); }
H1.HeaderClassName
{
color: #BF758D;
}
.AnyTagClassName
{
color: #BF758D;
}
</style>
background-color css
<style>
a { background-color: #BF758D; }
a { background-color: rgb(191,117,141); }
div.DivClassName
{
background-color: #BF758D;
}
.BgClassName
{
background-color: #BF758D;
}
</style>
border-color css
<style>
span { border-color: #BF758D; }
span { border-color: rgb(191,117,141); }
td.TdClassName
{
border-color: #BF758D;
}
.TagClassName
{
border-color: #BF758D;
}
</style>