Shades of Tapestry #B07F85
Tints of Tapestry #B07F85
RGB
CMYK
RGB Variations
Color information
#B07F85 (or 0xB07F85) is known color: Tapestry. HEX triplet: B0, 7F and 85. RGB value is (176,127,133). Sum of RGB (Red+Green+Blue) = 176+127+133=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F85 is #4F807A. Grayscale: #8E8E8E. Windows color (decimal): -5210235 or 8748976. OLE color: 8748976.
HSL color Cylindrical-coordinate representation of color #B07F85: hue angle of 352.65º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07F85 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 133 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.31 |
| HSL | 352.65º | 0.24% | 0.59% | - |
| HSV(B) | 352.65º | 0.28% | 0.69% | - |
| XYZ | 29.73 | 26.1 | 25.66 | - |
| YUV | 142.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 133 | 0 | 0.28 | 0.24 | 0.31 | 352.65 | 0.24 | 0.59 |
| Hex | B0 | 7F | 85 | 0 | 1C | 18 | 1F | 161 | 18 | 3B |
| Octal | 260 | 177 | 205 | 0 | 34 | 30 | 37 | 541 | 30 | 73 |
| Binary | 10110000 | 1111111 | 10000101 | 0 | 11100 | 11000 | 11111 | 101100001 | 11000 | 111011 |
Color Harmonies of #B07F85
Complementary color
Monochromatic Colors of #B07F85
Black with #B07F85
Text Example
Text Example
White with #B07F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F85; }
p { color: rgb(176,127,133); }
H1.HeaderClassName
{
color: #B07F85;
}
.AnyTagClassName
{
color: #B07F85;
}
</style>
background-color css
<style>
a { background-color: #B07F85; }
a { background-color: rgb(176,127,133); }
div.DivClassName
{
background-color: #B07F85;
}
.BgClassName
{
background-color: #B07F85;
}
</style>
border-color css
<style>
span { border-color: #B07F85; }
span { border-color: rgb(176,127,133); }
td.TdClassName
{
border-color: #B07F85;
}
.TagClassName
{
border-color: #B07F85;
}
</style>