Shades of Tapestry #B5777D
Tints of Tapestry #B5777D
RGB
CMYK
RGB Variations
Color information
#B5777D (or 0xB5777D) is known color: Tapestry. HEX triplet: B5, 77 and 7D. RGB value is (181,119,125). Sum of RGB (Red+Green+Blue) = 181+119+125=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777D is #4A8882. Grayscale: #8A8A8A. Windows color (decimal): -4884611 or 8222645. OLE color: 8222645.
HSL color Cylindrical-coordinate representation of color #B5777D: hue angle of 354.19º 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 #B5777D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 125 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.29 |
| HSL | 354.19º | 0.3% | 0.59% | - |
| HSV(B) | 354.19º | 0.34% | 0.71% | - |
| XYZ | 29.35 | 24.5 | 22.58 | - |
| YUV | 138.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 125 | 0 | 0.34 | 0.31 | 0.29 | 354.19 | 0.3 | 0.59 |
| Hex | B5 | 77 | 7D | 0 | 22 | 1F | 1D | 162 | 1E | 3B |
| Octal | 265 | 167 | 175 | 0 | 42 | 37 | 35 | 542 | 36 | 73 |
| Binary | 10110101 | 1110111 | 1111101 | 0 | 100010 | 11111 | 11101 | 101100010 | 11110 | 111011 |
Color Harmonies of #B5777D
Complementary color
Monochromatic Colors of #B5777D
Black with #B5777D
Text Example
Text Example
White with #B5777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5777D; }
p { color: rgb(181,119,125); }
H1.HeaderClassName
{
color: #B5777D;
}
.AnyTagClassName
{
color: #B5777D;
}
</style>
background-color css
<style>
a { background-color: #B5777D; }
a { background-color: rgb(181,119,125); }
div.DivClassName
{
background-color: #B5777D;
}
.BgClassName
{
background-color: #B5777D;
}
</style>
border-color css
<style>
span { border-color: #B5777D; }
span { border-color: rgb(181,119,125); }
td.TdClassName
{
border-color: #B5777D;
}
.TagClassName
{
border-color: #B5777D;
}
</style>