Shades of Tapestry #B26477
Tints of Tapestry #B26477
RGB
CMYK
RGB Variations
Color information
#B26477 (or 0xB26477) is known color: Tapestry. HEX triplet: B2, 64 and 77. RGB value is (178,100,119). Sum of RGB (Red+Green+Blue) = 178+100+119=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26477 is #4D9B88. Grayscale: #7D7D7D. Windows color (decimal): -5086089 or 7824562. OLE color: 7824562.
HSL color Cylindrical-coordinate representation of color #B26477: hue angle of 345.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26477 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 119 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.30 |
| HSL | 345.38º | 0.34% | 0.55% | - |
| HSV(B) | 345.38º | 0.44% | 0.7% | - |
| XYZ | 26.25 | 19.91 | 19.91 | - |
| YUV | 125.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 119 | 0 | 0.44 | 0.33 | 0.30 | 345.38 | 0.34 | 0.55 |
| Hex | B2 | 64 | 77 | 0 | 2C | 21 | 1E | 159 | 22 | 37 |
| Octal | 262 | 144 | 167 | 0 | 54 | 41 | 36 | 531 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1110111 | 0 | 101100 | 100001 | 11110 | 101011001 | 100010 | 110111 |
Color Harmonies of #B26477
Complementary color
Monochromatic Colors of #B26477
Black with #B26477
Text Example
Text Example
White with #B26477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26477; }
p { color: rgb(178,100,119); }
H1.HeaderClassName
{
color: #B26477;
}
.AnyTagClassName
{
color: #B26477;
}
</style>
background-color css
<style>
a { background-color: #B26477; }
a { background-color: rgb(178,100,119); }
div.DivClassName
{
background-color: #B26477;
}
.BgClassName
{
background-color: #B26477;
}
</style>
border-color css
<style>
span { border-color: #B26477; }
span { border-color: rgb(178,100,119); }
td.TdClassName
{
border-color: #B26477;
}
.TagClassName
{
border-color: #B26477;
}
</style>