Shades of Tapestry #B57682
Tints of Tapestry #B57682
RGB
CMYK
RGB Variations
Color information
#B57682 (or 0xB57682) is known color: Tapestry. HEX triplet: B5, 76 and 82. RGB value is (181,118,130). Sum of RGB (Red+Green+Blue) = 181+118+130=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57682 is #4A897D. Grayscale: #8A8A8A. Windows color (decimal): -4884862 or 8550069. OLE color: 8550069.
HSL color Cylindrical-coordinate representation of color #B57682: hue angle of 348.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57682 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 130 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.29 |
| HSL | 348.57º | 0.3% | 0.59% | - |
| HSV(B) | 348.57º | 0.35% | 0.71% | - |
| XYZ | 29.56 | 24.39 | 24.27 | - |
| YUV | 138.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 130 | 0 | 0.35 | 0.28 | 0.29 | 348.57 | 0.3 | 0.59 |
| Hex | B5 | 76 | 82 | 0 | 23 | 1C | 1D | 15D | 1E | 3B |
| Octal | 265 | 166 | 202 | 0 | 43 | 34 | 35 | 535 | 36 | 73 |
| Binary | 10110101 | 1110110 | 10000010 | 0 | 100011 | 11100 | 11101 | 101011101 | 11110 | 111011 |
Color Harmonies of #B57682
Complementary color
Monochromatic Colors of #B57682
Black with #B57682
Text Example
Text Example
White with #B57682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57682; }
p { color: rgb(181,118,130); }
H1.HeaderClassName
{
color: #B57682;
}
.AnyTagClassName
{
color: #B57682;
}
</style>
background-color css
<style>
a { background-color: #B57682; }
a { background-color: rgb(181,118,130); }
div.DivClassName
{
background-color: #B57682;
}
.BgClassName
{
background-color: #B57682;
}
</style>
border-color css
<style>
span { border-color: #B57682; }
span { border-color: rgb(181,118,130); }
td.TdClassName
{
border-color: #B57682;
}
.TagClassName
{
border-color: #B57682;
}
</style>