Shades of Tapestry #B07984
Tints of Tapestry #B07984
RGB
CMYK
RGB Variations
Color information
#B07984 (or 0xB07984) is known color: Tapestry. HEX triplet: B0, 79 and 84. RGB value is (176,121,132). Sum of RGB (Red+Green+Blue) = 176+121+132=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07984 is #4F867B. Grayscale: #8A8A8A. Windows color (decimal): -5211772 or 8681904. OLE color: 8681904.
HSL color Cylindrical-coordinate representation of color #B07984: hue angle of 348º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07984 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 132 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.31 |
| HSL | 348º | 0.26% | 0.58% | - |
| HSV(B) | 348º | 0.31% | 0.69% | - |
| XYZ | 28.91 | 24.57 | 25.05 | - |
| YUV | 138.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 132 | 0 | 0.31 | 0.25 | 0.31 | 348 | 0.26 | 0.58 |
| Hex | B0 | 79 | 84 | 0 | 1F | 19 | 1F | 15C | 1A | 3A |
| Octal | 260 | 171 | 204 | 0 | 37 | 31 | 37 | 534 | 32 | 72 |
| Binary | 10110000 | 1111001 | 10000100 | 0 | 11111 | 11001 | 11111 | 101011100 | 11010 | 111010 |
Color Harmonies of #B07984
Complementary color
Monochromatic Colors of #B07984
Black with #B07984
Text Example
Text Example
White with #B07984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07984; }
p { color: rgb(176,121,132); }
H1.HeaderClassName
{
color: #B07984;
}
.AnyTagClassName
{
color: #B07984;
}
</style>
background-color css
<style>
a { background-color: #B07984; }
a { background-color: rgb(176,121,132); }
div.DivClassName
{
background-color: #B07984;
}
.BgClassName
{
background-color: #B07984;
}
</style>
border-color css
<style>
span { border-color: #B07984; }
span { border-color: rgb(176,121,132); }
td.TdClassName
{
border-color: #B07984;
}
.TagClassName
{
border-color: #B07984;
}
</style>