Shades of Tapestry #BF7387
Tints of Tapestry #BF7387
RGB
CMYK
RGB Variations
Color information
#BF7387 (or 0xBF7387) is known color: Tapestry. HEX triplet: BF, 73 and 87. RGB value is (191,115,135). Sum of RGB (Red+Green+Blue) = 191+115+135=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7387 is #408C78. Grayscale: #8C8C8C. Windows color (decimal): -4230265 or 8876991. OLE color: 8876991.
HSL color Cylindrical-coordinate representation of color #BF7387: hue angle of 344.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7387 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 135 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.25 |
| HSL | 344.21º | 0.37% | 0.6% | - |
| HSV(B) | 344.21º | 0.4% | 0.75% | - |
| XYZ | 31.99 | 25.09 | 26.08 | - |
| YUV | 140 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 135 | 0 | 0.40 | 0.29 | 0.25 | 344.21 | 0.37 | 0.6 |
| Hex | BF | 73 | 87 | 0 | 28 | 1D | 19 | 158 | 25 | 3C |
| Octal | 277 | 163 | 207 | 0 | 50 | 35 | 31 | 530 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10000111 | 0 | 101000 | 11101 | 11001 | 101011000 | 100101 | 111100 |
Color Harmonies of #BF7387
Complementary color
Monochromatic Colors of #BF7387
Black with #BF7387
Text Example
Text Example
White with #BF7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7387; }
p { color: rgb(191,115,135); }
H1.HeaderClassName
{
color: #BF7387;
}
.AnyTagClassName
{
color: #BF7387;
}
</style>
background-color css
<style>
a { background-color: #BF7387; }
a { background-color: rgb(191,115,135); }
div.DivClassName
{
background-color: #BF7387;
}
.BgClassName
{
background-color: #BF7387;
}
</style>
border-color css
<style>
span { border-color: #BF7387; }
span { border-color: rgb(191,115,135); }
td.TdClassName
{
border-color: #BF7387;
}
.TagClassName
{
border-color: #BF7387;
}
</style>