Shades of Tapestry #B07884
Tints of Tapestry #B07884
RGB
CMYK
RGB Variations
Color information
#B07884 (or 0xB07884) is known color: Tapestry. HEX triplet: B0, 78 and 84. RGB value is (176,120,132). Sum of RGB (Red+Green+Blue) = 176+120+132=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07884 is #4F877B. Grayscale: #8A8A8A. Windows color (decimal): -5212028 or 8681648. OLE color: 8681648.
HSL color Cylindrical-coordinate representation of color #B07884: hue angle of 347.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07884 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 132 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.31 |
| HSL | 347.14º | 0.26% | 0.58% | - |
| HSV(B) | 347.14º | 0.32% | 0.69% | - |
| XYZ | 28.79 | 24.33 | 25.01 | - |
| YUV | 138.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 132 | 0 | 0.32 | 0.25 | 0.31 | 347.14 | 0.26 | 0.58 |
| Hex | B0 | 78 | 84 | 0 | 20 | 19 | 1F | 15B | 1A | 3A |
| Octal | 260 | 170 | 204 | 0 | 40 | 31 | 37 | 533 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10000100 | 0 | 100000 | 11001 | 11111 | 101011011 | 11010 | 111010 |
Color Harmonies of #B07884
Complementary color
Monochromatic Colors of #B07884
Black with #B07884
Text Example
Text Example
White with #B07884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07884; }
p { color: rgb(176,120,132); }
H1.HeaderClassName
{
color: #B07884;
}
.AnyTagClassName
{
color: #B07884;
}
</style>
background-color css
<style>
a { background-color: #B07884; }
a { background-color: rgb(176,120,132); }
div.DivClassName
{
background-color: #B07884;
}
.BgClassName
{
background-color: #B07884;
}
</style>
border-color css
<style>
span { border-color: #B07884; }
span { border-color: rgb(176,120,132); }
td.TdClassName
{
border-color: #B07884;
}
.TagClassName
{
border-color: #B07884;
}
</style>