Shades of Tapestry #BF6E77
Tints of Tapestry #BF6E77
RGB
CMYK
RGB Variations
Color information
#BF6E77 (or 0xBF6E77) is known color: Tapestry. HEX triplet: BF, 6E and 77. RGB value is (191,110,119). Sum of RGB (Red+Green+Blue) = 191+110+119=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E77 is #409188. Grayscale: #878787. Windows color (decimal): -4231561 or 7827135. OLE color: 7827135.
HSL color Cylindrical-coordinate representation of color #BF6E77: hue angle of 353.33º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6E77 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 119 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.25 |
| HSL | 353.33º | 0.39% | 0.59% | - |
| HSV(B) | 353.33º | 0.42% | 0.75% | - |
| XYZ | 30.39 | 23.56 | 20.4 | - |
| YUV | 135.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 119 | 0 | 0.42 | 0.38 | 0.25 | 353.33 | 0.39 | 0.59 |
| Hex | BF | 6E | 77 | 0 | 2A | 26 | 19 | 161 | 27 | 3B |
| Octal | 277 | 156 | 167 | 0 | 52 | 46 | 31 | 541 | 47 | 73 |
| Binary | 10111111 | 1101110 | 1110111 | 0 | 101010 | 100110 | 11001 | 101100001 | 100111 | 111011 |
Color Harmonies of #BF6E77
Complementary color
Monochromatic Colors of #BF6E77
Black with #BF6E77
Text Example
Text Example
White with #BF6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E77; }
p { color: rgb(191,110,119); }
H1.HeaderClassName
{
color: #BF6E77;
}
.AnyTagClassName
{
color: #BF6E77;
}
</style>
background-color css
<style>
a { background-color: #BF6E77; }
a { background-color: rgb(191,110,119); }
div.DivClassName
{
background-color: #BF6E77;
}
.BgClassName
{
background-color: #BF6E77;
}
</style>
border-color css
<style>
span { border-color: #BF6E77; }
span { border-color: rgb(191,110,119); }
td.TdClassName
{
border-color: #BF6E77;
}
.TagClassName
{
border-color: #BF6E77;
}
</style>