Shades of Tapestry #B07D84
Tints of Tapestry #B07D84
RGB
CMYK
RGB Variations
Color information
#B07D84 (or 0xB07D84) is known color: Tapestry. HEX triplet: B0, 7D and 84. RGB value is (176,125,132). Sum of RGB (Red+Green+Blue) = 176+125+132=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D84 is #4F827B. Grayscale: #8D8D8D. Windows color (decimal): -5210748 or 8682928. OLE color: 8682928.
HSL color Cylindrical-coordinate representation of color #B07D84: hue angle of 351.76º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B07D84 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 132 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.31 |
| HSL | 351.76º | 0.24% | 0.59% | - |
| HSV(B) | 351.76º | 0.29% | 0.69% | - |
| XYZ | 29.4 | 25.56 | 25.21 | - |
| YUV | 141.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 132 | 0 | 0.29 | 0.25 | 0.31 | 351.76 | 0.24 | 0.59 |
| Hex | B0 | 7D | 84 | 0 | 1D | 19 | 1F | 160 | 18 | 3B |
| Octal | 260 | 175 | 204 | 0 | 35 | 31 | 37 | 540 | 30 | 73 |
| Binary | 10110000 | 1111101 | 10000100 | 0 | 11101 | 11001 | 11111 | 101100000 | 11000 | 111011 |
Color Harmonies of #B07D84
Complementary color
Monochromatic Colors of #B07D84
Black with #B07D84
Text Example
Text Example
White with #B07D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D84; }
p { color: rgb(176,125,132); }
H1.HeaderClassName
{
color: #B07D84;
}
.AnyTagClassName
{
color: #B07D84;
}
</style>
background-color css
<style>
a { background-color: #B07D84; }
a { background-color: rgb(176,125,132); }
div.DivClassName
{
background-color: #B07D84;
}
.BgClassName
{
background-color: #B07D84;
}
</style>
border-color css
<style>
span { border-color: #B07D84; }
span { border-color: rgb(176,125,132); }
td.TdClassName
{
border-color: #B07D84;
}
.TagClassName
{
border-color: #B07D84;
}
</style>