Shades of Tapestry #BF7881
Tints of Tapestry #BF7881
RGB
CMYK
RGB Variations
Color information
#BF7881 (or 0xBF7881) is known color: Tapestry. HEX triplet: BF, 78 and 81. RGB value is (191,120,129). Sum of RGB (Red+Green+Blue) = 191+120+129=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7881 is #40877E. Grayscale: #8E8E8E. Windows color (decimal): -4228991 or 8485055. OLE color: 8485055.
HSL color Cylindrical-coordinate representation of color #BF7881: hue angle of 352.39º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7881 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 129 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.25 |
| HSL | 352.39º | 0.36% | 0.61% | - |
| HSV(B) | 352.39º | 0.37% | 0.75% | - |
| XYZ | 32.16 | 26.09 | 24.11 | - |
| YUV | 142.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 129 | 0 | 0.37 | 0.32 | 0.25 | 352.39 | 0.36 | 0.61 |
| Hex | BF | 78 | 81 | 0 | 25 | 20 | 19 | 160 | 24 | 3D |
| Octal | 277 | 170 | 201 | 0 | 45 | 40 | 31 | 540 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10000001 | 0 | 100101 | 100000 | 11001 | 101100000 | 100100 | 111101 |
Color Harmonies of #BF7881
Complementary color
Monochromatic Colors of #BF7881
Black with #BF7881
Text Example
Text Example
White with #BF7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7881; }
p { color: rgb(191,120,129); }
H1.HeaderClassName
{
color: #BF7881;
}
.AnyTagClassName
{
color: #BF7881;
}
</style>
background-color css
<style>
a { background-color: #BF7881; }
a { background-color: rgb(191,120,129); }
div.DivClassName
{
background-color: #BF7881;
}
.BgClassName
{
background-color: #BF7881;
}
</style>
border-color css
<style>
span { border-color: #BF7881; }
span { border-color: rgb(191,120,129); }
td.TdClassName
{
border-color: #BF7881;
}
.TagClassName
{
border-color: #BF7881;
}
</style>