Shades of Tapestry #BF797F
Tints of Tapestry #BF797F
RGB
CMYK
RGB Variations
Color information
#BF797F (or 0xBF797F) is known color: Tapestry. HEX triplet: BF, 79 and 7F. RGB value is (191,121,127). Sum of RGB (Red+Green+Blue) = 191+121+127=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF797F is #408680. Grayscale: #8E8E8E. Windows color (decimal): -4228737 or 8354239. OLE color: 8354239.
HSL color Cylindrical-coordinate representation of color #BF797F: hue angle of 354.86º degrees, saturation: 0.35, 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 #BF797F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 127 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.25 |
| HSL | 354.86º | 0.35% | 0.61% | - |
| HSV(B) | 354.86º | 0.37% | 0.75% | - |
| XYZ | 32.15 | 26.28 | 23.46 | - |
| YUV | 142.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 127 | 0 | 0.37 | 0.34 | 0.25 | 354.86 | 0.35 | 0.61 |
| Hex | BF | 79 | 7F | 0 | 25 | 22 | 19 | 163 | 23 | 3D |
| Octal | 277 | 171 | 177 | 0 | 45 | 42 | 31 | 543 | 43 | 75 |
| Binary | 10111111 | 1111001 | 1111111 | 0 | 100101 | 100010 | 11001 | 101100011 | 100011 | 111101 |
Color Harmonies of #BF797F
Complementary color
Monochromatic Colors of #BF797F
Black with #BF797F
Text Example
Text Example
White with #BF797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF797F; }
p { color: rgb(191,121,127); }
H1.HeaderClassName
{
color: #BF797F;
}
.AnyTagClassName
{
color: #BF797F;
}
</style>
background-color css
<style>
a { background-color: #BF797F; }
a { background-color: rgb(191,121,127); }
div.DivClassName
{
background-color: #BF797F;
}
.BgClassName
{
background-color: #BF797F;
}
</style>
border-color css
<style>
span { border-color: #BF797F; }
span { border-color: rgb(191,121,127); }
td.TdClassName
{
border-color: #BF797F;
}
.TagClassName
{
border-color: #BF797F;
}
</style>