Shades of Tapestry #B57486
Tints of Tapestry #B57486
RGB
CMYK
RGB Variations
Color information
#B57486 (or 0xB57486) is known color: Tapestry. HEX triplet: B5, 74 and 86. RGB value is (181,116,134). Sum of RGB (Red+Green+Blue) = 181+116+134=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57486 is #4A8B79. Grayscale: #898989. Windows color (decimal): -4885370 or 8811701. OLE color: 8811701.
HSL color Cylindrical-coordinate representation of color #B57486: hue angle of 343.38º 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 #B57486 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 134 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.29 |
| HSL | 343.38º | 0.31% | 0.58% | - |
| HSV(B) | 343.38º | 0.36% | 0.71% | - |
| XYZ | 29.6 | 24.04 | 25.63 | - |
| YUV | 137.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 134 | 0 | 0.36 | 0.26 | 0.29 | 343.38 | 0.31 | 0.58 |
| Hex | B5 | 74 | 86 | 0 | 24 | 1A | 1D | 157 | 1F | 3A |
| Octal | 265 | 164 | 206 | 0 | 44 | 32 | 35 | 527 | 37 | 72 |
| Binary | 10110101 | 1110100 | 10000110 | 0 | 100100 | 11010 | 11101 | 101010111 | 11111 | 111010 |
Color Harmonies of #B57486
Complementary color
Monochromatic Colors of #B57486
Black with #B57486
Text Example
Text Example
White with #B57486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57486; }
p { color: rgb(181,116,134); }
H1.HeaderClassName
{
color: #B57486;
}
.AnyTagClassName
{
color: #B57486;
}
</style>
background-color css
<style>
a { background-color: #B57486; }
a { background-color: rgb(181,116,134); }
div.DivClassName
{
background-color: #B57486;
}
.BgClassName
{
background-color: #B57486;
}
</style>
border-color css
<style>
span { border-color: #B57486; }
span { border-color: rgb(181,116,134); }
td.TdClassName
{
border-color: #B57486;
}
.TagClassName
{
border-color: #B57486;
}
</style>