Shades of Tapestry #B5858C
Tints of Tapestry #B5858C
RGB
CMYK
RGB Variations
Color information
#B5858C (or 0xB5858C) is known color: Tapestry. HEX triplet: B5, 85 and 8C. RGB value is (181,133,140). Sum of RGB (Red+Green+Blue) = 181+133+140=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5858C is #4A7A73. Grayscale: #949494. Windows color (decimal): -4881012 or 9209269. OLE color: 9209269.
HSL color Cylindrical-coordinate representation of color #B5858C: hue angle of 351.25º 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 #B5858C is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 140 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.29 |
| HSL | 351.25º | 0.24% | 0.62% | - |
| HSV(B) | 351.25º | 0.27% | 0.71% | - |
| XYZ | 32.18 | 28.49 | 28.61 | - |
| YUV | 148.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 140 | 0 | 0.27 | 0.23 | 0.29 | 351.25 | 0.24 | 0.62 |
| Hex | B5 | 85 | 8C | 0 | 1B | 17 | 1D | 15F | 18 | 3E |
| Octal | 265 | 205 | 214 | 0 | 33 | 27 | 35 | 537 | 30 | 76 |
| Binary | 10110101 | 10000101 | 10001100 | 0 | 11011 | 10111 | 11101 | 101011111 | 11000 | 111110 |
Color Harmonies of #B5858C
Complementary color
Monochromatic Colors of #B5858C
Black with #B5858C
Text Example
Text Example
White with #B5858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5858C; }
p { color: rgb(181,133,140); }
H1.HeaderClassName
{
color: #B5858C;
}
.AnyTagClassName
{
color: #B5858C;
}
</style>
background-color css
<style>
a { background-color: #B5858C; }
a { background-color: rgb(181,133,140); }
div.DivClassName
{
background-color: #B5858C;
}
.BgClassName
{
background-color: #B5858C;
}
</style>
border-color css
<style>
span { border-color: #B5858C; }
span { border-color: rgb(181,133,140); }
td.TdClassName
{
border-color: #B5858C;
}
.TagClassName
{
border-color: #B5858C;
}
</style>