Shades of Tapestry #B37881
Tints of Tapestry #B37881
RGB
CMYK
RGB Variations
Color information
#B37881 (or 0xB37881) is known color: Tapestry. HEX triplet: B3, 78 and 81. RGB value is (179,120,129). Sum of RGB (Red+Green+Blue) = 179+120+129=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B37881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37881 is #4C877E. Grayscale: #8A8A8A. Windows color (decimal): -5015423 or 8485043. OLE color: 8485043.
HSL color Cylindrical-coordinate representation of color #B37881: hue angle of 350.85º 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 #B37881 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 129 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.30 |
| HSL | 350.85º | 0.28% | 0.59% | - |
| HSV(B) | 350.85º | 0.33% | 0.7% | - |
| XYZ | 29.27 | 24.6 | 23.97 | - |
| YUV | 138.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 129 | 0 | 0.33 | 0.28 | 0.30 | 350.85 | 0.28 | 0.59 |
| Hex | B3 | 78 | 81 | 0 | 21 | 1C | 1E | 15F | 1C | 3B |
| Octal | 263 | 170 | 201 | 0 | 41 | 34 | 36 | 537 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10000001 | 0 | 100001 | 11100 | 11110 | 101011111 | 11100 | 111011 |
Color Harmonies of #B37881
Complementary color
Monochromatic Colors of #B37881
Black with #B37881
Text Example
Text Example
White with #B37881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37881; }
p { color: rgb(179,120,129); }
H1.HeaderClassName
{
color: #B37881;
}
.AnyTagClassName
{
color: #B37881;
}
</style>
background-color css
<style>
a { background-color: #B37881; }
a { background-color: rgb(179,120,129); }
div.DivClassName
{
background-color: #B37881;
}
.BgClassName
{
background-color: #B37881;
}
</style>
border-color css
<style>
span { border-color: #B37881; }
span { border-color: rgb(179,120,129); }
td.TdClassName
{
border-color: #B37881;
}
.TagClassName
{
border-color: #B37881;
}
</style>