Shades of Tapestry #B5818D
Tints of Tapestry #B5818D
RGB
CMYK
RGB Variations
Color information
#B5818D (or 0xB5818D) is known color: Tapestry. HEX triplet: B5, 81 and 8D. RGB value is (181,129,141). Sum of RGB (Red+Green+Blue) = 181+129+141=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5818D is #4A7E72. Grayscale: #919191. Windows color (decimal): -4882035 or 9273781. OLE color: 9273781.
HSL color Cylindrical-coordinate representation of color #B5818D: hue angle of 346.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5818D is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 141 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.29 |
| HSL | 346.15º | 0.26% | 0.61% | - |
| HSV(B) | 346.15º | 0.29% | 0.71% | - |
| XYZ | 31.71 | 27.45 | 28.83 | - |
| YUV | 145.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 141 | 0 | 0.29 | 0.22 | 0.29 | 346.15 | 0.26 | 0.61 |
| Hex | B5 | 81 | 8D | 0 | 1D | 16 | 1D | 15A | 1A | 3D |
| Octal | 265 | 201 | 215 | 0 | 35 | 26 | 35 | 532 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10001101 | 0 | 11101 | 10110 | 11101 | 101011010 | 11010 | 111101 |
Color Harmonies of #B5818D
Complementary color
Monochromatic Colors of #B5818D
Black with #B5818D
Text Example
Text Example
White with #B5818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5818D; }
p { color: rgb(181,129,141); }
H1.HeaderClassName
{
color: #B5818D;
}
.AnyTagClassName
{
color: #B5818D;
}
</style>
background-color css
<style>
a { background-color: #B5818D; }
a { background-color: rgb(181,129,141); }
div.DivClassName
{
background-color: #B5818D;
}
.BgClassName
{
background-color: #B5818D;
}
</style>
border-color css
<style>
span { border-color: #B5818D; }
span { border-color: rgb(181,129,141); }
td.TdClassName
{
border-color: #B5818D;
}
.TagClassName
{
border-color: #B5818D;
}
</style>