Shades of Tapestry #BF7C7D
Tints of Tapestry #BF7C7D
RGB
CMYK
RGB Variations
Color information
#BF7C7D (or 0xBF7C7D) is known color: Tapestry. HEX triplet: BF, 7C and 7D. RGB value is (191,124,125). Sum of RGB (Red+Green+Blue) = 191+124+125=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C7D is #408382. Grayscale: #909090. Windows color (decimal): -4227971 or 8223935. OLE color: 8223935.
HSL color Cylindrical-coordinate representation of color #BF7C7D: hue angle of 359.1º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7C7D is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 125 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.25 |
| HSL | 359.1º | 0.34% | 0.62% | - |
| HSV(B) | 359.1º | 0.35% | 0.75% | - |
| XYZ | 32.4 | 26.97 | 22.9 | - |
| YUV | 144.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 125 | 0 | 0.35 | 0.35 | 0.25 | 359.1 | 0.34 | 0.62 |
| Hex | BF | 7C | 7D | 0 | 23 | 23 | 19 | 167 | 22 | 3E |
| Octal | 277 | 174 | 175 | 0 | 43 | 43 | 31 | 547 | 42 | 76 |
| Binary | 10111111 | 1111100 | 1111101 | 0 | 100011 | 100011 | 11001 | 101100111 | 100010 | 111110 |
Color Harmonies of #BF7C7D
Complementary color
Monochromatic Colors of #BF7C7D
Black with #BF7C7D
Text Example
Text Example
White with #BF7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C7D; }
p { color: rgb(191,124,125); }
H1.HeaderClassName
{
color: #BF7C7D;
}
.AnyTagClassName
{
color: #BF7C7D;
}
</style>
background-color css
<style>
a { background-color: #BF7C7D; }
a { background-color: rgb(191,124,125); }
div.DivClassName
{
background-color: #BF7C7D;
}
.BgClassName
{
background-color: #BF7C7D;
}
</style>
border-color css
<style>
span { border-color: #BF7C7D; }
span { border-color: rgb(191,124,125); }
td.TdClassName
{
border-color: #BF7C7D;
}
.TagClassName
{
border-color: #BF7C7D;
}
</style>