Shades of Tapestry #B4808D
Tints of Tapestry #B4808D
RGB
CMYK
RGB Variations
Color information
#B4808D (or 0xB4808D) is known color: Tapestry. HEX triplet: B4, 80 and 8D. RGB value is (180,128,141). Sum of RGB (Red+Green+Blue) = 180+128+141=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4808D is #4B7F72. Grayscale: #919191. Windows color (decimal): -4947827 or 9273524. OLE color: 9273524.
HSL color Cylindrical-coordinate representation of color #B4808D: hue angle of 345º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4808D is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 141 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.29 |
| HSL | 345º | 0.26% | 0.6% | - |
| HSV(B) | 345º | 0.29% | 0.71% | - |
| XYZ | 31.35 | 27.06 | 28.77 | - |
| YUV | 145.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 141 | 0 | 0.29 | 0.22 | 0.29 | 345 | 0.26 | 0.6 |
| Hex | B4 | 80 | 8D | 0 | 1D | 16 | 1D | 159 | 1A | 3C |
| Octal | 264 | 200 | 215 | 0 | 35 | 26 | 35 | 531 | 32 | 74 |
| Binary | 10110100 | 10000000 | 10001101 | 0 | 11101 | 10110 | 11101 | 101011001 | 11010 | 111100 |
Color Harmonies of #B4808D
Complementary color
Monochromatic Colors of #B4808D
Black with #B4808D
Text Example
Text Example
White with #B4808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4808D; }
p { color: rgb(180,128,141); }
H1.HeaderClassName
{
color: #B4808D;
}
.AnyTagClassName
{
color: #B4808D;
}
</style>
background-color css
<style>
a { background-color: #B4808D; }
a { background-color: rgb(180,128,141); }
div.DivClassName
{
background-color: #B4808D;
}
.BgClassName
{
background-color: #B4808D;
}
</style>
border-color css
<style>
span { border-color: #B4808D; }
span { border-color: rgb(180,128,141); }
td.TdClassName
{
border-color: #B4808D;
}
.TagClassName
{
border-color: #B4808D;
}
</style>