Shades of Tapestry #B5858B
Tints of Tapestry #B5858B
RGB
CMYK
RGB Variations
Color information
#B5858B (or 0xB5858B) is known color: Tapestry. HEX triplet: B5, 85 and 8B. RGB value is (181,133,139). Sum of RGB (Red+Green+Blue) = 181+133+139=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5858B is #4A7A74. Grayscale: #949494. Windows color (decimal): -4881013 or 9143733. OLE color: 9143733.
HSL color Cylindrical-coordinate representation of color #B5858B: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5858B is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 139 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.29 |
| HSL | 352.5º | 0.24% | 0.62% | - |
| HSV(B) | 352.5º | 0.27% | 0.71% | - |
| XYZ | 32.1 | 28.46 | 28.23 | - |
| YUV | 148.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 139 | 0 | 0.27 | 0.23 | 0.29 | 352.5 | 0.24 | 0.62 |
| Hex | B5 | 85 | 8B | 0 | 1B | 17 | 1D | 160 | 18 | 3E |
| Octal | 265 | 205 | 213 | 0 | 33 | 27 | 35 | 540 | 30 | 76 |
| Binary | 10110101 | 10000101 | 10001011 | 0 | 11011 | 10111 | 11101 | 101100000 | 11000 | 111110 |
Color Harmonies of #B5858B
Complementary color
Monochromatic Colors of #B5858B
Black with #B5858B
Text Example
Text Example
White with #B5858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5858B; }
p { color: rgb(181,133,139); }
H1.HeaderClassName
{
color: #B5858B;
}
.AnyTagClassName
{
color: #B5858B;
}
</style>
background-color css
<style>
a { background-color: #B5858B; }
a { background-color: rgb(181,133,139); }
div.DivClassName
{
background-color: #B5858B;
}
.BgClassName
{
background-color: #B5858B;
}
</style>
border-color css
<style>
span { border-color: #B5858B; }
span { border-color: rgb(181,133,139); }
td.TdClassName
{
border-color: #B5858B;
}
.TagClassName
{
border-color: #B5858B;
}
</style>