Shades of Tapestry #BF7A8E
Tints of Tapestry #BF7A8E
RGB
CMYK
RGB Variations
Color information
#BF7A8E (or 0xBF7A8E) is known color: Tapestry. HEX triplet: BF, 7A and 8E. RGB value is (191,122,142). Sum of RGB (Red+Green+Blue) = 191+122+142=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7A8E is #408571. Grayscale: #909090. Windows color (decimal): -4228466 or 9337535. OLE color: 9337535.
HSL color Cylindrical-coordinate representation of color #BF7A8E: hue angle of 342.61º 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 #BF7A8E is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 142 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.25 |
| HSL | 342.61º | 0.35% | 0.61% | - |
| HSV(B) | 342.61º | 0.36% | 0.75% | - |
| XYZ | 33.33 | 26.95 | 29.04 | - |
| YUV | 144.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 142 | 0 | 0.36 | 0.26 | 0.25 | 342.61 | 0.35 | 0.61 |
| Hex | BF | 7A | 8E | 0 | 24 | 1A | 19 | 157 | 23 | 3D |
| Octal | 277 | 172 | 216 | 0 | 44 | 32 | 31 | 527 | 43 | 75 |
| Binary | 10111111 | 1111010 | 10001110 | 0 | 100100 | 11010 | 11001 | 101010111 | 100011 | 111101 |
Color Harmonies of #BF7A8E
Complementary color
Monochromatic Colors of #BF7A8E
Black with #BF7A8E
Text Example
Text Example
White with #BF7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A8E; }
p { color: rgb(191,122,142); }
H1.HeaderClassName
{
color: #BF7A8E;
}
.AnyTagClassName
{
color: #BF7A8E;
}
</style>
background-color css
<style>
a { background-color: #BF7A8E; }
a { background-color: rgb(191,122,142); }
div.DivClassName
{
background-color: #BF7A8E;
}
.BgClassName
{
background-color: #BF7A8E;
}
</style>
border-color css
<style>
span { border-color: #BF7A8E; }
span { border-color: rgb(191,122,142); }
td.TdClassName
{
border-color: #BF7A8E;
}
.TagClassName
{
border-color: #BF7A8E;
}
</style>