Shades of Tapestry #B26678
Tints of Tapestry #B26678
RGB
CMYK
RGB Variations
Color information
#B26678 (or 0xB26678) is known color: Tapestry. HEX triplet: B2, 66 and 78. RGB value is (178,102,120). Sum of RGB (Red+Green+Blue) = 178+102+120=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26678 is #4D9987. Grayscale: #7E7E7E. Windows color (decimal): -5085576 or 7890610. OLE color: 7890610.
HSL color Cylindrical-coordinate representation of color #B26678: hue angle of 345.79º 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 #B26678 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 120 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.30 |
| HSL | 345.79º | 0.33% | 0.55% | - |
| HSV(B) | 345.79º | 0.43% | 0.7% | - |
| XYZ | 26.5 | 20.32 | 20.3 | - |
| YUV | 126.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 120 | 0 | 0.43 | 0.33 | 0.30 | 345.79 | 0.33 | 0.55 |
| Hex | B2 | 66 | 78 | 0 | 2B | 21 | 1E | 15A | 21 | 37 |
| Octal | 262 | 146 | 170 | 0 | 53 | 41 | 36 | 532 | 41 | 67 |
| Binary | 10110010 | 1100110 | 1111000 | 0 | 101011 | 100001 | 11110 | 101011010 | 100001 | 110111 |
Color Harmonies of #B26678
Complementary color
Monochromatic Colors of #B26678
Black with #B26678
Text Example
Text Example
White with #B26678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26678; }
p { color: rgb(178,102,120); }
H1.HeaderClassName
{
color: #B26678;
}
.AnyTagClassName
{
color: #B26678;
}
</style>
background-color css
<style>
a { background-color: #B26678; }
a { background-color: rgb(178,102,120); }
div.DivClassName
{
background-color: #B26678;
}
.BgClassName
{
background-color: #B26678;
}
</style>
border-color css
<style>
span { border-color: #B26678; }
span { border-color: rgb(178,102,120); }
td.TdClassName
{
border-color: #B26678;
}
.TagClassName
{
border-color: #B26678;
}
</style>