Shades of Tapestry #B0757F
Tints of Tapestry #B0757F
RGB
CMYK
RGB Variations
Color information
#B0757F (or 0xB0757F) is known color: Tapestry. HEX triplet: B0, 75 and 7F. RGB value is (176,117,127). Sum of RGB (Red+Green+Blue) = 176+117+127=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757F is #4F8A80. Grayscale: #878787. Windows color (decimal): -5212801 or 8353200. OLE color: 8353200.
HSL color Cylindrical-coordinate representation of color #B0757F: hue angle of 349.83º 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 #B0757F is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 127 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.31 |
| HSL | 349.83º | 0.27% | 0.57% | - |
| HSV(B) | 349.83º | 0.34% | 0.69% | - |
| XYZ | 28.1 | 23.48 | 23.13 | - |
| YUV | 135.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 127 | 0 | 0.34 | 0.28 | 0.31 | 349.83 | 0.27 | 0.57 |
| Hex | B0 | 75 | 7F | 0 | 22 | 1C | 1F | 15E | 1B | 39 |
| Octal | 260 | 165 | 177 | 0 | 42 | 34 | 37 | 536 | 33 | 71 |
| Binary | 10110000 | 1110101 | 1111111 | 0 | 100010 | 11100 | 11111 | 101011110 | 11011 | 111001 |
Color Harmonies of #B0757F
Complementary color
Monochromatic Colors of #B0757F
Black with #B0757F
Text Example
Text Example
White with #B0757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0757F; }
p { color: rgb(176,117,127); }
H1.HeaderClassName
{
color: #B0757F;
}
.AnyTagClassName
{
color: #B0757F;
}
</style>
background-color css
<style>
a { background-color: #B0757F; }
a { background-color: rgb(176,117,127); }
div.DivClassName
{
background-color: #B0757F;
}
.BgClassName
{
background-color: #B0757F;
}
</style>
border-color css
<style>
span { border-color: #B0757F; }
span { border-color: rgb(176,117,127); }
td.TdClassName
{
border-color: #B0757F;
}
.TagClassName
{
border-color: #B0757F;
}
</style>