Shades of Tapestry #B0758F
Tints of Tapestry #B0758F
RGB
CMYK
RGB Variations
Color information
#B0758F (or 0xB0758F) is known color: Tapestry. HEX triplet: B0, 75 and 8F. RGB value is (176,117,143). Sum of RGB (Red+Green+Blue) = 176+117+143=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0758F is #4F8A70. Grayscale: #898989. Windows color (decimal): -5212785 or 9401776. OLE color: 9401776.
HSL color Cylindrical-coordinate representation of color #B0758F: hue angle of 333.56º 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 #B0758F is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 143 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.31 |
| HSL | 333.56º | 0.27% | 0.57% | - |
| HSV(B) | 333.56º | 0.34% | 0.69% | - |
| XYZ | 29.22 | 23.94 | 29.07 | - |
| YUV | 137.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 143 | 0 | 0.34 | 0.19 | 0.31 | 333.56 | 0.27 | 0.57 |
| Hex | B0 | 75 | 8F | 0 | 22 | 13 | 1F | 14E | 1B | 39 |
| Octal | 260 | 165 | 217 | 0 | 42 | 23 | 37 | 516 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10001111 | 0 | 100010 | 10011 | 11111 | 101001110 | 11011 | 111001 |
Color Harmonies of #B0758F
Complementary color
Monochromatic Colors of #B0758F
Black with #B0758F
Text Example
Text Example
White with #B0758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0758F; }
p { color: rgb(176,117,143); }
H1.HeaderClassName
{
color: #B0758F;
}
.AnyTagClassName
{
color: #B0758F;
}
</style>
background-color css
<style>
a { background-color: #B0758F; }
a { background-color: rgb(176,117,143); }
div.DivClassName
{
background-color: #B0758F;
}
.BgClassName
{
background-color: #B0758F;
}
</style>
border-color css
<style>
span { border-color: #B0758F; }
span { border-color: rgb(176,117,143); }
td.TdClassName
{
border-color: #B0758F;
}
.TagClassName
{
border-color: #B0758F;
}
</style>