Shades of Tapestry #B0758C
Tints of Tapestry #B0758C
RGB
CMYK
RGB Variations
Color information
#B0758C (or 0xB0758C) is known color: Tapestry. HEX triplet: B0, 75 and 8C. RGB value is (176,117,140). Sum of RGB (Red+Green+Blue) = 176+117+140=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0758C is #4F8A73. Grayscale: #898989. Windows color (decimal): -5212788 or 9205168. OLE color: 9205168.
HSL color Cylindrical-coordinate representation of color #B0758C: hue angle of 336.61º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0758C is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 140 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.31 |
| HSL | 336.61º | 0.27% | 0.57% | - |
| HSV(B) | 336.61º | 0.34% | 0.69% | - |
| XYZ | 29 | 23.85 | 27.89 | - |
| YUV | 137.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 140 | 0 | 0.34 | 0.20 | 0.31 | 336.61 | 0.27 | 0.57 |
| Hex | B0 | 75 | 8C | 0 | 22 | 14 | 1F | 151 | 1B | 39 |
| Octal | 260 | 165 | 214 | 0 | 42 | 24 | 37 | 521 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10001100 | 0 | 100010 | 10100 | 11111 | 101010001 | 11011 | 111001 |
Color Harmonies of #B0758C
Complementary color
Monochromatic Colors of #B0758C
Black with #B0758C
Text Example
Text Example
White with #B0758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0758C; }
p { color: rgb(176,117,140); }
H1.HeaderClassName
{
color: #B0758C;
}
.AnyTagClassName
{
color: #B0758C;
}
</style>
background-color css
<style>
a { background-color: #B0758C; }
a { background-color: rgb(176,117,140); }
div.DivClassName
{
background-color: #B0758C;
}
.BgClassName
{
background-color: #B0758C;
}
</style>
border-color css
<style>
span { border-color: #B0758C; }
span { border-color: rgb(176,117,140); }
td.TdClassName
{
border-color: #B0758C;
}
.TagClassName
{
border-color: #B0758C;
}
</style>