Shades of Tapestry #B26577
Tints of Tapestry #B26577
RGB
CMYK
RGB Variations
Color information
#B26577 (or 0xB26577) is known color: Tapestry. HEX triplet: B2, 65 and 77. RGB value is (178,101,119). Sum of RGB (Red+Green+Blue) = 178+101+119=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B26577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26577 is #4D9A88. Grayscale: #7E7E7E. Windows color (decimal): -5085833 or 7824818. OLE color: 7824818.
HSL color Cylindrical-coordinate representation of color #B26577: hue angle of 345.97º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26577 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 119 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.30 |
| HSL | 345.97º | 0.33% | 0.55% | - |
| HSV(B) | 345.97º | 0.43% | 0.7% | - |
| XYZ | 26.34 | 20.1 | 19.94 | - |
| YUV | 126.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 119 | 0 | 0.43 | 0.33 | 0.30 | 345.97 | 0.33 | 0.55 |
| Hex | B2 | 65 | 77 | 0 | 2B | 21 | 1E | 15A | 21 | 37 |
| Octal | 262 | 145 | 167 | 0 | 53 | 41 | 36 | 532 | 41 | 67 |
| Binary | 10110010 | 1100101 | 1110111 | 0 | 101011 | 100001 | 11110 | 101011010 | 100001 | 110111 |
Color Harmonies of #B26577
Complementary color
Monochromatic Colors of #B26577
Black with #B26577
Text Example
Text Example
White with #B26577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26577; }
p { color: rgb(178,101,119); }
H1.HeaderClassName
{
color: #B26577;
}
.AnyTagClassName
{
color: #B26577;
}
</style>
background-color css
<style>
a { background-color: #B26577; }
a { background-color: rgb(178,101,119); }
div.DivClassName
{
background-color: #B26577;
}
.BgClassName
{
background-color: #B26577;
}
</style>
border-color css
<style>
span { border-color: #B26577; }
span { border-color: rgb(178,101,119); }
td.TdClassName
{
border-color: #B26577;
}
.TagClassName
{
border-color: #B26577;
}
</style>