Shades of Tapestry #B8708F
Tints of Tapestry #B8708F
RGB
CMYK
RGB Variations
Color information
#B8708F (or 0xB8708F) is known color: Tapestry. HEX triplet: B8, 70 and 8F. RGB value is (184,112,143). Sum of RGB (Red+Green+Blue) = 184+112+143=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8708F is #478F70. Grayscale: #898989. Windows color (decimal): -4689777 or 9400504. OLE color: 9400504.
HSL color Cylindrical-coordinate representation of color #B8708F: hue angle of 334.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8708F is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 143 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.28 |
| HSL | 334.17º | 0.34% | 0.58% | - |
| HSV(B) | 334.17º | 0.39% | 0.72% | - |
| XYZ | 30.52 | 23.76 | 28.96 | - |
| YUV | 137.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 143 | 0 | 0.39 | 0.22 | 0.28 | 334.17 | 0.34 | 0.58 |
| Hex | B8 | 70 | 8F | 0 | 27 | 16 | 1C | 14E | 22 | 3A |
| Octal | 270 | 160 | 217 | 0 | 47 | 26 | 34 | 516 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10001111 | 0 | 100111 | 10110 | 11100 | 101001110 | 100010 | 111010 |
Color Harmonies of #B8708F
Complementary color
Monochromatic Colors of #B8708F
Black with #B8708F
Text Example
Text Example
White with #B8708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8708F; }
p { color: rgb(184,112,143); }
H1.HeaderClassName
{
color: #B8708F;
}
.AnyTagClassName
{
color: #B8708F;
}
</style>
background-color css
<style>
a { background-color: #B8708F; }
a { background-color: rgb(184,112,143); }
div.DivClassName
{
background-color: #B8708F;
}
.BgClassName
{
background-color: #B8708F;
}
</style>
border-color css
<style>
span { border-color: #B8708F; }
span { border-color: rgb(184,112,143); }
td.TdClassName
{
border-color: #B8708F;
}
.TagClassName
{
border-color: #B8708F;
}
</style>