Shades of Tapestry #B77090
Tints of Tapestry #B77090
RGB
CMYK
RGB Variations
Color information
#B77090 (or 0xB77090) is known color: Tapestry. HEX triplet: B7, 70 and 90. RGB value is (183,112,144). Sum of RGB (Red+Green+Blue) = 183+112+144=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B77090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77090 is #488F6F. Grayscale: #888888. Windows color (decimal): -4755312 or 9466039. OLE color: 9466039.
HSL color Cylindrical-coordinate representation of color #B77090: hue angle of 332.96º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77090 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 144 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.28 |
| HSL | 332.96º | 0.33% | 0.58% | - |
| HSV(B) | 332.96º | 0.39% | 0.72% | - |
| XYZ | 30.36 | 23.67 | 29.35 | - |
| YUV | 136.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 144 | 0 | 0.39 | 0.21 | 0.28 | 332.96 | 0.33 | 0.58 |
| Hex | B7 | 70 | 90 | 0 | 27 | 15 | 1C | 14D | 21 | 3A |
| Octal | 267 | 160 | 220 | 0 | 47 | 25 | 34 | 515 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10010000 | 0 | 100111 | 10101 | 11100 | 101001101 | 100001 | 111010 |
Color Harmonies of #B77090
Complementary color
Monochromatic Colors of #B77090
Black with #B77090
Text Example
Text Example
White with #B77090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77090; }
p { color: rgb(183,112,144); }
H1.HeaderClassName
{
color: #B77090;
}
.AnyTagClassName
{
color: #B77090;
}
</style>
background-color css
<style>
a { background-color: #B77090; }
a { background-color: rgb(183,112,144); }
div.DivClassName
{
background-color: #B77090;
}
.BgClassName
{
background-color: #B77090;
}
</style>
border-color css
<style>
span { border-color: #B77090; }
span { border-color: rgb(183,112,144); }
td.TdClassName
{
border-color: #B77090;
}
.TagClassName
{
border-color: #B77090;
}
</style>