Shades of Tapestry #B0647A
Tints of Tapestry #B0647A
RGB
CMYK
RGB Variations
Color information
#B0647A (or 0xB0647A) is known color: Tapestry. HEX triplet: B0, 64 and 7A. RGB value is (176,100,122). Sum of RGB (Red+Green+Blue) = 176+100+122=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0647A is #4F9B85. Grayscale: #7D7D7D. Windows color (decimal): -5217158 or 8021168. OLE color: 8021168.
HSL color Cylindrical-coordinate representation of color #B0647A: hue angle of 342.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0647A is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 122 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.31 |
| HSL | 342.63º | 0.32% | 0.54% | - |
| HSV(B) | 342.63º | 0.43% | 0.69% | - |
| XYZ | 25.97 | 19.75 | 20.86 | - |
| YUV | 125.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 122 | 0 | 0.43 | 0.31 | 0.31 | 342.63 | 0.32 | 0.54 |
| Hex | B0 | 64 | 7A | 0 | 2B | 1F | 1F | 157 | 20 | 36 |
| Octal | 260 | 144 | 172 | 0 | 53 | 37 | 37 | 527 | 40 | 66 |
| Binary | 10110000 | 1100100 | 1111010 | 0 | 101011 | 11111 | 11111 | 101010111 | 100000 | 110110 |
Color Harmonies of #B0647A
Complementary color
Monochromatic Colors of #B0647A
Black with #B0647A
Text Example
Text Example
White with #B0647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0647A; }
p { color: rgb(176,100,122); }
H1.HeaderClassName
{
color: #B0647A;
}
.AnyTagClassName
{
color: #B0647A;
}
</style>
background-color css
<style>
a { background-color: #B0647A; }
a { background-color: rgb(176,100,122); }
div.DivClassName
{
background-color: #B0647A;
}
.BgClassName
{
background-color: #B0647A;
}
</style>
border-color css
<style>
span { border-color: #B0647A; }
span { border-color: rgb(176,100,122); }
td.TdClassName
{
border-color: #B0647A;
}
.TagClassName
{
border-color: #B0647A;
}
</style>