Shades of Tapestry #BF7A7E
Tints of Tapestry #BF7A7E
RGB
CMYK
RGB Variations
Color information
#BF7A7E (or 0xBF7A7E) is known color: Tapestry. HEX triplet: BF, 7A and 7E. RGB value is (191,122,126). Sum of RGB (Red+Green+Blue) = 191+122+126=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A7E is #408581. Grayscale: #8F8F8F. Windows color (decimal): -4228482 or 8288959. OLE color: 8288959.
HSL color Cylindrical-coordinate representation of color #BF7A7E: hue angle of 356.52º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7A7E is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 126 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.25 |
| HSL | 356.52º | 0.35% | 0.61% | - |
| HSV(B) | 356.52º | 0.36% | 0.75% | - |
| XYZ | 32.21 | 26.5 | 23.16 | - |
| YUV | 143.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 126 | 0 | 0.36 | 0.34 | 0.25 | 356.52 | 0.35 | 0.61 |
| Hex | BF | 7A | 7E | 0 | 24 | 22 | 19 | 165 | 23 | 3D |
| Octal | 277 | 172 | 176 | 0 | 44 | 42 | 31 | 545 | 43 | 75 |
| Binary | 10111111 | 1111010 | 1111110 | 0 | 100100 | 100010 | 11001 | 101100101 | 100011 | 111101 |
Color Harmonies of #BF7A7E
Complementary color
Monochromatic Colors of #BF7A7E
Black with #BF7A7E
Text Example
Text Example
White with #BF7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A7E; }
p { color: rgb(191,122,126); }
H1.HeaderClassName
{
color: #BF7A7E;
}
.AnyTagClassName
{
color: #BF7A7E;
}
</style>
background-color css
<style>
a { background-color: #BF7A7E; }
a { background-color: rgb(191,122,126); }
div.DivClassName
{
background-color: #BF7A7E;
}
.BgClassName
{
background-color: #BF7A7E;
}
</style>
border-color css
<style>
span { border-color: #BF7A7E; }
span { border-color: rgb(191,122,126); }
td.TdClassName
{
border-color: #BF7A7E;
}
.TagClassName
{
border-color: #BF7A7E;
}
</style>