Shades of Tapestry #B77882
Tints of Tapestry #B77882
RGB
CMYK
RGB Variations
Color information
#B77882 (or 0xB77882) is known color: Tapestry. HEX triplet: B7, 78 and 82. RGB value is (183,120,130). Sum of RGB (Red+Green+Blue) = 183+120+130=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77882 is #48877D. Grayscale: #8C8C8C. Windows color (decimal): -4753278 or 8550583. OLE color: 8550583.
HSL color Cylindrical-coordinate representation of color #B77882: hue angle of 350.48º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77882 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 130 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.28 |
| HSL | 350.48º | 0.3% | 0.59% | - |
| HSV(B) | 350.48º | 0.34% | 0.72% | - |
| XYZ | 30.27 | 25.11 | 24.37 | - |
| YUV | 139.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 130 | 0 | 0.34 | 0.29 | 0.28 | 350.48 | 0.3 | 0.59 |
| Hex | B7 | 78 | 82 | 0 | 22 | 1D | 1C | 15E | 1E | 3B |
| Octal | 267 | 170 | 202 | 0 | 42 | 35 | 34 | 536 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10000010 | 0 | 100010 | 11101 | 11100 | 101011110 | 11110 | 111011 |
Color Harmonies of #B77882
Complementary color
Monochromatic Colors of #B77882
Black with #B77882
Text Example
Text Example
White with #B77882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77882; }
p { color: rgb(183,120,130); }
H1.HeaderClassName
{
color: #B77882;
}
.AnyTagClassName
{
color: #B77882;
}
</style>
background-color css
<style>
a { background-color: #B77882; }
a { background-color: rgb(183,120,130); }
div.DivClassName
{
background-color: #B77882;
}
.BgClassName
{
background-color: #B77882;
}
</style>
border-color css
<style>
span { border-color: #B77882; }
span { border-color: rgb(183,120,130); }
td.TdClassName
{
border-color: #B77882;
}
.TagClassName
{
border-color: #B77882;
}
</style>