Shades of Tapestry #B37490
Tints of Tapestry #B37490
RGB
CMYK
RGB Variations
Color information
#B37490 (or 0xB37490) is known color: Tapestry. HEX triplet: B3, 74 and 90. RGB value is (179,116,144). Sum of RGB (Red+Green+Blue) = 179+116+144=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B37490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37490 is #4C8B6F. Grayscale: #898989. Windows color (decimal): -5016432 or 9467059. OLE color: 9467059.
HSL color Cylindrical-coordinate representation of color #B37490: hue angle of 333.33º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37490 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 144 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.30 |
| HSL | 333.33º | 0.29% | 0.58% | - |
| HSV(B) | 333.33º | 0.35% | 0.7% | - |
| XYZ | 29.87 | 24.09 | 29.46 | - |
| YUV | 138.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 144 | 0 | 0.35 | 0.20 | 0.30 | 333.33 | 0.29 | 0.58 |
| Hex | B3 | 74 | 90 | 0 | 23 | 14 | 1E | 14D | 1D | 3A |
| Octal | 263 | 164 | 220 | 0 | 43 | 24 | 36 | 515 | 35 | 72 |
| Binary | 10110011 | 1110100 | 10010000 | 0 | 100011 | 10100 | 11110 | 101001101 | 11101 | 111010 |
Color Harmonies of #B37490
Complementary color
Monochromatic Colors of #B37490
Black with #B37490
Text Example
Text Example
White with #B37490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37490; }
p { color: rgb(179,116,144); }
H1.HeaderClassName
{
color: #B37490;
}
.AnyTagClassName
{
color: #B37490;
}
</style>
background-color css
<style>
a { background-color: #B37490; }
a { background-color: rgb(179,116,144); }
div.DivClassName
{
background-color: #B37490;
}
.BgClassName
{
background-color: #B37490;
}
</style>
border-color css
<style>
span { border-color: #B37490; }
span { border-color: rgb(179,116,144); }
td.TdClassName
{
border-color: #B37490;
}
.TagClassName
{
border-color: #B37490;
}
</style>