Shades of Tapestry #B7647B
Tints of Tapestry #B7647B
RGB
CMYK
RGB Variations
Color information
#B7647B (or 0xB7647B) is known color: Tapestry. HEX triplet: B7, 64 and 7B. RGB value is (183,100,123). Sum of RGB (Red+Green+Blue) = 183+100+123=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7647B is #489B84. Grayscale: #7F7F7F. Windows color (decimal): -4758405 or 8086711. OLE color: 8086711.
HSL color Cylindrical-coordinate representation of color #B7647B: hue angle of 343.37º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7647B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 123 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.28 |
| HSL | 343.37º | 0.37% | 0.55% | - |
| HSV(B) | 343.37º | 0.45% | 0.72% | - |
| XYZ | 27.66 | 20.61 | 21.26 | - |
| YUV | 127.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 123 | 0 | 0.45 | 0.33 | 0.28 | 343.37 | 0.37 | 0.55 |
| Hex | B7 | 64 | 7B | 0 | 2D | 21 | 1C | 157 | 25 | 37 |
| Octal | 267 | 144 | 173 | 0 | 55 | 41 | 34 | 527 | 45 | 67 |
| Binary | 10110111 | 1100100 | 1111011 | 0 | 101101 | 100001 | 11100 | 101010111 | 100101 | 110111 |
Color Harmonies of #B7647B
Complementary color
Monochromatic Colors of #B7647B
Black with #B7647B
Text Example
Text Example
White with #B7647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7647B; }
p { color: rgb(183,100,123); }
H1.HeaderClassName
{
color: #B7647B;
}
.AnyTagClassName
{
color: #B7647B;
}
</style>
background-color css
<style>
a { background-color: #B7647B; }
a { background-color: rgb(183,100,123); }
div.DivClassName
{
background-color: #B7647B;
}
.BgClassName
{
background-color: #B7647B;
}
</style>
border-color css
<style>
span { border-color: #B7647B; }
span { border-color: rgb(183,100,123); }
td.TdClassName
{
border-color: #B7647B;
}
.TagClassName
{
border-color: #B7647B;
}
</style>