Shades of Tapestry #BF708C
Tints of Tapestry #BF708C
RGB
CMYK
RGB Variations
Color information
#BF708C (or 0xBF708C) is known color: Tapestry. HEX triplet: BF, 70 and 8C. RGB value is (191,112,140). Sum of RGB (Red+Green+Blue) = 191+112+140=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF708C is #408F73. Grayscale: #8A8A8A. Windows color (decimal): -4231028 or 9203903. OLE color: 9203903.
HSL color Cylindrical-coordinate representation of color #BF708C: hue angle of 338.73º 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 #BF708C is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 140 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.25 |
| HSL | 338.73º | 0.38% | 0.59% | - |
| HSV(B) | 338.73º | 0.41% | 0.75% | - |
| XYZ | 32.01 | 24.56 | 27.86 | - |
| YUV | 138.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 140 | 0 | 0.41 | 0.27 | 0.25 | 338.73 | 0.38 | 0.59 |
| Hex | BF | 70 | 8C | 0 | 29 | 1B | 19 | 153 | 26 | 3B |
| Octal | 277 | 160 | 214 | 0 | 51 | 33 | 31 | 523 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10001100 | 0 | 101001 | 11011 | 11001 | 101010011 | 100110 | 111011 |
Color Harmonies of #BF708C
Complementary color
Monochromatic Colors of #BF708C
Black with #BF708C
Text Example
Text Example
White with #BF708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF708C; }
p { color: rgb(191,112,140); }
H1.HeaderClassName
{
color: #BF708C;
}
.AnyTagClassName
{
color: #BF708C;
}
</style>
background-color css
<style>
a { background-color: #BF708C; }
a { background-color: rgb(191,112,140); }
div.DivClassName
{
background-color: #BF708C;
}
.BgClassName
{
background-color: #BF708C;
}
</style>
border-color css
<style>
span { border-color: #BF708C; }
span { border-color: rgb(191,112,140); }
td.TdClassName
{
border-color: #BF708C;
}
.TagClassName
{
border-color: #BF708C;
}
</style>