Shades of Tapestry #B0758E
Tints of Tapestry #B0758E
RGB
CMYK
RGB Variations
Color information
#B0758E (or 0xB0758E) is known color: Tapestry. HEX triplet: B0, 75 and 8E. RGB value is (176,117,142). Sum of RGB (Red+Green+Blue) = 176+117+142=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0758E is #4F8A71. Grayscale: #898989. Windows color (decimal): -5212786 or 9336240. OLE color: 9336240.
HSL color Cylindrical-coordinate representation of color #B0758E: hue angle of 334.58º 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 #B0758E is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 142 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.31 |
| HSL | 334.58º | 0.27% | 0.57% | - |
| HSV(B) | 334.58º | 0.34% | 0.69% | - |
| XYZ | 29.15 | 23.91 | 28.67 | - |
| YUV | 137.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 142 | 0 | 0.34 | 0.19 | 0.31 | 334.58 | 0.27 | 0.57 |
| Hex | B0 | 75 | 8E | 0 | 22 | 13 | 1F | 14F | 1B | 39 |
| Octal | 260 | 165 | 216 | 0 | 42 | 23 | 37 | 517 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10001110 | 0 | 100010 | 10011 | 11111 | 101001111 | 11011 | 111001 |
Color Harmonies of #B0758E
Complementary color
Monochromatic Colors of #B0758E
Black with #B0758E
Text Example
Text Example
White with #B0758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0758E; }
p { color: rgb(176,117,142); }
H1.HeaderClassName
{
color: #B0758E;
}
.AnyTagClassName
{
color: #B0758E;
}
</style>
background-color css
<style>
a { background-color: #B0758E; }
a { background-color: rgb(176,117,142); }
div.DivClassName
{
background-color: #B0758E;
}
.BgClassName
{
background-color: #B0758E;
}
</style>
border-color css
<style>
span { border-color: #B0758E; }
span { border-color: rgb(176,117,142); }
td.TdClassName
{
border-color: #B0758E;
}
.TagClassName
{
border-color: #B0758E;
}
</style>