Shades of Tapestry #B56582
Tints of Tapestry #B56582
RGB
CMYK
RGB Variations
Color information
#B56582 (or 0xB56582) is known color: Tapestry. HEX triplet: B5, 65 and 82. RGB value is (181,101,130). Sum of RGB (Red+Green+Blue) = 181+101+130=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B56582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56582 is #4A9A7D. Grayscale: #808080. Windows color (decimal): -4889214 or 8545717. OLE color: 8545717.
HSL color Cylindrical-coordinate representation of color #B56582: hue angle of 338.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56582 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 130 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.29 |
| HSL | 338.25º | 0.35% | 0.55% | - |
| HSV(B) | 338.25º | 0.44% | 0.71% | - |
| XYZ | 27.74 | 20.74 | 23.66 | - |
| YUV | 128.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 130 | 0 | 0.44 | 0.28 | 0.29 | 338.25 | 0.35 | 0.55 |
| Hex | B5 | 65 | 82 | 0 | 2C | 1C | 1D | 152 | 23 | 37 |
| Octal | 265 | 145 | 202 | 0 | 54 | 34 | 35 | 522 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10000010 | 0 | 101100 | 11100 | 11101 | 101010010 | 100011 | 110111 |
Color Harmonies of #B56582
Complementary color
Monochromatic Colors of #B56582
Black with #B56582
Text Example
Text Example
White with #B56582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56582; }
p { color: rgb(181,101,130); }
H1.HeaderClassName
{
color: #B56582;
}
.AnyTagClassName
{
color: #B56582;
}
</style>
background-color css
<style>
a { background-color: #B56582; }
a { background-color: rgb(181,101,130); }
div.DivClassName
{
background-color: #B56582;
}
.BgClassName
{
background-color: #B56582;
}
</style>
border-color css
<style>
span { border-color: #B56582; }
span { border-color: rgb(181,101,130); }
td.TdClassName
{
border-color: #B56582;
}
.TagClassName
{
border-color: #B56582;
}
</style>