Shades of Tapestry #B9717D
Tints of Tapestry #B9717D
RGB
CMYK
RGB Variations
Color information
#B9717D (or 0xB9717D) is known color: Tapestry. HEX triplet: B9, 71 and 7D. RGB value is (185,113,125). Sum of RGB (Red+Green+Blue) = 185+113+125=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717D is #468E82. Grayscale: #878787. Windows color (decimal): -4624003 or 8221113. OLE color: 8221113.
HSL color Cylindrical-coordinate representation of color #B9717D: hue angle of 350º 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 #B9717D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 125 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.27 |
| HSL | 350º | 0.34% | 0.58% | - |
| HSV(B) | 350º | 0.39% | 0.73% | - |
| XYZ | 29.61 | 23.61 | 22.4 | - |
| YUV | 135.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 125 | 0 | 0.39 | 0.32 | 0.27 | 350 | 0.34 | 0.58 |
| Hex | B9 | 71 | 7D | 0 | 27 | 20 | 1B | 15E | 22 | 3A |
| Octal | 271 | 161 | 175 | 0 | 47 | 40 | 33 | 536 | 42 | 72 |
| Binary | 10111001 | 1110001 | 1111101 | 0 | 100111 | 100000 | 11011 | 101011110 | 100010 | 111010 |
Color Harmonies of #B9717D
Complementary color
Monochromatic Colors of #B9717D
Black with #B9717D
Text Example
Text Example
White with #B9717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9717D; }
p { color: rgb(185,113,125); }
H1.HeaderClassName
{
color: #B9717D;
}
.AnyTagClassName
{
color: #B9717D;
}
</style>
background-color css
<style>
a { background-color: #B9717D; }
a { background-color: rgb(185,113,125); }
div.DivClassName
{
background-color: #B9717D;
}
.BgClassName
{
background-color: #B9717D;
}
</style>
border-color css
<style>
span { border-color: #B9717D; }
span { border-color: rgb(185,113,125); }
td.TdClassName
{
border-color: #B9717D;
}
.TagClassName
{
border-color: #B9717D;
}
</style>