Shades of Tapestry #BF737F
Tints of Tapestry #BF737F
RGB
CMYK
RGB Variations
Color information
#BF737F (or 0xBF737F) is known color: Tapestry. HEX triplet: BF, 73 and 7F. RGB value is (191,115,127). Sum of RGB (Red+Green+Blue) = 191+115+127=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF737F is #408C80. Grayscale: #8B8B8B. Windows color (decimal): -4230273 or 8352703. OLE color: 8352703.
HSL color Cylindrical-coordinate representation of color #BF737F: hue angle of 350.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF737F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 127 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.25 |
| HSL | 350.53º | 0.37% | 0.6% | - |
| HSV(B) | 350.53º | 0.4% | 0.75% | - |
| XYZ | 31.45 | 24.87 | 23.22 | - |
| YUV | 139.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 127 | 0 | 0.40 | 0.34 | 0.25 | 350.53 | 0.37 | 0.6 |
| Hex | BF | 73 | 7F | 0 | 28 | 22 | 19 | 15F | 25 | 3C |
| Octal | 277 | 163 | 177 | 0 | 50 | 42 | 31 | 537 | 45 | 74 |
| Binary | 10111111 | 1110011 | 1111111 | 0 | 101000 | 100010 | 11001 | 101011111 | 100101 | 111100 |
Color Harmonies of #BF737F
Complementary color
Monochromatic Colors of #BF737F
Black with #BF737F
Text Example
Text Example
White with #BF737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF737F; }
p { color: rgb(191,115,127); }
H1.HeaderClassName
{
color: #BF737F;
}
.AnyTagClassName
{
color: #BF737F;
}
</style>
background-color css
<style>
a { background-color: #BF737F; }
a { background-color: rgb(191,115,127); }
div.DivClassName
{
background-color: #BF737F;
}
.BgClassName
{
background-color: #BF737F;
}
</style>
border-color css
<style>
span { border-color: #BF737F; }
span { border-color: rgb(191,115,127); }
td.TdClassName
{
border-color: #BF737F;
}
.TagClassName
{
border-color: #BF737F;
}
</style>