Shades of Tapestry #BF7380
Tints of Tapestry #BF7380
RGB
CMYK
RGB Variations
Color information
#BF7380 (or 0xBF7380) is known color: Tapestry. HEX triplet: BF, 73 and 80. RGB value is (191,115,128). Sum of RGB (Red+Green+Blue) = 191+115+128=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7380 is #408C7F. Grayscale: #8B8B8B. Windows color (decimal): -4230272 or 8418239. OLE color: 8418239.
HSL color Cylindrical-coordinate representation of color #BF7380: hue angle of 349.74º 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 #BF7380 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 128 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.25 |
| HSL | 349.74º | 0.37% | 0.6% | - |
| HSV(B) | 349.74º | 0.4% | 0.75% | - |
| XYZ | 31.51 | 24.9 | 23.57 | - |
| YUV | 139.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 128 | 0 | 0.40 | 0.33 | 0.25 | 349.74 | 0.37 | 0.6 |
| Hex | BF | 73 | 80 | 0 | 28 | 21 | 19 | 15E | 25 | 3C |
| Octal | 277 | 163 | 200 | 0 | 50 | 41 | 31 | 536 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10000000 | 0 | 101000 | 100001 | 11001 | 101011110 | 100101 | 111100 |
Color Harmonies of #BF7380
Complementary color
Monochromatic Colors of #BF7380
Black with #BF7380
Text Example
Text Example
White with #BF7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7380; }
p { color: rgb(191,115,128); }
H1.HeaderClassName
{
color: #BF7380;
}
.AnyTagClassName
{
color: #BF7380;
}
</style>
background-color css
<style>
a { background-color: #BF7380; }
a { background-color: rgb(191,115,128); }
div.DivClassName
{
background-color: #BF7380;
}
.BgClassName
{
background-color: #BF7380;
}
</style>
border-color css
<style>
span { border-color: #BF7380; }
span { border-color: rgb(191,115,128); }
td.TdClassName
{
border-color: #BF7380;
}
.TagClassName
{
border-color: #BF7380;
}
</style>