Shades of Tapestry #B0717C
Tints of Tapestry #B0717C
RGB
CMYK
RGB Variations
Color information
#B0717C (or 0xB0717C) is known color: Tapestry. HEX triplet: B0, 71 and 7C. RGB value is (176,113,124). Sum of RGB (Red+Green+Blue) = 176+113+124=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717C is #4F8E83. Grayscale: #858585. Windows color (decimal): -5213828 or 8155568. OLE color: 8155568.
HSL color Cylindrical-coordinate representation of color #B0717C: hue angle of 349.52º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0717C is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 124 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.31 |
| HSL | 349.52º | 0.29% | 0.57% | - |
| HSV(B) | 349.52º | 0.36% | 0.69% | - |
| XYZ | 27.45 | 22.5 | 21.96 | - |
| YUV | 133.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 124 | 0 | 0.36 | 0.30 | 0.31 | 349.52 | 0.29 | 0.57 |
| Hex | B0 | 71 | 7C | 0 | 24 | 1E | 1F | 15E | 1D | 39 |
| Octal | 260 | 161 | 174 | 0 | 44 | 36 | 37 | 536 | 35 | 71 |
| Binary | 10110000 | 1110001 | 1111100 | 0 | 100100 | 11110 | 11111 | 101011110 | 11101 | 111001 |
Color Harmonies of #B0717C
Complementary color
Monochromatic Colors of #B0717C
Black with #B0717C
Text Example
Text Example
White with #B0717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0717C; }
p { color: rgb(176,113,124); }
H1.HeaderClassName
{
color: #B0717C;
}
.AnyTagClassName
{
color: #B0717C;
}
</style>
background-color css
<style>
a { background-color: #B0717C; }
a { background-color: rgb(176,113,124); }
div.DivClassName
{
background-color: #B0717C;
}
.BgClassName
{
background-color: #B0717C;
}
</style>
border-color css
<style>
span { border-color: #B0717C; }
span { border-color: rgb(176,113,124); }
td.TdClassName
{
border-color: #B0717C;
}
.TagClassName
{
border-color: #B0717C;
}
</style>