Shades of Tapestry #B07B8D
Tints of Tapestry #B07B8D
RGB
CMYK
RGB Variations
Color information
#B07B8D (or 0xB07B8D) is known color: Tapestry. HEX triplet: B0, 7B and 8D. RGB value is (176,123,141). Sum of RGB (Red+Green+Blue) = 176+123+141=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B8D is #4F8472. Grayscale: #8C8C8C. Windows color (decimal): -5211251 or 9272240. OLE color: 9272240.
HSL color Cylindrical-coordinate representation of color #B07B8D: hue angle of 339.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B8D is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 141 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.31 |
| HSL | 339.62º | 0.25% | 0.59% | - |
| HSV(B) | 339.62º | 0.3% | 0.69% | - |
| XYZ | 29.8 | 25.32 | 28.52 | - |
| YUV | 140.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 141 | 0 | 0.30 | 0.20 | 0.31 | 339.62 | 0.25 | 0.59 |
| Hex | B0 | 7B | 8D | 0 | 1E | 14 | 1F | 154 | 19 | 3B |
| Octal | 260 | 173 | 215 | 0 | 36 | 24 | 37 | 524 | 31 | 73 |
| Binary | 10110000 | 1111011 | 10001101 | 0 | 11110 | 10100 | 11111 | 101010100 | 11001 | 111011 |
Color Harmonies of #B07B8D
Complementary color
Monochromatic Colors of #B07B8D
Black with #B07B8D
Text Example
Text Example
White with #B07B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B8D; }
p { color: rgb(176,123,141); }
H1.HeaderClassName
{
color: #B07B8D;
}
.AnyTagClassName
{
color: #B07B8D;
}
</style>
background-color css
<style>
a { background-color: #B07B8D; }
a { background-color: rgb(176,123,141); }
div.DivClassName
{
background-color: #B07B8D;
}
.BgClassName
{
background-color: #B07B8D;
}
</style>
border-color css
<style>
span { border-color: #B07B8D; }
span { border-color: rgb(176,123,141); }
td.TdClassName
{
border-color: #B07B8D;
}
.TagClassName
{
border-color: #B07B8D;
}
</style>