Shades of Tapestry #B58687
Tints of Tapestry #B58687
RGB
CMYK
RGB Variations
Color information
#B58687 (or 0xB58687) is known color: Tapestry. HEX triplet: B5, 86 and 87. RGB value is (181,134,135). Sum of RGB (Red+Green+Blue) = 181+134+135=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58687 is #4A7978. Grayscale: #949494. Windows color (decimal): -4880761 or 8881845. OLE color: 8881845.
HSL color Cylindrical-coordinate representation of color #B58687: hue angle of 358.72º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58687 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 135 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.29 |
| HSL | 358.72º | 0.24% | 0.62% | - |
| HSV(B) | 358.72º | 0.26% | 0.71% | - |
| XYZ | 31.95 | 28.62 | 26.76 | - |
| YUV | 148.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 135 | 0 | 0.26 | 0.25 | 0.29 | 358.72 | 0.24 | 0.62 |
| Hex | B5 | 86 | 87 | 0 | 1A | 19 | 1D | 167 | 18 | 3E |
| Octal | 265 | 206 | 207 | 0 | 32 | 31 | 35 | 547 | 30 | 76 |
| Binary | 10110101 | 10000110 | 10000111 | 0 | 11010 | 11001 | 11101 | 101100111 | 11000 | 111110 |
Color Harmonies of #B58687
Complementary color
Monochromatic Colors of #B58687
Black with #B58687
Text Example
Text Example
White with #B58687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58687; }
p { color: rgb(181,134,135); }
H1.HeaderClassName
{
color: #B58687;
}
.AnyTagClassName
{
color: #B58687;
}
</style>
background-color css
<style>
a { background-color: #B58687; }
a { background-color: rgb(181,134,135); }
div.DivClassName
{
background-color: #B58687;
}
.BgClassName
{
background-color: #B58687;
}
</style>
border-color css
<style>
span { border-color: #B58687; }
span { border-color: rgb(181,134,135); }
td.TdClassName
{
border-color: #B58687;
}
.TagClassName
{
border-color: #B58687;
}
</style>