Shades of Tapestry #B57585
Tints of Tapestry #B57585
RGB
CMYK
RGB Variations
Color information
#B57585 (or 0xB57585) is known color: Tapestry. HEX triplet: B5, 75 and 85. RGB value is (181,117,133). Sum of RGB (Red+Green+Blue) = 181+117+133=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57585 is #4A8A7A. Grayscale: #898989. Windows color (decimal): -4885115 or 8746421. OLE color: 8746421.
HSL color Cylindrical-coordinate representation of color #B57585: hue angle of 345º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57585 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 133 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.29 |
| HSL | 345º | 0.3% | 0.58% | - |
| HSV(B) | 345º | 0.35% | 0.71% | - |
| XYZ | 29.65 | 24.24 | 25.31 | - |
| YUV | 137.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 133 | 0 | 0.35 | 0.27 | 0.29 | 345 | 0.3 | 0.58 |
| Hex | B5 | 75 | 85 | 0 | 23 | 1B | 1D | 159 | 1E | 3A |
| Octal | 265 | 165 | 205 | 0 | 43 | 33 | 35 | 531 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10000101 | 0 | 100011 | 11011 | 11101 | 101011001 | 11110 | 111010 |
Color Harmonies of #B57585
Complementary color
Monochromatic Colors of #B57585
Black with #B57585
Text Example
Text Example
White with #B57585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57585; }
p { color: rgb(181,117,133); }
H1.HeaderClassName
{
color: #B57585;
}
.AnyTagClassName
{
color: #B57585;
}
</style>
background-color css
<style>
a { background-color: #B57585; }
a { background-color: rgb(181,117,133); }
div.DivClassName
{
background-color: #B57585;
}
.BgClassName
{
background-color: #B57585;
}
</style>
border-color css
<style>
span { border-color: #B57585; }
span { border-color: rgb(181,117,133); }
td.TdClassName
{
border-color: #B57585;
}
.TagClassName
{
border-color: #B57585;
}
</style>