Shades of Tapestry #BF777C
Tints of Tapestry #BF777C
RGB
CMYK
RGB Variations
Color information
#BF777C (or 0xBF777C) is known color: Tapestry. HEX triplet: BF, 77 and 7C. RGB value is (191,119,124). Sum of RGB (Red+Green+Blue) = 191+119+124=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF777C is #408883. Grayscale: #8D8D8D. Windows color (decimal): -4229252 or 8157119. OLE color: 8157119.
HSL color Cylindrical-coordinate representation of color #BF777C: hue angle of 355.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF777C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 124 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.25 |
| HSL | 355.83º | 0.36% | 0.61% | - |
| HSV(B) | 355.83º | 0.38% | 0.75% | - |
| XYZ | 31.72 | 25.73 | 22.36 | - |
| YUV | 141.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 124 | 0 | 0.38 | 0.35 | 0.25 | 355.83 | 0.36 | 0.61 |
| Hex | BF | 77 | 7C | 0 | 26 | 23 | 19 | 164 | 24 | 3D |
| Octal | 277 | 167 | 174 | 0 | 46 | 43 | 31 | 544 | 44 | 75 |
| Binary | 10111111 | 1110111 | 1111100 | 0 | 100110 | 100011 | 11001 | 101100100 | 100100 | 111101 |
Color Harmonies of #BF777C
Complementary color
Monochromatic Colors of #BF777C
Black with #BF777C
Text Example
Text Example
White with #BF777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF777C; }
p { color: rgb(191,119,124); }
H1.HeaderClassName
{
color: #BF777C;
}
.AnyTagClassName
{
color: #BF777C;
}
</style>
background-color css
<style>
a { background-color: #BF777C; }
a { background-color: rgb(191,119,124); }
div.DivClassName
{
background-color: #BF777C;
}
.BgClassName
{
background-color: #BF777C;
}
</style>
border-color css
<style>
span { border-color: #BF777C; }
span { border-color: rgb(191,119,124); }
td.TdClassName
{
border-color: #BF777C;
}
.TagClassName
{
border-color: #BF777C;
}
</style>