Shades of Tapestry #BF7079
Tints of Tapestry #BF7079
RGB
CMYK
RGB Variations
Color information
#BF7079 (or 0xBF7079) is known color: Tapestry. HEX triplet: BF, 70 and 79. RGB value is (191,112,121). Sum of RGB (Red+Green+Blue) = 191+112+121=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7079 is #408F86. Grayscale: #888888. Windows color (decimal): -4231047 or 7958719. OLE color: 7958719.
HSL color Cylindrical-coordinate representation of color #BF7079: hue angle of 353.16º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7079 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 121 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.25 |
| HSL | 353.16º | 0.38% | 0.59% | - |
| HSV(B) | 353.16º | 0.41% | 0.75% | - |
| XYZ | 30.73 | 24.05 | 21.11 | - |
| YUV | 136.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 121 | 0 | 0.41 | 0.37 | 0.25 | 353.16 | 0.38 | 0.59 |
| Hex | BF | 70 | 79 | 0 | 29 | 25 | 19 | 161 | 26 | 3B |
| Octal | 277 | 160 | 171 | 0 | 51 | 45 | 31 | 541 | 46 | 73 |
| Binary | 10111111 | 1110000 | 1111001 | 0 | 101001 | 100101 | 11001 | 101100001 | 100110 | 111011 |
Color Harmonies of #BF7079
Complementary color
Monochromatic Colors of #BF7079
Black with #BF7079
Text Example
Text Example
White with #BF7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7079; }
p { color: rgb(191,112,121); }
H1.HeaderClassName
{
color: #BF7079;
}
.AnyTagClassName
{
color: #BF7079;
}
</style>
background-color css
<style>
a { background-color: #BF7079; }
a { background-color: rgb(191,112,121); }
div.DivClassName
{
background-color: #BF7079;
}
.BgClassName
{
background-color: #BF7079;
}
</style>
border-color css
<style>
span { border-color: #BF7079; }
span { border-color: rgb(191,112,121); }
td.TdClassName
{
border-color: #BF7079;
}
.TagClassName
{
border-color: #BF7079;
}
</style>