Shades of Tapestry #B5657F
Tints of Tapestry #B5657F
RGB
CMYK
RGB Variations
Color information
#B5657F (or 0xB5657F) is known color: Tapestry. HEX triplet: B5, 65 and 7F. RGB value is (181,101,127). Sum of RGB (Red+Green+Blue) = 181+101+127=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5657F is #4A9A80. Grayscale: #7F7F7F. Windows color (decimal): -4889217 or 8349109. OLE color: 8349109.
HSL color Cylindrical-coordinate representation of color #B5657F: hue angle of 340.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5657F is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 127 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.29 |
| HSL | 340.5º | 0.35% | 0.55% | - |
| HSV(B) | 340.5º | 0.44% | 0.71% | - |
| XYZ | 27.54 | 20.66 | 22.62 | - |
| YUV | 127.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 127 | 0 | 0.44 | 0.30 | 0.29 | 340.5 | 0.35 | 0.55 |
| Hex | B5 | 65 | 7F | 0 | 2C | 1E | 1D | 154 | 23 | 37 |
| Octal | 265 | 145 | 177 | 0 | 54 | 36 | 35 | 524 | 43 | 67 |
| Binary | 10110101 | 1100101 | 1111111 | 0 | 101100 | 11110 | 11101 | 101010100 | 100011 | 110111 |
Color Harmonies of #B5657F
Complementary color
Monochromatic Colors of #B5657F
Black with #B5657F
Text Example
Text Example
White with #B5657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5657F; }
p { color: rgb(181,101,127); }
H1.HeaderClassName
{
color: #B5657F;
}
.AnyTagClassName
{
color: #B5657F;
}
</style>
background-color css
<style>
a { background-color: #B5657F; }
a { background-color: rgb(181,101,127); }
div.DivClassName
{
background-color: #B5657F;
}
.BgClassName
{
background-color: #B5657F;
}
</style>
border-color css
<style>
span { border-color: #B5657F; }
span { border-color: rgb(181,101,127); }
td.TdClassName
{
border-color: #B5657F;
}
.TagClassName
{
border-color: #B5657F;
}
</style>