Shades of Tapestry #B9647D
Tints of Tapestry #B9647D
RGB
CMYK
RGB Variations
Color information
#B9647D (or 0xB9647D) is known color: Tapestry. HEX triplet: B9, 64 and 7D. RGB value is (185,100,125). Sum of RGB (Red+Green+Blue) = 185+100+125=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9647D is #469B82. Grayscale: #808080. Windows color (decimal): -4627331 or 8217785. OLE color: 8217785.
HSL color Cylindrical-coordinate representation of color #B9647D: hue angle of 342.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9647D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 125 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.27 |
| HSL | 342.35º | 0.38% | 0.56% | - |
| HSV(B) | 342.35º | 0.46% | 0.73% | - |
| XYZ | 28.27 | 20.91 | 21.95 | - |
| YUV | 128.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 125 | 0 | 0.46 | 0.32 | 0.27 | 342.35 | 0.38 | 0.56 |
| Hex | B9 | 64 | 7D | 0 | 2E | 20 | 1B | 156 | 26 | 38 |
| Octal | 271 | 144 | 175 | 0 | 56 | 40 | 33 | 526 | 46 | 70 |
| Binary | 10111001 | 1100100 | 1111101 | 0 | 101110 | 100000 | 11011 | 101010110 | 100110 | 111000 |
Color Harmonies of #B9647D
Complementary color
Monochromatic Colors of #B9647D
Black with #B9647D
Text Example
Text Example
White with #B9647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9647D; }
p { color: rgb(185,100,125); }
H1.HeaderClassName
{
color: #B9647D;
}
.AnyTagClassName
{
color: #B9647D;
}
</style>
background-color css
<style>
a { background-color: #B9647D; }
a { background-color: rgb(185,100,125); }
div.DivClassName
{
background-color: #B9647D;
}
.BgClassName
{
background-color: #B9647D;
}
</style>
border-color css
<style>
span { border-color: #B9647D; }
span { border-color: rgb(185,100,125); }
td.TdClassName
{
border-color: #B9647D;
}
.TagClassName
{
border-color: #B9647D;
}
</style>