Shades of Tapestry #B5777E
Tints of Tapestry #B5777E
RGB
CMYK
RGB Variations
Color information
#B5777E (or 0xB5777E) is known color: Tapestry. HEX triplet: B5, 77 and 7E. RGB value is (181,119,126). Sum of RGB (Red+Green+Blue) = 181+119+126=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777E is #4A8881. Grayscale: #8A8A8A. Windows color (decimal): -4884610 or 8288181. OLE color: 8288181.
HSL color Cylindrical-coordinate representation of color #B5777E: hue angle of 353.23º 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 #B5777E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 126 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.29 |
| HSL | 353.23º | 0.3% | 0.59% | - |
| HSV(B) | 353.23º | 0.34% | 0.71% | - |
| XYZ | 29.42 | 24.52 | 22.92 | - |
| YUV | 138.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 126 | 0 | 0.34 | 0.30 | 0.29 | 353.23 | 0.3 | 0.59 |
| Hex | B5 | 77 | 7E | 0 | 22 | 1E | 1D | 161 | 1E | 3B |
| Octal | 265 | 167 | 176 | 0 | 42 | 36 | 35 | 541 | 36 | 73 |
| Binary | 10110101 | 1110111 | 1111110 | 0 | 100010 | 11110 | 11101 | 101100001 | 11110 | 111011 |
Color Harmonies of #B5777E
Complementary color
Monochromatic Colors of #B5777E
Black with #B5777E
Text Example
Text Example
White with #B5777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5777E; }
p { color: rgb(181,119,126); }
H1.HeaderClassName
{
color: #B5777E;
}
.AnyTagClassName
{
color: #B5777E;
}
</style>
background-color css
<style>
a { background-color: #B5777E; }
a { background-color: rgb(181,119,126); }
div.DivClassName
{
background-color: #B5777E;
}
.BgClassName
{
background-color: #B5777E;
}
</style>
border-color css
<style>
span { border-color: #B5777E; }
span { border-color: rgb(181,119,126); }
td.TdClassName
{
border-color: #B5777E;
}
.TagClassName
{
border-color: #B5777E;
}
</style>