Shades of Tapestry #B57281
Tints of Tapestry #B57281
RGB
CMYK
RGB Variations
Color information
#B57281 (or 0xB57281) is known color: Tapestry. HEX triplet: B5, 72 and 81. RGB value is (181,114,129). Sum of RGB (Red+Green+Blue) = 181+114+129=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B57281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57281 is #4A8D7E. Grayscale: #878787. Windows color (decimal): -4885887 or 8483509. OLE color: 8483509.
HSL color Cylindrical-coordinate representation of color #B57281: hue angle of 346.57º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57281 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 129 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.29 |
| HSL | 346.57º | 0.31% | 0.58% | - |
| HSV(B) | 346.57º | 0.37% | 0.71% | - |
| XYZ | 29.04 | 23.44 | 23.76 | - |
| YUV | 135.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 129 | 0 | 0.37 | 0.29 | 0.29 | 346.57 | 0.31 | 0.58 |
| Hex | B5 | 72 | 81 | 0 | 25 | 1D | 1D | 15B | 1F | 3A |
| Octal | 265 | 162 | 201 | 0 | 45 | 35 | 35 | 533 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10000001 | 0 | 100101 | 11101 | 11101 | 101011011 | 11111 | 111010 |
Color Harmonies of #B57281
Complementary color
Monochromatic Colors of #B57281
Black with #B57281
Text Example
Text Example
White with #B57281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57281; }
p { color: rgb(181,114,129); }
H1.HeaderClassName
{
color: #B57281;
}
.AnyTagClassName
{
color: #B57281;
}
</style>
background-color css
<style>
a { background-color: #B57281; }
a { background-color: rgb(181,114,129); }
div.DivClassName
{
background-color: #B57281;
}
.BgClassName
{
background-color: #B57281;
}
</style>
border-color css
<style>
span { border-color: #B57281; }
span { border-color: rgb(181,114,129); }
td.TdClassName
{
border-color: #B57281;
}
.TagClassName
{
border-color: #B57281;
}
</style>