Shades of Tapestry #B3778B
Tints of Tapestry #B3778B
RGB
CMYK
RGB Variations
Color information
#B3778B (or 0xB3778B) is known color: Tapestry. HEX triplet: B3, 77 and 8B. RGB value is (179,119,139). Sum of RGB (Red+Green+Blue) = 179+119+139=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3778B is #4C8874. Grayscale: #8B8B8B. Windows color (decimal): -5015669 or 9140147. OLE color: 9140147.
HSL color Cylindrical-coordinate representation of color #B3778B: hue angle of 340º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3778B is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 139 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.30 |
| HSL | 340º | 0.28% | 0.58% | - |
| HSV(B) | 340º | 0.34% | 0.7% | - |
| XYZ | 29.85 | 24.64 | 27.61 | - |
| YUV | 139.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 139 | 0 | 0.34 | 0.22 | 0.30 | 340 | 0.28 | 0.58 |
| Hex | B3 | 77 | 8B | 0 | 22 | 16 | 1E | 154 | 1C | 3A |
| Octal | 263 | 167 | 213 | 0 | 42 | 26 | 36 | 524 | 34 | 72 |
| Binary | 10110011 | 1110111 | 10001011 | 0 | 100010 | 10110 | 11110 | 101010100 | 11100 | 111010 |
Color Harmonies of #B3778B
Complementary color
Monochromatic Colors of #B3778B
Black with #B3778B
Text Example
Text Example
White with #B3778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3778B; }
p { color: rgb(179,119,139); }
H1.HeaderClassName
{
color: #B3778B;
}
.AnyTagClassName
{
color: #B3778B;
}
</style>
background-color css
<style>
a { background-color: #B3778B; }
a { background-color: rgb(179,119,139); }
div.DivClassName
{
background-color: #B3778B;
}
.BgClassName
{
background-color: #B3778B;
}
</style>
border-color css
<style>
span { border-color: #B3778B; }
span { border-color: rgb(179,119,139); }
td.TdClassName
{
border-color: #B3778B;
}
.TagClassName
{
border-color: #B3778B;
}
</style>