Shades of Tapestry #B4828D
Tints of Tapestry #B4828D
RGB
CMYK
RGB Variations
Color information
#B4828D (or 0xB4828D) is known color: Tapestry. HEX triplet: B4, 82 and 8D. RGB value is (180,130,141). Sum of RGB (Red+Green+Blue) = 180+130+141=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4828D is #4B7D72. Grayscale: #929292. Windows color (decimal): -4947315 or 9274036. OLE color: 9274036.
HSL color Cylindrical-coordinate representation of color #B4828D: hue angle of 346.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4828D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 141 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.29 |
| HSL | 346.8º | 0.25% | 0.61% | - |
| HSV(B) | 346.8º | 0.28% | 0.71% | - |
| XYZ | 31.61 | 27.59 | 28.86 | - |
| YUV | 146.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 141 | 0 | 0.28 | 0.22 | 0.29 | 346.8 | 0.25 | 0.61 |
| Hex | B4 | 82 | 8D | 0 | 1C | 16 | 1D | 15B | 19 | 3D |
| Octal | 264 | 202 | 215 | 0 | 34 | 26 | 35 | 533 | 31 | 75 |
| Binary | 10110100 | 10000010 | 10001101 | 0 | 11100 | 10110 | 11101 | 101011011 | 11001 | 111101 |
Color Harmonies of #B4828D
Complementary color
Monochromatic Colors of #B4828D
Black with #B4828D
Text Example
Text Example
White with #B4828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4828D; }
p { color: rgb(180,130,141); }
H1.HeaderClassName
{
color: #B4828D;
}
.AnyTagClassName
{
color: #B4828D;
}
</style>
background-color css
<style>
a { background-color: #B4828D; }
a { background-color: rgb(180,130,141); }
div.DivClassName
{
background-color: #B4828D;
}
.BgClassName
{
background-color: #B4828D;
}
</style>
border-color css
<style>
span { border-color: #B4828D; }
span { border-color: rgb(180,130,141); }
td.TdClassName
{
border-color: #B4828D;
}
.TagClassName
{
border-color: #B4828D;
}
</style>