Shades of Tapestry #B5707D
Tints of Tapestry #B5707D
RGB
CMYK
RGB Variations
Color information
#B5707D (or 0xB5707D) is known color: Tapestry. HEX triplet: B5, 70 and 7D. RGB value is (181,112,125). Sum of RGB (Red+Green+Blue) = 181+112+125=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707D is #4A8F82. Grayscale: #868686. Windows color (decimal): -4886403 or 8220853. OLE color: 8220853.
HSL color Cylindrical-coordinate representation of color #B5707D: hue angle of 348.7º 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 #B5707D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 125 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.29 |
| HSL | 348.7º | 0.32% | 0.57% | - |
| HSV(B) | 348.7º | 0.38% | 0.71% | - |
| XYZ | 28.55 | 22.89 | 22.32 | - |
| YUV | 134.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 125 | 0 | 0.38 | 0.31 | 0.29 | 348.7 | 0.32 | 0.57 |
| Hex | B5 | 70 | 7D | 0 | 26 | 1F | 1D | 15D | 20 | 39 |
| Octal | 265 | 160 | 175 | 0 | 46 | 37 | 35 | 535 | 40 | 71 |
| Binary | 10110101 | 1110000 | 1111101 | 0 | 100110 | 11111 | 11101 | 101011101 | 100000 | 111001 |
Color Harmonies of #B5707D
Complementary color
Monochromatic Colors of #B5707D
Black with #B5707D
Text Example
Text Example
White with #B5707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5707D; }
p { color: rgb(181,112,125); }
H1.HeaderClassName
{
color: #B5707D;
}
.AnyTagClassName
{
color: #B5707D;
}
</style>
background-color css
<style>
a { background-color: #B5707D; }
a { background-color: rgb(181,112,125); }
div.DivClassName
{
background-color: #B5707D;
}
.BgClassName
{
background-color: #B5707D;
}
</style>
border-color css
<style>
span { border-color: #B5707D; }
span { border-color: rgb(181,112,125); }
td.TdClassName
{
border-color: #B5707D;
}
.TagClassName
{
border-color: #B5707D;
}
</style>