Shades of Tapestry #BF707F
Tints of Tapestry #BF707F
RGB
CMYK
RGB Variations
Color information
#BF707F (or 0xBF707F) is known color: Tapestry. HEX triplet: BF, 70 and 7F. RGB value is (191,112,127). Sum of RGB (Red+Green+Blue) = 191+112+127=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF707F is #408F80. Grayscale: #898989. Windows color (decimal): -4231041 or 8351935. OLE color: 8351935.
HSL color Cylindrical-coordinate representation of color #BF707F: hue angle of 348.61º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF707F is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 127 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.25 |
| HSL | 348.61º | 0.38% | 0.59% | - |
| HSV(B) | 348.61º | 0.41% | 0.75% | - |
| XYZ | 31.11 | 24.2 | 23.11 | - |
| YUV | 137.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 127 | 0 | 0.41 | 0.34 | 0.25 | 348.61 | 0.38 | 0.59 |
| Hex | BF | 70 | 7F | 0 | 29 | 22 | 19 | 15D | 26 | 3B |
| Octal | 277 | 160 | 177 | 0 | 51 | 42 | 31 | 535 | 46 | 73 |
| Binary | 10111111 | 1110000 | 1111111 | 0 | 101001 | 100010 | 11001 | 101011101 | 100110 | 111011 |
Color Harmonies of #BF707F
Complementary color
Monochromatic Colors of #BF707F
Black with #BF707F
Text Example
Text Example
White with #BF707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF707F; }
p { color: rgb(191,112,127); }
H1.HeaderClassName
{
color: #BF707F;
}
.AnyTagClassName
{
color: #BF707F;
}
</style>
background-color css
<style>
a { background-color: #BF707F; }
a { background-color: rgb(191,112,127); }
div.DivClassName
{
background-color: #BF707F;
}
.BgClassName
{
background-color: #BF707F;
}
</style>
border-color css
<style>
span { border-color: #BF707F; }
span { border-color: rgb(191,112,127); }
td.TdClassName
{
border-color: #BF707F;
}
.TagClassName
{
border-color: #BF707F;
}
</style>