Shades of Tapestry #B26779
Tints of Tapestry #B26779
RGB
CMYK
RGB Variations
Color information
#B26779 (or 0xB26779) is known color: Tapestry. HEX triplet: B2, 67 and 79. RGB value is (178,103,121). Sum of RGB (Red+Green+Blue) = 178+103+121=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B26779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26779 is #4D9886. Grayscale: #7F7F7F. Windows color (decimal): -5085319 or 7956402. OLE color: 7956402.
HSL color Cylindrical-coordinate representation of color #B26779: hue angle of 345.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26779 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 121 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.30 |
| HSL | 345.6º | 0.33% | 0.55% | - |
| HSV(B) | 345.6º | 0.42% | 0.7% | - |
| XYZ | 26.66 | 20.55 | 20.65 | - |
| YUV | 127.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 121 | 0 | 0.42 | 0.32 | 0.30 | 345.6 | 0.33 | 0.55 |
| Hex | B2 | 67 | 79 | 0 | 2A | 20 | 1E | 15A | 21 | 37 |
| Octal | 262 | 147 | 171 | 0 | 52 | 40 | 36 | 532 | 41 | 67 |
| Binary | 10110010 | 1100111 | 1111001 | 0 | 101010 | 100000 | 11110 | 101011010 | 100001 | 110111 |
Color Harmonies of #B26779
Complementary color
Monochromatic Colors of #B26779
Black with #B26779
Text Example
Text Example
White with #B26779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26779; }
p { color: rgb(178,103,121); }
H1.HeaderClassName
{
color: #B26779;
}
.AnyTagClassName
{
color: #B26779;
}
</style>
background-color css
<style>
a { background-color: #B26779; }
a { background-color: rgb(178,103,121); }
div.DivClassName
{
background-color: #B26779;
}
.BgClassName
{
background-color: #B26779;
}
</style>
border-color css
<style>
span { border-color: #B26779; }
span { border-color: rgb(178,103,121); }
td.TdClassName
{
border-color: #B26779;
}
.TagClassName
{
border-color: #B26779;
}
</style>