Shades of Tapestry #B56277
Tints of Tapestry #B56277
RGB
CMYK
RGB Variations
Color information
#B56277 (or 0xB56277) is known color: Tapestry. HEX triplet: B5, 62 and 77. RGB value is (181,98,119). Sum of RGB (Red+Green+Blue) = 181+98+119=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B56277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56277 is #4A9D88. Grayscale: #7D7D7D. Windows color (decimal): -4889993 or 7824053. OLE color: 7824053.
HSL color Cylindrical-coordinate representation of color #B56277: hue angle of 344.82º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56277 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 119 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.29 |
| HSL | 344.82º | 0.36% | 0.55% | - |
| HSV(B) | 344.82º | 0.46% | 0.71% | - |
| XYZ | 26.75 | 19.89 | 19.88 | - |
| YUV | 125.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 119 | 0 | 0.46 | 0.34 | 0.29 | 344.82 | 0.36 | 0.55 |
| Hex | B5 | 62 | 77 | 0 | 2E | 22 | 1D | 159 | 24 | 37 |
| Octal | 265 | 142 | 167 | 0 | 56 | 42 | 35 | 531 | 44 | 67 |
| Binary | 10110101 | 1100010 | 1110111 | 0 | 101110 | 100010 | 11101 | 101011001 | 100100 | 110111 |
Color Harmonies of #B56277
Complementary color
Monochromatic Colors of #B56277
Black with #B56277
Text Example
Text Example
White with #B56277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56277; }
p { color: rgb(181,98,119); }
H1.HeaderClassName
{
color: #B56277;
}
.AnyTagClassName
{
color: #B56277;
}
</style>
background-color css
<style>
a { background-color: #B56277; }
a { background-color: rgb(181,98,119); }
div.DivClassName
{
background-color: #B56277;
}
.BgClassName
{
background-color: #B56277;
}
</style>
border-color css
<style>
span { border-color: #B56277; }
span { border-color: rgb(181,98,119); }
td.TdClassName
{
border-color: #B56277;
}
.TagClassName
{
border-color: #B56277;
}
</style>