Shades of Tapestry #B0717E
Tints of Tapestry #B0717E
RGB
CMYK
RGB Variations
Color information
#B0717E (or 0xB0717E) is known color: Tapestry. HEX triplet: B0, 71 and 7E. RGB value is (176,113,126). Sum of RGB (Red+Green+Blue) = 176+113+126=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717E is #4F8E81. Grayscale: #858585. Windows color (decimal): -5213826 or 8286640. OLE color: 8286640.
HSL color Cylindrical-coordinate representation of color #B0717E: hue angle of 347.62º 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 #B0717E is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 126 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.31 |
| HSL | 347.62º | 0.29% | 0.57% | - |
| HSV(B) | 347.62º | 0.36% | 0.69% | - |
| XYZ | 27.58 | 22.55 | 22.64 | - |
| YUV | 133.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 126 | 0 | 0.36 | 0.28 | 0.31 | 347.62 | 0.29 | 0.57 |
| Hex | B0 | 71 | 7E | 0 | 24 | 1C | 1F | 15C | 1D | 39 |
| Octal | 260 | 161 | 176 | 0 | 44 | 34 | 37 | 534 | 35 | 71 |
| Binary | 10110000 | 1110001 | 1111110 | 0 | 100100 | 11100 | 11111 | 101011100 | 11101 | 111001 |
Color Harmonies of #B0717E
Complementary color
Monochromatic Colors of #B0717E
Black with #B0717E
Text Example
Text Example
White with #B0717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0717E; }
p { color: rgb(176,113,126); }
H1.HeaderClassName
{
color: #B0717E;
}
.AnyTagClassName
{
color: #B0717E;
}
</style>
background-color css
<style>
a { background-color: #B0717E; }
a { background-color: rgb(176,113,126); }
div.DivClassName
{
background-color: #B0717E;
}
.BgClassName
{
background-color: #B0717E;
}
</style>
border-color css
<style>
span { border-color: #B0717E; }
span { border-color: rgb(176,113,126); }
td.TdClassName
{
border-color: #B0717E;
}
.TagClassName
{
border-color: #B0717E;
}
</style>