Shades of Tapestry #BF7B82
Tints of Tapestry #BF7B82
RGB
CMYK
RGB Variations
Color information
#BF7B82 (or 0xBF7B82) is known color: Tapestry. HEX triplet: BF, 7B and 82. RGB value is (191,123,130). Sum of RGB (Red+Green+Blue) = 191+123+130=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7B82 is #40847D. Grayscale: #909090. Windows color (decimal): -4228222 or 8551359. OLE color: 8551359.
HSL color Cylindrical-coordinate representation of color #BF7B82: hue angle of 353.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7B82 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 130 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.25 |
| HSL | 353.82º | 0.35% | 0.62% | - |
| HSV(B) | 353.82º | 0.36% | 0.75% | - |
| XYZ | 32.6 | 26.85 | 24.58 | - |
| YUV | 144.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 130 | 0 | 0.36 | 0.32 | 0.25 | 353.82 | 0.35 | 0.62 |
| Hex | BF | 7B | 82 | 0 | 24 | 20 | 19 | 162 | 23 | 3E |
| Octal | 277 | 173 | 202 | 0 | 44 | 40 | 31 | 542 | 43 | 76 |
| Binary | 10111111 | 1111011 | 10000010 | 0 | 100100 | 100000 | 11001 | 101100010 | 100011 | 111110 |
Color Harmonies of #BF7B82
Complementary color
Monochromatic Colors of #BF7B82
Black with #BF7B82
Text Example
Text Example
White with #BF7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B82; }
p { color: rgb(191,123,130); }
H1.HeaderClassName
{
color: #BF7B82;
}
.AnyTagClassName
{
color: #BF7B82;
}
</style>
background-color css
<style>
a { background-color: #BF7B82; }
a { background-color: rgb(191,123,130); }
div.DivClassName
{
background-color: #BF7B82;
}
.BgClassName
{
background-color: #BF7B82;
}
</style>
border-color css
<style>
span { border-color: #BF7B82; }
span { border-color: rgb(191,123,130); }
td.TdClassName
{
border-color: #BF7B82;
}
.TagClassName
{
border-color: #BF7B82;
}
</style>