Shades of Tapestry #B0717F
Tints of Tapestry #B0717F
RGB
CMYK
RGB Variations
Color information
#B0717F (or 0xB0717F) is known color: Tapestry. HEX triplet: B0, 71 and 7F. RGB value is (176,113,127). Sum of RGB (Red+Green+Blue) = 176+113+127=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717F is #4F8E80. Grayscale: #858585. Windows color (decimal): -5213825 or 8352176. OLE color: 8352176.
HSL color Cylindrical-coordinate representation of color #B0717F: hue angle of 346.67º 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 #B0717F is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 127 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.31 |
| HSL | 346.67º | 0.29% | 0.57% | - |
| HSV(B) | 346.67º | 0.36% | 0.69% | - |
| XYZ | 27.64 | 22.57 | 22.98 | - |
| YUV | 133.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 127 | 0 | 0.36 | 0.28 | 0.31 | 346.67 | 0.29 | 0.57 |
| Hex | B0 | 71 | 7F | 0 | 24 | 1C | 1F | 15B | 1D | 39 |
| Octal | 260 | 161 | 177 | 0 | 44 | 34 | 37 | 533 | 35 | 71 |
| Binary | 10110000 | 1110001 | 1111111 | 0 | 100100 | 11100 | 11111 | 101011011 | 11101 | 111001 |
Color Harmonies of #B0717F
Complementary color
Monochromatic Colors of #B0717F
Black with #B0717F
Text Example
Text Example
White with #B0717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0717F; }
p { color: rgb(176,113,127); }
H1.HeaderClassName
{
color: #B0717F;
}
.AnyTagClassName
{
color: #B0717F;
}
</style>
background-color css
<style>
a { background-color: #B0717F; }
a { background-color: rgb(176,113,127); }
div.DivClassName
{
background-color: #B0717F;
}
.BgClassName
{
background-color: #B0717F;
}
</style>
border-color css
<style>
span { border-color: #B0717F; }
span { border-color: rgb(176,113,127); }
td.TdClassName
{
border-color: #B0717F;
}
.TagClassName
{
border-color: #B0717F;
}
</style>