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