Shades of Tapestry #B07490
Tints of Tapestry #B07490
RGB
CMYK
RGB Variations
Color information
#B07490 (or 0xB07490) is known color: Tapestry. HEX triplet: B0, 74 and 90. RGB value is (176,116,144). Sum of RGB (Red+Green+Blue) = 176+116+144=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B07490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07490 is #4F8B6F. Grayscale: #898989. Windows color (decimal): -5213040 or 9467056. OLE color: 9467056.
HSL color Cylindrical-coordinate representation of color #B07490: hue angle of 332º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07490 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 144 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.31 |
| HSL | 332º | 0.28% | 0.57% | - |
| HSV(B) | 332º | 0.34% | 0.69% | - |
| XYZ | 29.18 | 23.73 | 29.43 | - |
| YUV | 137.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 144 | 0 | 0.34 | 0.18 | 0.31 | 332 | 0.28 | 0.57 |
| Hex | B0 | 74 | 90 | 0 | 22 | 12 | 1F | 14C | 1C | 39 |
| Octal | 260 | 164 | 220 | 0 | 42 | 22 | 37 | 514 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10010000 | 0 | 100010 | 10010 | 11111 | 101001100 | 11100 | 111001 |
Color Harmonies of #B07490
Complementary color
Monochromatic Colors of #B07490
Black with #B07490
Text Example
Text Example
White with #B07490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07490; }
p { color: rgb(176,116,144); }
H1.HeaderClassName
{
color: #B07490;
}
.AnyTagClassName
{
color: #B07490;
}
</style>
background-color css
<style>
a { background-color: #B07490; }
a { background-color: rgb(176,116,144); }
div.DivClassName
{
background-color: #B07490;
}
.BgClassName
{
background-color: #B07490;
}
</style>
border-color css
<style>
span { border-color: #B07490; }
span { border-color: rgb(176,116,144); }
td.TdClassName
{
border-color: #B07490;
}
.TagClassName
{
border-color: #B07490;
}
</style>