Shades of Tapestry #B9647A
Tints of Tapestry #B9647A
RGB
CMYK
RGB Variations
Color information
#B9647A (or 0xB9647A) is known color: Tapestry. HEX triplet: B9, 64 and 7A. RGB value is (185,100,122). Sum of RGB (Red+Green+Blue) = 185+100+122=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9647A is #469B85. Grayscale: #7F7F7F. Windows color (decimal): -4627334 or 8021177. OLE color: 8021177.
HSL color Cylindrical-coordinate representation of color #B9647A: hue angle of 344.47º 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 #B9647A is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 122 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.27 |
| HSL | 344.47º | 0.38% | 0.56% | - |
| HSV(B) | 344.47º | 0.46% | 0.73% | - |
| XYZ | 28.08 | 20.83 | 20.95 | - |
| YUV | 127.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 122 | 0 | 0.46 | 0.34 | 0.27 | 344.47 | 0.38 | 0.56 |
| Hex | B9 | 64 | 7A | 0 | 2E | 22 | 1B | 158 | 26 | 38 |
| Octal | 271 | 144 | 172 | 0 | 56 | 42 | 33 | 530 | 46 | 70 |
| Binary | 10111001 | 1100100 | 1111010 | 0 | 101110 | 100010 | 11011 | 101011000 | 100110 | 111000 |
Color Harmonies of #B9647A
Complementary color
Monochromatic Colors of #B9647A
Black with #B9647A
Text Example
Text Example
White with #B9647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9647A; }
p { color: rgb(185,100,122); }
H1.HeaderClassName
{
color: #B9647A;
}
.AnyTagClassName
{
color: #B9647A;
}
</style>
background-color css
<style>
a { background-color: #B9647A; }
a { background-color: rgb(185,100,122); }
div.DivClassName
{
background-color: #B9647A;
}
.BgClassName
{
background-color: #B9647A;
}
</style>
border-color css
<style>
span { border-color: #B9647A; }
span { border-color: rgb(185,100,122); }
td.TdClassName
{
border-color: #B9647A;
}
.TagClassName
{
border-color: #B9647A;
}
</style>