Shades of Tapestry #B27780
Tints of Tapestry #B27780
RGB
CMYK
RGB Variations
Color information
#B27780 (or 0xB27780) is known color: Tapestry. HEX triplet: B2, 77 and 80. RGB value is (178,119,128). Sum of RGB (Red+Green+Blue) = 178+119+128=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B27780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27780 is #4D887F. Grayscale: #898989. Windows color (decimal): -5081216 or 8419250. OLE color: 8419250.
HSL color Cylindrical-coordinate representation of color #B27780: hue angle of 350.85º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27780 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 128 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.30 |
| HSL | 350.85º | 0.28% | 0.58% | - |
| HSV(B) | 350.85º | 0.33% | 0.7% | - |
| XYZ | 28.85 | 24.22 | 23.58 | - |
| YUV | 137.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 128 | 0 | 0.33 | 0.28 | 0.30 | 350.85 | 0.28 | 0.58 |
| Hex | B2 | 77 | 80 | 0 | 21 | 1C | 1E | 15F | 1C | 3A |
| Octal | 262 | 167 | 200 | 0 | 41 | 34 | 36 | 537 | 34 | 72 |
| Binary | 10110010 | 1110111 | 10000000 | 0 | 100001 | 11100 | 11110 | 101011111 | 11100 | 111010 |
Color Harmonies of #B27780
Complementary color
Monochromatic Colors of #B27780
Black with #B27780
Text Example
Text Example
White with #B27780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27780; }
p { color: rgb(178,119,128); }
H1.HeaderClassName
{
color: #B27780;
}
.AnyTagClassName
{
color: #B27780;
}
</style>
background-color css
<style>
a { background-color: #B27780; }
a { background-color: rgb(178,119,128); }
div.DivClassName
{
background-color: #B27780;
}
.BgClassName
{
background-color: #B27780;
}
</style>
border-color css
<style>
span { border-color: #B27780; }
span { border-color: rgb(178,119,128); }
td.TdClassName
{
border-color: #B27780;
}
.TagClassName
{
border-color: #B27780;
}
</style>