Shades of Tapestry #B3788C
Tints of Tapestry #B3788C
RGB
CMYK
RGB Variations
Color information
#B3788C (or 0xB3788C) is known color: Tapestry. HEX triplet: B3, 78 and 8C. RGB value is (179,120,140). Sum of RGB (Red+Green+Blue) = 179+120+140=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3788C is #4C8773. Grayscale: #8B8B8B. Windows color (decimal): -5015412 or 9205939. OLE color: 9205939.
HSL color Cylindrical-coordinate representation of color #B3788C: hue angle of 339.66º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3788C is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 140 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.30 |
| HSL | 339.66º | 0.28% | 0.59% | - |
| HSV(B) | 339.66º | 0.33% | 0.7% | - |
| XYZ | 30.04 | 24.91 | 28.04 | - |
| YUV | 139.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 140 | 0 | 0.33 | 0.22 | 0.30 | 339.66 | 0.28 | 0.59 |
| Hex | B3 | 78 | 8C | 0 | 21 | 16 | 1E | 154 | 1C | 3B |
| Octal | 263 | 170 | 214 | 0 | 41 | 26 | 36 | 524 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10001100 | 0 | 100001 | 10110 | 11110 | 101010100 | 11100 | 111011 |
Color Harmonies of #B3788C
Complementary color
Monochromatic Colors of #B3788C
Black with #B3788C
Text Example
Text Example
White with #B3788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3788C; }
p { color: rgb(179,120,140); }
H1.HeaderClassName
{
color: #B3788C;
}
.AnyTagClassName
{
color: #B3788C;
}
</style>
background-color css
<style>
a { background-color: #B3788C; }
a { background-color: rgb(179,120,140); }
div.DivClassName
{
background-color: #B3788C;
}
.BgClassName
{
background-color: #B3788C;
}
</style>
border-color css
<style>
span { border-color: #B3788C; }
span { border-color: rgb(179,120,140); }
td.TdClassName
{
border-color: #B3788C;
}
.TagClassName
{
border-color: #B3788C;
}
</style>