Shades of Tapestry #B4858B
Tints of Tapestry #B4858B
RGB
CMYK
RGB Variations
Color information
#B4858B (or 0xB4858B) is known color: Tapestry. HEX triplet: B4, 85 and 8B. RGB value is (180,133,139). Sum of RGB (Red+Green+Blue) = 180+133+139=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4858B is #4B7A74. Grayscale: #939393. Windows color (decimal): -4946549 or 9143732. OLE color: 9143732.
HSL color Cylindrical-coordinate representation of color #B4858B: hue angle of 352.34º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4858B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 139 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.29 |
| HSL | 352.34º | 0.24% | 0.61% | - |
| HSV(B) | 352.34º | 0.26% | 0.71% | - |
| XYZ | 31.87 | 28.34 | 28.22 | - |
| YUV | 147.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 139 | 0 | 0.26 | 0.23 | 0.29 | 352.34 | 0.24 | 0.61 |
| Hex | B4 | 85 | 8B | 0 | 1A | 17 | 1D | 160 | 18 | 3D |
| Octal | 264 | 205 | 213 | 0 | 32 | 27 | 35 | 540 | 30 | 75 |
| Binary | 10110100 | 10000101 | 10001011 | 0 | 11010 | 10111 | 11101 | 101100000 | 11000 | 111101 |
Color Harmonies of #B4858B
Complementary color
Monochromatic Colors of #B4858B
Black with #B4858B
Text Example
Text Example
White with #B4858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4858B; }
p { color: rgb(180,133,139); }
H1.HeaderClassName
{
color: #B4858B;
}
.AnyTagClassName
{
color: #B4858B;
}
</style>
background-color css
<style>
a { background-color: #B4858B; }
a { background-color: rgb(180,133,139); }
div.DivClassName
{
background-color: #B4858B;
}
.BgClassName
{
background-color: #B4858B;
}
</style>
border-color css
<style>
span { border-color: #B4858B; }
span { border-color: rgb(180,133,139); }
td.TdClassName
{
border-color: #B4858B;
}
.TagClassName
{
border-color: #B4858B;
}
</style>