Shades of Tapestry #B5707F
Tints of Tapestry #B5707F
RGB
CMYK
RGB Variations
Color information
#B5707F (or 0xB5707F) is known color: Tapestry. HEX triplet: B5, 70 and 7F. RGB value is (181,112,127). Sum of RGB (Red+Green+Blue) = 181+112+127=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707F is #4A8F80. Grayscale: #868686. Windows color (decimal): -4886401 or 8351925. OLE color: 8351925.
HSL color Cylindrical-coordinate representation of color #B5707F: hue angle of 346.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5707F is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 127 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.29 |
| HSL | 346.96º | 0.32% | 0.57% | - |
| HSV(B) | 346.96º | 0.38% | 0.71% | - |
| XYZ | 28.68 | 22.94 | 23 | - |
| YUV | 134.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 127 | 0 | 0.38 | 0.30 | 0.29 | 346.96 | 0.32 | 0.57 |
| Hex | B5 | 70 | 7F | 0 | 26 | 1E | 1D | 15B | 20 | 39 |
| Octal | 265 | 160 | 177 | 0 | 46 | 36 | 35 | 533 | 40 | 71 |
| Binary | 10110101 | 1110000 | 1111111 | 0 | 100110 | 11110 | 11101 | 101011011 | 100000 | 111001 |
Color Harmonies of #B5707F
Complementary color
Monochromatic Colors of #B5707F
Black with #B5707F
Text Example
Text Example
White with #B5707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5707F; }
p { color: rgb(181,112,127); }
H1.HeaderClassName
{
color: #B5707F;
}
.AnyTagClassName
{
color: #B5707F;
}
</style>
background-color css
<style>
a { background-color: #B5707F; }
a { background-color: rgb(181,112,127); }
div.DivClassName
{
background-color: #B5707F;
}
.BgClassName
{
background-color: #B5707F;
}
</style>
border-color css
<style>
span { border-color: #B5707F; }
span { border-color: rgb(181,112,127); }
td.TdClassName
{
border-color: #B5707F;
}
.TagClassName
{
border-color: #B5707F;
}
</style>