Shades of Tapestry #B8707F
Tints of Tapestry #B8707F
RGB
CMYK
RGB Variations
Color information
#B8707F (or 0xB8707F) is known color: Tapestry. HEX triplet: B8, 70 and 7F. RGB value is (184,112,127). Sum of RGB (Red+Green+Blue) = 184+112+127=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707F is #478F80. Grayscale: #878787. Windows color (decimal): -4689793 or 8351928. OLE color: 8351928.
HSL color Cylindrical-coordinate representation of color #B8707F: hue angle of 347.5º 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 #B8707F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 127 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.28 |
| HSL | 347.5º | 0.34% | 0.58% | - |
| HSV(B) | 347.5º | 0.39% | 0.72% | - |
| XYZ | 29.39 | 23.31 | 23.03 | - |
| YUV | 135.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 127 | 0 | 0.39 | 0.31 | 0.28 | 347.5 | 0.34 | 0.58 |
| Hex | B8 | 70 | 7F | 0 | 27 | 1F | 1C | 15C | 22 | 3A |
| Octal | 270 | 160 | 177 | 0 | 47 | 37 | 34 | 534 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1111111 | 0 | 100111 | 11111 | 11100 | 101011100 | 100010 | 111010 |
Color Harmonies of #B8707F
Complementary color
Monochromatic Colors of #B8707F
Black with #B8707F
Text Example
Text Example
White with #B8707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8707F; }
p { color: rgb(184,112,127); }
H1.HeaderClassName
{
color: #B8707F;
}
.AnyTagClassName
{
color: #B8707F;
}
</style>
background-color css
<style>
a { background-color: #B8707F; }
a { background-color: rgb(184,112,127); }
div.DivClassName
{
background-color: #B8707F;
}
.BgClassName
{
background-color: #B8707F;
}
</style>
border-color css
<style>
span { border-color: #B8707F; }
span { border-color: rgb(184,112,127); }
td.TdClassName
{
border-color: #B8707F;
}
.TagClassName
{
border-color: #B8707F;
}
</style>