Shades of Tapestry #B5777F
Tints of Tapestry #B5777F
RGB
CMYK
RGB Variations
Color information
#B5777F (or 0xB5777F) is known color: Tapestry. HEX triplet: B5, 77 and 7F. RGB value is (181,119,127). Sum of RGB (Red+Green+Blue) = 181+119+127=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777F is #4A8880. Grayscale: #8A8A8A. Windows color (decimal): -4884609 or 8353717. OLE color: 8353717.
HSL color Cylindrical-coordinate representation of color #B5777F: hue angle of 352.26º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5777F is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 127 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.29 |
| HSL | 352.26º | 0.3% | 0.59% | - |
| HSV(B) | 352.26º | 0.34% | 0.71% | - |
| XYZ | 29.48 | 24.55 | 23.26 | - |
| YUV | 138.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 127 | 0 | 0.34 | 0.30 | 0.29 | 352.26 | 0.3 | 0.59 |
| Hex | B5 | 77 | 7F | 0 | 22 | 1E | 1D | 160 | 1E | 3B |
| Octal | 265 | 167 | 177 | 0 | 42 | 36 | 35 | 540 | 36 | 73 |
| Binary | 10110101 | 1110111 | 1111111 | 0 | 100010 | 11110 | 11101 | 101100000 | 11110 | 111011 |
Color Harmonies of #B5777F
Complementary color
Monochromatic Colors of #B5777F
Black with #B5777F
Text Example
Text Example
White with #B5777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5777F; }
p { color: rgb(181,119,127); }
H1.HeaderClassName
{
color: #B5777F;
}
.AnyTagClassName
{
color: #B5777F;
}
</style>
background-color css
<style>
a { background-color: #B5777F; }
a { background-color: rgb(181,119,127); }
div.DivClassName
{
background-color: #B5777F;
}
.BgClassName
{
background-color: #B5777F;
}
</style>
border-color css
<style>
span { border-color: #B5777F; }
span { border-color: rgb(181,119,127); }
td.TdClassName
{
border-color: #B5777F;
}
.TagClassName
{
border-color: #B5777F;
}
</style>