Shades of Tapestry #B5647F
Tints of Tapestry #B5647F
RGB
CMYK
RGB Variations
Color information
#B5647F (or 0xB5647F) is known color: Tapestry. HEX triplet: B5, 64 and 7F. RGB value is (181,100,127). Sum of RGB (Red+Green+Blue) = 181+100+127=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5647F is #4A9B80. Grayscale: #7F7F7F. Windows color (decimal): -4889473 or 8348853. OLE color: 8348853.
HSL color Cylindrical-coordinate representation of color #B5647F: hue angle of 340º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5647F is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 127 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.29 |
| HSL | 340º | 0.35% | 0.55% | - |
| HSV(B) | 340º | 0.45% | 0.71% | - |
| XYZ | 27.44 | 20.47 | 22.58 | - |
| YUV | 127.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 127 | 0 | 0.45 | 0.30 | 0.29 | 340 | 0.35 | 0.55 |
| Hex | B5 | 64 | 7F | 0 | 2D | 1E | 1D | 154 | 23 | 37 |
| Octal | 265 | 144 | 177 | 0 | 55 | 36 | 35 | 524 | 43 | 67 |
| Binary | 10110101 | 1100100 | 1111111 | 0 | 101101 | 11110 | 11101 | 101010100 | 100011 | 110111 |
Color Harmonies of #B5647F
Complementary color
Monochromatic Colors of #B5647F
Black with #B5647F
Text Example
Text Example
White with #B5647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5647F; }
p { color: rgb(181,100,127); }
H1.HeaderClassName
{
color: #B5647F;
}
.AnyTagClassName
{
color: #B5647F;
}
</style>
background-color css
<style>
a { background-color: #B5647F; }
a { background-color: rgb(181,100,127); }
div.DivClassName
{
background-color: #B5647F;
}
.BgClassName
{
background-color: #B5647F;
}
</style>
border-color css
<style>
span { border-color: #B5647F; }
span { border-color: rgb(181,100,127); }
td.TdClassName
{
border-color: #B5647F;
}
.TagClassName
{
border-color: #B5647F;
}
</style>