Shades of Tapestry #B77194
Tints of Tapestry #B77194
RGB
CMYK
RGB Variations
Color information
#B77194 (or 0xB77194) is known color: Tapestry. HEX triplet: B7, 71 and 94. RGB value is (183,113,148). Sum of RGB (Red+Green+Blue) = 183+113+148=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B77194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77194 is #488E6B. Grayscale: #898989. Windows color (decimal): -4755052 or 9728439. OLE color: 9728439.
HSL color Cylindrical-coordinate representation of color #B77194: hue angle of 330º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77194 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 148 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.28 |
| HSL | 330º | 0.33% | 0.58% | - |
| HSV(B) | 330º | 0.38% | 0.72% | - |
| XYZ | 30.78 | 24.02 | 31.03 | - |
| YUV | 137.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 148 | 0 | 0.38 | 0.19 | 0.28 | 330 | 0.33 | 0.58 |
| Hex | B7 | 71 | 94 | 0 | 26 | 13 | 1C | 14A | 21 | 3A |
| Octal | 267 | 161 | 224 | 0 | 46 | 23 | 34 | 512 | 41 | 72 |
| Binary | 10110111 | 1110001 | 10010100 | 0 | 100110 | 10011 | 11100 | 101001010 | 100001 | 111010 |
Color Harmonies of #B77194
Complementary color
Monochromatic Colors of #B77194
Black with #B77194
Text Example
Text Example
White with #B77194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77194; }
p { color: rgb(183,113,148); }
H1.HeaderClassName
{
color: #B77194;
}
.AnyTagClassName
{
color: #B77194;
}
</style>
background-color css
<style>
a { background-color: #B77194; }
a { background-color: rgb(183,113,148); }
div.DivClassName
{
background-color: #B77194;
}
.BgClassName
{
background-color: #B77194;
}
</style>
border-color css
<style>
span { border-color: #B77194; }
span { border-color: rgb(183,113,148); }
td.TdClassName
{
border-color: #B77194;
}
.TagClassName
{
border-color: #B77194;
}
</style>