Shades of Tapestry #B56281
Tints of Tapestry #B56281
RGB
CMYK
RGB Variations
Color information
#B56281 (or 0xB56281) is known color: Tapestry. HEX triplet: B5, 62 and 81. RGB value is (181,98,129). Sum of RGB (Red+Green+Blue) = 181+98+129=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B56281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56281 is #4A9D7E. Grayscale: #7E7E7E. Windows color (decimal): -4889983 or 8479413. OLE color: 8479413.
HSL color Cylindrical-coordinate representation of color #B56281: hue angle of 337.59º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56281 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 129 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.29 |
| HSL | 337.59º | 0.36% | 0.55% | - |
| HSV(B) | 337.59º | 0.46% | 0.71% | - |
| XYZ | 27.39 | 20.14 | 23.21 | - |
| YUV | 126.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 129 | 0 | 0.46 | 0.29 | 0.29 | 337.59 | 0.36 | 0.55 |
| Hex | B5 | 62 | 81 | 0 | 2E | 1D | 1D | 152 | 24 | 37 |
| Octal | 265 | 142 | 201 | 0 | 56 | 35 | 35 | 522 | 44 | 67 |
| Binary | 10110101 | 1100010 | 10000001 | 0 | 101110 | 11101 | 11101 | 101010010 | 100100 | 110111 |
Color Harmonies of #B56281
Complementary color
Monochromatic Colors of #B56281
Black with #B56281
Text Example
Text Example
White with #B56281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56281; }
p { color: rgb(181,98,129); }
H1.HeaderClassName
{
color: #B56281;
}
.AnyTagClassName
{
color: #B56281;
}
</style>
background-color css
<style>
a { background-color: #B56281; }
a { background-color: rgb(181,98,129); }
div.DivClassName
{
background-color: #B56281;
}
.BgClassName
{
background-color: #B56281;
}
</style>
border-color css
<style>
span { border-color: #B56281; }
span { border-color: rgb(181,98,129); }
td.TdClassName
{
border-color: #B56281;
}
.TagClassName
{
border-color: #B56281;
}
</style>