Shades of Tapestry #B77591
Tints of Tapestry #B77591
RGB
CMYK
RGB Variations
Color information
#B77591 (or 0xB77591) is known color: Tapestry. HEX triplet: B7, 75 and 91. RGB value is (183,117,145). Sum of RGB (Red+Green+Blue) = 183+117+145=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77591 is #488A6E. Grayscale: #8B8B8B. Windows color (decimal): -4754031 or 9532855. OLE color: 9532855.
HSL color Cylindrical-coordinate representation of color #B77591: hue angle of 334.55º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77591 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 145 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.28 |
| HSL | 334.55º | 0.31% | 0.59% | - |
| HSV(B) | 334.55º | 0.36% | 0.72% | - |
| XYZ | 31 | 24.83 | 29.95 | - |
| YUV | 139.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 145 | 0 | 0.36 | 0.21 | 0.28 | 334.55 | 0.31 | 0.59 |
| Hex | B7 | 75 | 91 | 0 | 24 | 15 | 1C | 14F | 1F | 3B |
| Octal | 267 | 165 | 221 | 0 | 44 | 25 | 34 | 517 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10010001 | 0 | 100100 | 10101 | 11100 | 101001111 | 11111 | 111011 |
Color Harmonies of #B77591
Complementary color
Monochromatic Colors of #B77591
Black with #B77591
Text Example
Text Example
White with #B77591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77591; }
p { color: rgb(183,117,145); }
H1.HeaderClassName
{
color: #B77591;
}
.AnyTagClassName
{
color: #B77591;
}
</style>
background-color css
<style>
a { background-color: #B77591; }
a { background-color: rgb(183,117,145); }
div.DivClassName
{
background-color: #B77591;
}
.BgClassName
{
background-color: #B77591;
}
</style>
border-color css
<style>
span { border-color: #B77591; }
span { border-color: rgb(183,117,145); }
td.TdClassName
{
border-color: #B77591;
}
.TagClassName
{
border-color: #B77591;
}
</style>