Shades of Tapestry #BF7A85
Tints of Tapestry #BF7A85
RGB
CMYK
RGB Variations
Color information
#BF7A85 (or 0xBF7A85) is known color: Tapestry. HEX triplet: BF, 7A and 85. RGB value is (191,122,133). Sum of RGB (Red+Green+Blue) = 191+122+133=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7A85 is #40857A. Grayscale: #8F8F8F. Windows color (decimal): -4228475 or 8747711. OLE color: 8747711.
HSL color Cylindrical-coordinate representation of color #BF7A85: hue angle of 350.43º 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 #BF7A85 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 133 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.25 |
| HSL | 350.43º | 0.35% | 0.61% | - |
| HSV(B) | 350.43º | 0.36% | 0.75% | - |
| XYZ | 32.68 | 26.69 | 25.62 | - |
| YUV | 143.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 133 | 0 | 0.36 | 0.30 | 0.25 | 350.43 | 0.35 | 0.61 |
| Hex | BF | 7A | 85 | 0 | 24 | 1E | 19 | 15E | 23 | 3D |
| Octal | 277 | 172 | 205 | 0 | 44 | 36 | 31 | 536 | 43 | 75 |
| Binary | 10111111 | 1111010 | 10000101 | 0 | 100100 | 11110 | 11001 | 101011110 | 100011 | 111101 |
Color Harmonies of #BF7A85
Complementary color
Monochromatic Colors of #BF7A85
Black with #BF7A85
Text Example
Text Example
White with #BF7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A85; }
p { color: rgb(191,122,133); }
H1.HeaderClassName
{
color: #BF7A85;
}
.AnyTagClassName
{
color: #BF7A85;
}
</style>
background-color css
<style>
a { background-color: #BF7A85; }
a { background-color: rgb(191,122,133); }
div.DivClassName
{
background-color: #BF7A85;
}
.BgClassName
{
background-color: #BF7A85;
}
</style>
border-color css
<style>
span { border-color: #BF7A85; }
span { border-color: rgb(191,122,133); }
td.TdClassName
{
border-color: #BF7A85;
}
.TagClassName
{
border-color: #BF7A85;
}
</style>