Shades of Tapestry #B5748F
Tints of Tapestry #B5748F
RGB
CMYK
RGB Variations
Color information
#B5748F (or 0xB5748F) is known color: Tapestry. HEX triplet: B5, 74 and 8F. RGB value is (181,116,143). Sum of RGB (Red+Green+Blue) = 181+116+143=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5748F is #4A8B70. Grayscale: #8A8A8A. Windows color (decimal): -4885361 or 9401525. OLE color: 9401525.
HSL color Cylindrical-coordinate representation of color #B5748F: hue angle of 335.08º 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 #B5748F is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 143 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.29 |
| HSL | 335.08º | 0.31% | 0.58% | - |
| HSV(B) | 335.08º | 0.36% | 0.71% | - |
| XYZ | 30.26 | 24.3 | 29.08 | - |
| YUV | 138.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 143 | 0 | 0.36 | 0.21 | 0.29 | 335.08 | 0.31 | 0.58 |
| Hex | B5 | 74 | 8F | 0 | 24 | 15 | 1D | 14F | 1F | 3A |
| Octal | 265 | 164 | 217 | 0 | 44 | 25 | 35 | 517 | 37 | 72 |
| Binary | 10110101 | 1110100 | 10001111 | 0 | 100100 | 10101 | 11101 | 101001111 | 11111 | 111010 |
Color Harmonies of #B5748F
Complementary color
Monochromatic Colors of #B5748F
Black with #B5748F
Text Example
Text Example
White with #B5748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5748F; }
p { color: rgb(181,116,143); }
H1.HeaderClassName
{
color: #B5748F;
}
.AnyTagClassName
{
color: #B5748F;
}
</style>
background-color css
<style>
a { background-color: #B5748F; }
a { background-color: rgb(181,116,143); }
div.DivClassName
{
background-color: #B5748F;
}
.BgClassName
{
background-color: #B5748F;
}
</style>
border-color css
<style>
span { border-color: #B5748F; }
span { border-color: rgb(181,116,143); }
td.TdClassName
{
border-color: #B5748F;
}
.TagClassName
{
border-color: #B5748F;
}
</style>