Shades of Tapestry #B9617C
Tints of Tapestry #B9617C
RGB
CMYK
RGB Variations
Color information
#B9617C (or 0xB9617C) is known color: Tapestry. HEX triplet: B9, 61 and 7C. RGB value is (185,97,124). Sum of RGB (Red+Green+Blue) = 185+97+124=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9617C is #469E83. Grayscale: #7E7E7E. Windows color (decimal): -4628100 or 8151481. OLE color: 8151481.
HSL color Cylindrical-coordinate representation of color #B9617C: hue angle of 341.59º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9617C is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 97 | 124 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.27 |
| HSL | 341.59º | 0.39% | 0.55% | - |
| HSV(B) | 341.59º | 0.48% | 0.73% | - |
| XYZ | 27.92 | 20.32 | 21.52 | - |
| YUV | 126.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 124 | 0 | 0.48 | 0.33 | 0.27 | 341.59 | 0.39 | 0.55 |
| Hex | B9 | 61 | 7C | 0 | 30 | 21 | 1B | 156 | 27 | 37 |
| Octal | 271 | 141 | 174 | 0 | 60 | 41 | 33 | 526 | 47 | 67 |
| Binary | 10111001 | 1100001 | 1111100 | 0 | 110000 | 100001 | 11011 | 101010110 | 100111 | 110111 |
Color Harmonies of #B9617C
Complementary color
Monochromatic Colors of #B9617C
Black with #B9617C
Text Example
Text Example
White with #B9617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9617C; }
p { color: rgb(185,97,124); }
H1.HeaderClassName
{
color: #B9617C;
}
.AnyTagClassName
{
color: #B9617C;
}
</style>
background-color css
<style>
a { background-color: #B9617C; }
a { background-color: rgb(185,97,124); }
div.DivClassName
{
background-color: #B9617C;
}
.BgClassName
{
background-color: #B9617C;
}
</style>
border-color css
<style>
span { border-color: #B9617C; }
span { border-color: rgb(185,97,124); }
td.TdClassName
{
border-color: #B9617C;
}
.TagClassName
{
border-color: #B9617C;
}
</style>