Shades of Tapestry #B9717F
Tints of Tapestry #B9717F
RGB
CMYK
RGB Variations
Color information
#B9717F (or 0xB9717F) is known color: Tapestry. HEX triplet: B9, 71 and 7F. RGB value is (185,113,127). Sum of RGB (Red+Green+Blue) = 185+113+127=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717F is #468E80. Grayscale: #888888. Windows color (decimal): -4624001 or 8352185. OLE color: 8352185.
HSL color Cylindrical-coordinate representation of color #B9717F: hue angle of 348.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9717F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 127 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.27 |
| HSL | 348.33º | 0.34% | 0.58% | - |
| HSV(B) | 348.33º | 0.39% | 0.73% | - |
| XYZ | 29.74 | 23.66 | 23.08 | - |
| YUV | 136.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 127 | 0 | 0.39 | 0.31 | 0.27 | 348.33 | 0.34 | 0.58 |
| Hex | B9 | 71 | 7F | 0 | 27 | 1F | 1B | 15C | 22 | 3A |
| Octal | 271 | 161 | 177 | 0 | 47 | 37 | 33 | 534 | 42 | 72 |
| Binary | 10111001 | 1110001 | 1111111 | 0 | 100111 | 11111 | 11011 | 101011100 | 100010 | 111010 |
Color Harmonies of #B9717F
Complementary color
Monochromatic Colors of #B9717F
Black with #B9717F
Text Example
Text Example
White with #B9717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9717F; }
p { color: rgb(185,113,127); }
H1.HeaderClassName
{
color: #B9717F;
}
.AnyTagClassName
{
color: #B9717F;
}
</style>
background-color css
<style>
a { background-color: #B9717F; }
a { background-color: rgb(185,113,127); }
div.DivClassName
{
background-color: #B9717F;
}
.BgClassName
{
background-color: #B9717F;
}
</style>
border-color css
<style>
span { border-color: #B9717F; }
span { border-color: rgb(185,113,127); }
td.TdClassName
{
border-color: #B9717F;
}
.TagClassName
{
border-color: #B9717F;
}
</style>