Shades of Tapestry #B5738B
Tints of Tapestry #B5738B
RGB
CMYK
RGB Variations
Color information
#B5738B (or 0xB5738B) is known color: Tapestry. HEX triplet: B5, 73 and 8B. RGB value is (181,115,139). Sum of RGB (Red+Green+Blue) = 181+115+139=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5738B is #4A8C74. Grayscale: #898989. Windows color (decimal): -4885621 or 9139125. OLE color: 9139125.
HSL color Cylindrical-coordinate representation of color #B5738B: hue angle of 338.18º 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 #B5738B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 139 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.29 |
| HSL | 338.18º | 0.31% | 0.58% | - |
| HSV(B) | 338.18º | 0.36% | 0.71% | - |
| XYZ | 29.85 | 23.95 | 27.48 | - |
| YUV | 137.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 139 | 0 | 0.36 | 0.23 | 0.29 | 338.18 | 0.31 | 0.58 |
| Hex | B5 | 73 | 8B | 0 | 24 | 17 | 1D | 152 | 1F | 3A |
| Octal | 265 | 163 | 213 | 0 | 44 | 27 | 35 | 522 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10001011 | 0 | 100100 | 10111 | 11101 | 101010010 | 11111 | 111010 |
Color Harmonies of #B5738B
Complementary color
Monochromatic Colors of #B5738B
Black with #B5738B
Text Example
Text Example
White with #B5738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5738B; }
p { color: rgb(181,115,139); }
H1.HeaderClassName
{
color: #B5738B;
}
.AnyTagClassName
{
color: #B5738B;
}
</style>
background-color css
<style>
a { background-color: #B5738B; }
a { background-color: rgb(181,115,139); }
div.DivClassName
{
background-color: #B5738B;
}
.BgClassName
{
background-color: #B5738B;
}
</style>
border-color css
<style>
span { border-color: #B5738B; }
span { border-color: rgb(181,115,139); }
td.TdClassName
{
border-color: #B5738B;
}
.TagClassName
{
border-color: #B5738B;
}
</style>