Shades of Tapestry #B9647B
Tints of Tapestry #B9647B
RGB
CMYK
RGB Variations
Color information
#B9647B (or 0xB9647B) is known color: Tapestry. HEX triplet: B9, 64 and 7B. RGB value is (185,100,123). Sum of RGB (Red+Green+Blue) = 185+100+123=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9647B is #469B84. Grayscale: #808080. Windows color (decimal): -4627333 or 8086713. OLE color: 8086713.
HSL color Cylindrical-coordinate representation of color #B9647B: hue angle of 343.76º 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 #B9647B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 123 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.27 |
| HSL | 343.76º | 0.38% | 0.56% | - |
| HSV(B) | 343.76º | 0.46% | 0.73% | - |
| XYZ | 28.14 | 20.86 | 21.28 | - |
| YUV | 128.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 123 | 0 | 0.46 | 0.34 | 0.27 | 343.76 | 0.38 | 0.56 |
| Hex | B9 | 64 | 7B | 0 | 2E | 22 | 1B | 158 | 26 | 38 |
| Octal | 271 | 144 | 173 | 0 | 56 | 42 | 33 | 530 | 46 | 70 |
| Binary | 10111001 | 1100100 | 1111011 | 0 | 101110 | 100010 | 11011 | 101011000 | 100110 | 111000 |
Color Harmonies of #B9647B
Complementary color
Monochromatic Colors of #B9647B
Black with #B9647B
Text Example
Text Example
White with #B9647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9647B; }
p { color: rgb(185,100,123); }
H1.HeaderClassName
{
color: #B9647B;
}
.AnyTagClassName
{
color: #B9647B;
}
</style>
background-color css
<style>
a { background-color: #B9647B; }
a { background-color: rgb(185,100,123); }
div.DivClassName
{
background-color: #B9647B;
}
.BgClassName
{
background-color: #B9647B;
}
</style>
border-color css
<style>
span { border-color: #B9647B; }
span { border-color: rgb(185,100,123); }
td.TdClassName
{
border-color: #B9647B;
}
.TagClassName
{
border-color: #B9647B;
}
</style>