Shades of Tapestry #B26478
Tints of Tapestry #B26478
RGB
CMYK
RGB Variations
Color information
#B26478 (or 0xB26478) is known color: Tapestry. HEX triplet: B2, 64 and 78. RGB value is (178,100,120). Sum of RGB (Red+Green+Blue) = 178+100+120=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B26478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26478 is #4D9B87. Grayscale: #7D7D7D. Windows color (decimal): -5086088 or 7890098. OLE color: 7890098.
HSL color Cylindrical-coordinate representation of color #B26478: hue angle of 344.62º 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 #B26478 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 120 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.30 |
| HSL | 344.62º | 0.34% | 0.55% | - |
| HSV(B) | 344.62º | 0.44% | 0.7% | - |
| XYZ | 26.31 | 19.94 | 20.23 | - |
| YUV | 125.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 120 | 0 | 0.44 | 0.33 | 0.30 | 344.62 | 0.34 | 0.55 |
| Hex | B2 | 64 | 78 | 0 | 2C | 21 | 1E | 159 | 22 | 37 |
| Octal | 262 | 144 | 170 | 0 | 54 | 41 | 36 | 531 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1111000 | 0 | 101100 | 100001 | 11110 | 101011001 | 100010 | 110111 |
Color Harmonies of #B26478
Complementary color
Monochromatic Colors of #B26478
Black with #B26478
Text Example
Text Example
White with #B26478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26478; }
p { color: rgb(178,100,120); }
H1.HeaderClassName
{
color: #B26478;
}
.AnyTagClassName
{
color: #B26478;
}
</style>
background-color css
<style>
a { background-color: #B26478; }
a { background-color: rgb(178,100,120); }
div.DivClassName
{
background-color: #B26478;
}
.BgClassName
{
background-color: #B26478;
}
</style>
border-color css
<style>
span { border-color: #B26478; }
span { border-color: rgb(178,100,120); }
td.TdClassName
{
border-color: #B26478;
}
.TagClassName
{
border-color: #B26478;
}
</style>