Shades of Tapestry #B56585
Tints of Tapestry #B56585
RGB
CMYK
RGB Variations
Color information
#B56585 (or 0xB56585) is known color: Tapestry. HEX triplet: B5, 65 and 85. RGB value is (181,101,133). Sum of RGB (Red+Green+Blue) = 181+101+133=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B56585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56585 is #4A9A7A. Grayscale: #808080. Windows color (decimal): -4889211 or 8742325. OLE color: 8742325.
HSL color Cylindrical-coordinate representation of color #B56585: hue angle of 336º 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 #B56585 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 133 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.29 |
| HSL | 336º | 0.35% | 0.55% | - |
| HSV(B) | 336º | 0.44% | 0.71% | - |
| XYZ | 27.94 | 20.82 | 24.74 | - |
| YUV | 128.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 133 | 0 | 0.44 | 0.27 | 0.29 | 336 | 0.35 | 0.55 |
| Hex | B5 | 65 | 85 | 0 | 2C | 1B | 1D | 150 | 23 | 37 |
| Octal | 265 | 145 | 205 | 0 | 54 | 33 | 35 | 520 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10000101 | 0 | 101100 | 11011 | 11101 | 101010000 | 100011 | 110111 |
Color Harmonies of #B56585
Complementary color
Monochromatic Colors of #B56585
Black with #B56585
Text Example
Text Example
White with #B56585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56585; }
p { color: rgb(181,101,133); }
H1.HeaderClassName
{
color: #B56585;
}
.AnyTagClassName
{
color: #B56585;
}
</style>
background-color css
<style>
a { background-color: #B56585; }
a { background-color: rgb(181,101,133); }
div.DivClassName
{
background-color: #B56585;
}
.BgClassName
{
background-color: #B56585;
}
</style>
border-color css
<style>
span { border-color: #B56585; }
span { border-color: rgb(181,101,133); }
td.TdClassName
{
border-color: #B56585;
}
.TagClassName
{
border-color: #B56585;
}
</style>