Shades of Tapestry #B5748D
Tints of Tapestry #B5748D
RGB
CMYK
RGB Variations
Color information
#B5748D (or 0xB5748D) is known color: Tapestry. HEX triplet: B5, 74 and 8D. RGB value is (181,116,141). Sum of RGB (Red+Green+Blue) = 181+116+141=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5748D is #4A8B72. Grayscale: #8A8A8A. Windows color (decimal): -4885363 or 9270453. OLE color: 9270453.
HSL color Cylindrical-coordinate representation of color #B5748D: hue angle of 336.92º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5748D is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 141 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.29 |
| HSL | 336.92º | 0.31% | 0.58% | - |
| HSV(B) | 336.92º | 0.36% | 0.71% | - |
| XYZ | 30.11 | 24.24 | 28.29 | - |
| YUV | 138.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 141 | 0 | 0.36 | 0.22 | 0.29 | 336.92 | 0.31 | 0.58 |
| Hex | B5 | 74 | 8D | 0 | 24 | 16 | 1D | 151 | 1F | 3A |
| Octal | 265 | 164 | 215 | 0 | 44 | 26 | 35 | 521 | 37 | 72 |
| Binary | 10110101 | 1110100 | 10001101 | 0 | 100100 | 10110 | 11101 | 101010001 | 11111 | 111010 |
Color Harmonies of #B5748D
Complementary color
Monochromatic Colors of #B5748D
Black with #B5748D
Text Example
Text Example
White with #B5748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5748D; }
p { color: rgb(181,116,141); }
H1.HeaderClassName
{
color: #B5748D;
}
.AnyTagClassName
{
color: #B5748D;
}
</style>
background-color css
<style>
a { background-color: #B5748D; }
a { background-color: rgb(181,116,141); }
div.DivClassName
{
background-color: #B5748D;
}
.BgClassName
{
background-color: #B5748D;
}
</style>
border-color css
<style>
span { border-color: #B5748D; }
span { border-color: rgb(181,116,141); }
td.TdClassName
{
border-color: #B5748D;
}
.TagClassName
{
border-color: #B5748D;
}
</style>