Shades of Tapestry #B5767F
Tints of Tapestry #B5767F
RGB
CMYK
RGB Variations
Color information
#B5767F (or 0xB5767F) is known color: Tapestry. HEX triplet: B5, 76 and 7F. RGB value is (181,118,127). Sum of RGB (Red+Green+Blue) = 181+118+127=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767F is #4A8980. Grayscale: #898989. Windows color (decimal): -4884865 or 8353461. OLE color: 8353461.
HSL color Cylindrical-coordinate representation of color #B5767F: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5767F is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 127 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.29 |
| HSL | 351.43º | 0.3% | 0.59% | - |
| HSV(B) | 351.43º | 0.35% | 0.71% | - |
| XYZ | 29.37 | 24.31 | 23.22 | - |
| YUV | 137.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 127 | 0 | 0.35 | 0.30 | 0.29 | 351.43 | 0.3 | 0.59 |
| Hex | B5 | 76 | 7F | 0 | 23 | 1E | 1D | 15F | 1E | 3B |
| Octal | 265 | 166 | 177 | 0 | 43 | 36 | 35 | 537 | 36 | 73 |
| Binary | 10110101 | 1110110 | 1111111 | 0 | 100011 | 11110 | 11101 | 101011111 | 11110 | 111011 |
Color Harmonies of #B5767F
Complementary color
Monochromatic Colors of #B5767F
Black with #B5767F
Text Example
Text Example
White with #B5767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5767F; }
p { color: rgb(181,118,127); }
H1.HeaderClassName
{
color: #B5767F;
}
.AnyTagClassName
{
color: #B5767F;
}
</style>
background-color css
<style>
a { background-color: #B5767F; }
a { background-color: rgb(181,118,127); }
div.DivClassName
{
background-color: #B5767F;
}
.BgClassName
{
background-color: #B5767F;
}
</style>
border-color css
<style>
span { border-color: #B5767F; }
span { border-color: rgb(181,118,127); }
td.TdClassName
{
border-color: #B5767F;
}
.TagClassName
{
border-color: #B5767F;
}
</style>