Shades of Tapestry #B4808E
Tints of Tapestry #B4808E
RGB
CMYK
RGB Variations
Color information
#B4808E (or 0xB4808E) is known color: Tapestry. HEX triplet: B4, 80 and 8E. RGB value is (180,128,142). Sum of RGB (Red+Green+Blue) = 180+128+142=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4808E is #4B7F71. Grayscale: #919191. Windows color (decimal): -4947826 or 9339060. OLE color: 9339060.
HSL color Cylindrical-coordinate representation of color #B4808E: hue angle of 343.85º 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 #B4808E is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 142 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.29 |
| HSL | 343.85º | 0.26% | 0.6% | - |
| HSV(B) | 343.85º | 0.29% | 0.71% | - |
| XYZ | 31.42 | 27.09 | 29.16 | - |
| YUV | 145.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 142 | 0 | 0.29 | 0.21 | 0.29 | 343.85 | 0.26 | 0.6 |
| Hex | B4 | 80 | 8E | 0 | 1D | 15 | 1D | 158 | 1A | 3C |
| Octal | 264 | 200 | 216 | 0 | 35 | 25 | 35 | 530 | 32 | 74 |
| Binary | 10110100 | 10000000 | 10001110 | 0 | 11101 | 10101 | 11101 | 101011000 | 11010 | 111100 |
Color Harmonies of #B4808E
Complementary color
Monochromatic Colors of #B4808E
Black with #B4808E
Text Example
Text Example
White with #B4808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4808E; }
p { color: rgb(180,128,142); }
H1.HeaderClassName
{
color: #B4808E;
}
.AnyTagClassName
{
color: #B4808E;
}
</style>
background-color css
<style>
a { background-color: #B4808E; }
a { background-color: rgb(180,128,142); }
div.DivClassName
{
background-color: #B4808E;
}
.BgClassName
{
background-color: #B4808E;
}
</style>
border-color css
<style>
span { border-color: #B4808E; }
span { border-color: rgb(180,128,142); }
td.TdClassName
{
border-color: #B4808E;
}
.TagClassName
{
border-color: #B4808E;
}
</style>