Shades of Tapestry #B4848E
Tints of Tapestry #B4848E
RGB
CMYK
RGB Variations
Color information
#B4848E (or 0xB4848E) is known color: Tapestry. HEX triplet: B4, 84 and 8E. RGB value is (180,132,142). Sum of RGB (Red+Green+Blue) = 180+132+142=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4848E is #4B7B71. Grayscale: #939393. Windows color (decimal): -4946802 or 9340084. OLE color: 9340084.
HSL color Cylindrical-coordinate representation of color #B4848E: hue angle of 347.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4848E is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 142 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.29 |
| HSL | 347.5º | 0.24% | 0.61% | - |
| HSV(B) | 347.5º | 0.27% | 0.71% | - |
| XYZ | 31.96 | 28.16 | 29.34 | - |
| YUV | 147.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 142 | 0 | 0.27 | 0.21 | 0.29 | 347.5 | 0.24 | 0.61 |
| Hex | B4 | 84 | 8E | 0 | 1B | 15 | 1D | 15C | 18 | 3D |
| Octal | 264 | 204 | 216 | 0 | 33 | 25 | 35 | 534 | 30 | 75 |
| Binary | 10110100 | 10000100 | 10001110 | 0 | 11011 | 10101 | 11101 | 101011100 | 11000 | 111101 |
Color Harmonies of #B4848E
Complementary color
Monochromatic Colors of #B4848E
Black with #B4848E
Text Example
Text Example
White with #B4848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4848E; }
p { color: rgb(180,132,142); }
H1.HeaderClassName
{
color: #B4848E;
}
.AnyTagClassName
{
color: #B4848E;
}
</style>
background-color css
<style>
a { background-color: #B4848E; }
a { background-color: rgb(180,132,142); }
div.DivClassName
{
background-color: #B4848E;
}
.BgClassName
{
background-color: #B4848E;
}
</style>
border-color css
<style>
span { border-color: #B4848E; }
span { border-color: rgb(180,132,142); }
td.TdClassName
{
border-color: #B4848E;
}
.TagClassName
{
border-color: #B4848E;
}
</style>