Shades of Tapestry #BF7587
Tints of Tapestry #BF7587
RGB
CMYK
RGB Variations
Color information
#BF7587 (or 0xBF7587) is known color: Tapestry. HEX triplet: BF, 75 and 87. RGB value is (191,117,135). Sum of RGB (Red+Green+Blue) = 191+117+135=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7587 is #408A78. Grayscale: #8D8D8D. Windows color (decimal): -4229753 or 8877503. OLE color: 8877503.
HSL color Cylindrical-coordinate representation of color #BF7587: hue angle of 345.41º 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 #BF7587 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 135 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.25 |
| HSL | 345.41º | 0.37% | 0.6% | - |
| HSV(B) | 345.41º | 0.39% | 0.75% | - |
| XYZ | 32.22 | 25.55 | 26.15 | - |
| YUV | 141.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 135 | 0 | 0.39 | 0.29 | 0.25 | 345.41 | 0.37 | 0.6 |
| Hex | BF | 75 | 87 | 0 | 27 | 1D | 19 | 159 | 25 | 3C |
| Octal | 277 | 165 | 207 | 0 | 47 | 35 | 31 | 531 | 45 | 74 |
| Binary | 10111111 | 1110101 | 10000111 | 0 | 100111 | 11101 | 11001 | 101011001 | 100101 | 111100 |
Color Harmonies of #BF7587
Complementary color
Monochromatic Colors of #BF7587
Black with #BF7587
Text Example
Text Example
White with #BF7587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7587; }
p { color: rgb(191,117,135); }
H1.HeaderClassName
{
color: #BF7587;
}
.AnyTagClassName
{
color: #BF7587;
}
</style>
background-color css
<style>
a { background-color: #BF7587; }
a { background-color: rgb(191,117,135); }
div.DivClassName
{
background-color: #BF7587;
}
.BgClassName
{
background-color: #BF7587;
}
</style>
border-color css
<style>
span { border-color: #BF7587; }
span { border-color: rgb(191,117,135); }
td.TdClassName
{
border-color: #BF7587;
}
.TagClassName
{
border-color: #BF7587;
}
</style>