Shades of Tapestry #B9717E
Tints of Tapestry #B9717E
RGB
CMYK
RGB Variations
Color information
#B9717E (or 0xB9717E) is known color: Tapestry. HEX triplet: B9, 71 and 7E. RGB value is (185,113,126). Sum of RGB (Red+Green+Blue) = 185+113+126=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717E is #468E81. Grayscale: #888888. Windows color (decimal): -4624002 or 8286649. OLE color: 8286649.
HSL color Cylindrical-coordinate representation of color #B9717E: hue angle of 349.17º 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 #B9717E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 126 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.27 |
| HSL | 349.17º | 0.34% | 0.58% | - |
| HSV(B) | 349.17º | 0.39% | 0.73% | - |
| XYZ | 29.68 | 23.63 | 22.74 | - |
| YUV | 136.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 126 | 0 | 0.39 | 0.32 | 0.27 | 349.17 | 0.34 | 0.58 |
| Hex | B9 | 71 | 7E | 0 | 27 | 20 | 1B | 15D | 22 | 3A |
| Octal | 271 | 161 | 176 | 0 | 47 | 40 | 33 | 535 | 42 | 72 |
| Binary | 10111001 | 1110001 | 1111110 | 0 | 100111 | 100000 | 11011 | 101011101 | 100010 | 111010 |
Color Harmonies of #B9717E
Complementary color
Monochromatic Colors of #B9717E
Black with #B9717E
Text Example
Text Example
White with #B9717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9717E; }
p { color: rgb(185,113,126); }
H1.HeaderClassName
{
color: #B9717E;
}
.AnyTagClassName
{
color: #B9717E;
}
</style>
background-color css
<style>
a { background-color: #B9717E; }
a { background-color: rgb(185,113,126); }
div.DivClassName
{
background-color: #B9717E;
}
.BgClassName
{
background-color: #B9717E;
}
</style>
border-color css
<style>
span { border-color: #B9717E; }
span { border-color: rgb(185,113,126); }
td.TdClassName
{
border-color: #B9717E;
}
.TagClassName
{
border-color: #B9717E;
}
</style>