Shades of Tapestry #B5738D
Tints of Tapestry #B5738D
RGB
CMYK
RGB Variations
Color information
#B5738D (or 0xB5738D) is known color: Tapestry. HEX triplet: B5, 73 and 8D. RGB value is (181,115,141). Sum of RGB (Red+Green+Blue) = 181+115+141=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5738D is #4A8C72. Grayscale: #898989. Windows color (decimal): -4885619 or 9270197. OLE color: 9270197.
HSL color Cylindrical-coordinate representation of color #B5738D: hue angle of 336.36º 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 #B5738D is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 141 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.29 |
| HSL | 336.36º | 0.31% | 0.58% | - |
| HSV(B) | 336.36º | 0.36% | 0.71% | - |
| XYZ | 29.99 | 24.01 | 28.25 | - |
| YUV | 137.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 141 | 0 | 0.36 | 0.22 | 0.29 | 336.36 | 0.31 | 0.58 |
| Hex | B5 | 73 | 8D | 0 | 24 | 16 | 1D | 150 | 1F | 3A |
| Octal | 265 | 163 | 215 | 0 | 44 | 26 | 35 | 520 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10001101 | 0 | 100100 | 10110 | 11101 | 101010000 | 11111 | 111010 |
Color Harmonies of #B5738D
Complementary color
Monochromatic Colors of #B5738D
Black with #B5738D
Text Example
Text Example
White with #B5738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5738D; }
p { color: rgb(181,115,141); }
H1.HeaderClassName
{
color: #B5738D;
}
.AnyTagClassName
{
color: #B5738D;
}
</style>
background-color css
<style>
a { background-color: #B5738D; }
a { background-color: rgb(181,115,141); }
div.DivClassName
{
background-color: #B5738D;
}
.BgClassName
{
background-color: #B5738D;
}
</style>
border-color css
<style>
span { border-color: #B5738D; }
span { border-color: rgb(181,115,141); }
td.TdClassName
{
border-color: #B5738D;
}
.TagClassName
{
border-color: #B5738D;
}
</style>