Shades of Tapestry #B57184
Tints of Tapestry #B57184
RGB
CMYK
RGB Variations
Color information
#B57184 (or 0xB57184) is known color: Tapestry. HEX triplet: B5, 71 and 84. RGB value is (181,113,132). Sum of RGB (Red+Green+Blue) = 181+113+132=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57184 is #4A8E7B. Grayscale: #878787. Windows color (decimal): -4886140 or 8679861. OLE color: 8679861.
HSL color Cylindrical-coordinate representation of color #B57184: hue angle of 343.24º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57184 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 132 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.29 |
| HSL | 343.24º | 0.31% | 0.58% | - |
| HSV(B) | 343.24º | 0.38% | 0.71% | - |
| XYZ | 29.13 | 23.3 | 24.79 | - |
| YUV | 135.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 132 | 0 | 0.38 | 0.27 | 0.29 | 343.24 | 0.31 | 0.58 |
| Hex | B5 | 71 | 84 | 0 | 26 | 1B | 1D | 157 | 1F | 3A |
| Octal | 265 | 161 | 204 | 0 | 46 | 33 | 35 | 527 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10000100 | 0 | 100110 | 11011 | 11101 | 101010111 | 11111 | 111010 |
Color Harmonies of #B57184
Complementary color
Monochromatic Colors of #B57184
Black with #B57184
Text Example
Text Example
White with #B57184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57184; }
p { color: rgb(181,113,132); }
H1.HeaderClassName
{
color: #B57184;
}
.AnyTagClassName
{
color: #B57184;
}
</style>
background-color css
<style>
a { background-color: #B57184; }
a { background-color: rgb(181,113,132); }
div.DivClassName
{
background-color: #B57184;
}
.BgClassName
{
background-color: #B57184;
}
</style>
border-color css
<style>
span { border-color: #B57184; }
span { border-color: rgb(181,113,132); }
td.TdClassName
{
border-color: #B57184;
}
.TagClassName
{
border-color: #B57184;
}
</style>