Shades of Tapestry #B57382
Tints of Tapestry #B57382
RGB
CMYK
RGB Variations
Color information
#B57382 (or 0xB57382) is known color: Tapestry. HEX triplet: B5, 73 and 82. RGB value is (181,115,130). Sum of RGB (Red+Green+Blue) = 181+115+130=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57382 is #4A8C7D. Grayscale: #888888. Windows color (decimal): -4885630 or 8549301. OLE color: 8549301.
HSL color Cylindrical-coordinate representation of color #B57382: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57382 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 130 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.29 |
| HSL | 346.36º | 0.31% | 0.58% | - |
| HSV(B) | 346.36º | 0.36% | 0.71% | - |
| XYZ | 29.22 | 23.7 | 24.15 | - |
| YUV | 136.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 130 | 0 | 0.36 | 0.28 | 0.29 | 346.36 | 0.31 | 0.58 |
| Hex | B5 | 73 | 82 | 0 | 24 | 1C | 1D | 15A | 1F | 3A |
| Octal | 265 | 163 | 202 | 0 | 44 | 34 | 35 | 532 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10000010 | 0 | 100100 | 11100 | 11101 | 101011010 | 11111 | 111010 |
Color Harmonies of #B57382
Complementary color
Monochromatic Colors of #B57382
Black with #B57382
Text Example
Text Example
White with #B57382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57382; }
p { color: rgb(181,115,130); }
H1.HeaderClassName
{
color: #B57382;
}
.AnyTagClassName
{
color: #B57382;
}
</style>
background-color css
<style>
a { background-color: #B57382; }
a { background-color: rgb(181,115,130); }
div.DivClassName
{
background-color: #B57382;
}
.BgClassName
{
background-color: #B57382;
}
</style>
border-color css
<style>
span { border-color: #B57382; }
span { border-color: rgb(181,115,130); }
td.TdClassName
{
border-color: #B57382;
}
.TagClassName
{
border-color: #B57382;
}
</style>