Shades of Tapestry #B37890
Tints of Tapestry #B37890
RGB
CMYK
RGB Variations
Color information
#B37890 (or 0xB37890) is known color: Tapestry. HEX triplet: B3, 78 and 90. RGB value is (179,120,144). Sum of RGB (Red+Green+Blue) = 179+120+144=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37890 is #4C876F. Grayscale: #8C8C8C. Windows color (decimal): -5015408 or 9468083. OLE color: 9468083.
HSL color Cylindrical-coordinate representation of color #B37890: hue angle of 335.59º 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 #B37890 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 144 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.30 |
| HSL | 335.59º | 0.28% | 0.59% | - |
| HSV(B) | 335.59º | 0.33% | 0.7% | - |
| XYZ | 30.34 | 25.03 | 29.62 | - |
| YUV | 140.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 144 | 0 | 0.33 | 0.20 | 0.30 | 335.59 | 0.28 | 0.59 |
| Hex | B3 | 78 | 90 | 0 | 21 | 14 | 1E | 150 | 1C | 3B |
| Octal | 263 | 170 | 220 | 0 | 41 | 24 | 36 | 520 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10010000 | 0 | 100001 | 10100 | 11110 | 101010000 | 11100 | 111011 |
Color Harmonies of #B37890
Complementary color
Monochromatic Colors of #B37890
Black with #B37890
Text Example
Text Example
White with #B37890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37890; }
p { color: rgb(179,120,144); }
H1.HeaderClassName
{
color: #B37890;
}
.AnyTagClassName
{
color: #B37890;
}
</style>
background-color css
<style>
a { background-color: #B37890; }
a { background-color: rgb(179,120,144); }
div.DivClassName
{
background-color: #B37890;
}
.BgClassName
{
background-color: #B37890;
}
</style>
border-color css
<style>
span { border-color: #B37890; }
span { border-color: rgb(179,120,144); }
td.TdClassName
{
border-color: #B37890;
}
.TagClassName
{
border-color: #B37890;
}
</style>