Shades of Tapestry #B5838E
Tints of Tapestry #B5838E
RGB
CMYK
RGB Variations
Color information
#B5838E (or 0xB5838E) is known color: Tapestry. HEX triplet: B5, 83 and 8E. RGB value is (181,131,142). Sum of RGB (Red+Green+Blue) = 181+131+142=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5838E is #4A7C71. Grayscale: #939393. Windows color (decimal): -4881522 or 9339829. OLE color: 9339829.
HSL color Cylindrical-coordinate representation of color #B5838E: hue angle of 346.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5838E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 142 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.29 |
| HSL | 346.8º | 0.25% | 0.61% | - |
| HSV(B) | 346.8º | 0.28% | 0.71% | - |
| XYZ | 32.05 | 28.01 | 29.31 | - |
| YUV | 147.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 142 | 0 | 0.28 | 0.22 | 0.29 | 346.8 | 0.25 | 0.61 |
| Hex | B5 | 83 | 8E | 0 | 1C | 16 | 1D | 15B | 19 | 3D |
| Octal | 265 | 203 | 216 | 0 | 34 | 26 | 35 | 533 | 31 | 75 |
| Binary | 10110101 | 10000011 | 10001110 | 0 | 11100 | 10110 | 11101 | 101011011 | 11001 | 111101 |
Color Harmonies of #B5838E
Complementary color
Monochromatic Colors of #B5838E
Black with #B5838E
Text Example
Text Example
White with #B5838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5838E; }
p { color: rgb(181,131,142); }
H1.HeaderClassName
{
color: #B5838E;
}
.AnyTagClassName
{
color: #B5838E;
}
</style>
background-color css
<style>
a { background-color: #B5838E; }
a { background-color: rgb(181,131,142); }
div.DivClassName
{
background-color: #B5838E;
}
.BgClassName
{
background-color: #B5838E;
}
</style>
border-color css
<style>
span { border-color: #B5838E; }
span { border-color: rgb(181,131,142); }
td.TdClassName
{
border-color: #B5838E;
}
.TagClassName
{
border-color: #B5838E;
}
</style>