Shades of Tapestry #B57883
Tints of Tapestry #B57883
RGB
CMYK
RGB Variations
Color information
#B57883 (or 0xB57883) is known color: Tapestry. HEX triplet: B5, 78 and 83. RGB value is (181,120,131). Sum of RGB (Red+Green+Blue) = 181+120+131=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57883 is #4A877C. Grayscale: #8B8B8B. Windows color (decimal): -4884349 or 8616117. OLE color: 8616117.
HSL color Cylindrical-coordinate representation of color #B57883: hue angle of 349.18º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57883 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 131 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.29 |
| HSL | 349.18º | 0.29% | 0.59% | - |
| HSV(B) | 349.18º | 0.34% | 0.71% | - |
| XYZ | 29.87 | 24.9 | 24.7 | - |
| YUV | 139.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 131 | 0 | 0.34 | 0.28 | 0.29 | 349.18 | 0.29 | 0.59 |
| Hex | B5 | 78 | 83 | 0 | 22 | 1C | 1D | 15D | 1D | 3B |
| Octal | 265 | 170 | 203 | 0 | 42 | 34 | 35 | 535 | 35 | 73 |
| Binary | 10110101 | 1111000 | 10000011 | 0 | 100010 | 11100 | 11101 | 101011101 | 11101 | 111011 |
Color Harmonies of #B57883
Complementary color
Monochromatic Colors of #B57883
Black with #B57883
Text Example
Text Example
White with #B57883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57883; }
p { color: rgb(181,120,131); }
H1.HeaderClassName
{
color: #B57883;
}
.AnyTagClassName
{
color: #B57883;
}
</style>
background-color css
<style>
a { background-color: #B57883; }
a { background-color: rgb(181,120,131); }
div.DivClassName
{
background-color: #B57883;
}
.BgClassName
{
background-color: #B57883;
}
</style>
border-color css
<style>
span { border-color: #B57883; }
span { border-color: rgb(181,120,131); }
td.TdClassName
{
border-color: #B57883;
}
.TagClassName
{
border-color: #B57883;
}
</style>