Shades of Tapestry #B07885
Tints of Tapestry #B07885
RGB
CMYK
RGB Variations
Color information
#B07885 (or 0xB07885) is known color: Tapestry. HEX triplet: B0, 78 and 85. RGB value is (176,120,133). Sum of RGB (Red+Green+Blue) = 176+120+133=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07885 is #4F877A. Grayscale: #8A8A8A. Windows color (decimal): -5212027 or 8747184. OLE color: 8747184.
HSL color Cylindrical-coordinate representation of color #B07885: hue angle of 346.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07885 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 133 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.31 |
| HSL | 346.07º | 0.26% | 0.58% | - |
| HSV(B) | 346.07º | 0.32% | 0.69% | - |
| XYZ | 28.85 | 24.36 | 25.37 | - |
| YUV | 138.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 133 | 0 | 0.32 | 0.24 | 0.31 | 346.07 | 0.26 | 0.58 |
| Hex | B0 | 78 | 85 | 0 | 20 | 18 | 1F | 15A | 1A | 3A |
| Octal | 260 | 170 | 205 | 0 | 40 | 30 | 37 | 532 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10000101 | 0 | 100000 | 11000 | 11111 | 101011010 | 11010 | 111010 |
Color Harmonies of #B07885
Complementary color
Monochromatic Colors of #B07885
Black with #B07885
Text Example
Text Example
White with #B07885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07885; }
p { color: rgb(176,120,133); }
H1.HeaderClassName
{
color: #B07885;
}
.AnyTagClassName
{
color: #B07885;
}
</style>
background-color css
<style>
a { background-color: #B07885; }
a { background-color: rgb(176,120,133); }
div.DivClassName
{
background-color: #B07885;
}
.BgClassName
{
background-color: #B07885;
}
</style>
border-color css
<style>
span { border-color: #B07885; }
span { border-color: rgb(176,120,133); }
td.TdClassName
{
border-color: #B07885;
}
.TagClassName
{
border-color: #B07885;
}
</style>