Shades of Tapestry #B07D8C
Tints of Tapestry #B07D8C
RGB
CMYK
RGB Variations
Color information
#B07D8C (or 0xB07D8C) is known color: Tapestry. HEX triplet: B0, 7D and 8C. RGB value is (176,125,140). Sum of RGB (Red+Green+Blue) = 176+125+140=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D8C is #4F8273. Grayscale: #8D8D8D. Windows color (decimal): -5210740 or 9207216. OLE color: 9207216.
HSL color Cylindrical-coordinate representation of color #B07D8C: hue angle of 342.35º 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 #B07D8C is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 140 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.31 |
| HSL | 342.35º | 0.24% | 0.59% | - |
| HSV(B) | 342.35º | 0.29% | 0.69% | - |
| XYZ | 29.97 | 25.79 | 28.21 | - |
| YUV | 141.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 140 | 0 | 0.29 | 0.20 | 0.31 | 342.35 | 0.24 | 0.59 |
| Hex | B0 | 7D | 8C | 0 | 1D | 14 | 1F | 156 | 18 | 3B |
| Octal | 260 | 175 | 214 | 0 | 35 | 24 | 37 | 526 | 30 | 73 |
| Binary | 10110000 | 1111101 | 10001100 | 0 | 11101 | 10100 | 11111 | 101010110 | 11000 | 111011 |
Color Harmonies of #B07D8C
Complementary color
Monochromatic Colors of #B07D8C
Black with #B07D8C
Text Example
Text Example
White with #B07D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D8C; }
p { color: rgb(176,125,140); }
H1.HeaderClassName
{
color: #B07D8C;
}
.AnyTagClassName
{
color: #B07D8C;
}
</style>
background-color css
<style>
a { background-color: #B07D8C; }
a { background-color: rgb(176,125,140); }
div.DivClassName
{
background-color: #B07D8C;
}
.BgClassName
{
background-color: #B07D8C;
}
</style>
border-color css
<style>
span { border-color: #B07D8C; }
span { border-color: rgb(176,125,140); }
td.TdClassName
{
border-color: #B07D8C;
}
.TagClassName
{
border-color: #B07D8C;
}
</style>