Shades of Tapestry #B77982
Tints of Tapestry #B77982
RGB
CMYK
RGB Variations
Color information
#B77982 (or 0xB77982) is known color: Tapestry. HEX triplet: B7, 79 and 82. RGB value is (183,121,130). Sum of RGB (Red+Green+Blue) = 183+121+130=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77982 is #48867D. Grayscale: #8C8C8C. Windows color (decimal): -4753022 or 8550839. OLE color: 8550839.
HSL color Cylindrical-coordinate representation of color #B77982: hue angle of 351.29º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77982 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 130 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.28 |
| HSL | 351.29º | 0.3% | 0.6% | - |
| HSV(B) | 351.29º | 0.34% | 0.72% | - |
| XYZ | 30.4 | 25.35 | 24.41 | - |
| YUV | 140.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 130 | 0 | 0.34 | 0.29 | 0.28 | 351.29 | 0.3 | 0.6 |
| Hex | B7 | 79 | 82 | 0 | 22 | 1D | 1C | 15F | 1E | 3C |
| Octal | 267 | 171 | 202 | 0 | 42 | 35 | 34 | 537 | 36 | 74 |
| Binary | 10110111 | 1111001 | 10000010 | 0 | 100010 | 11101 | 11100 | 101011111 | 11110 | 111100 |
Color Harmonies of #B77982
Complementary color
Monochromatic Colors of #B77982
Black with #B77982
Text Example
Text Example
White with #B77982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77982; }
p { color: rgb(183,121,130); }
H1.HeaderClassName
{
color: #B77982;
}
.AnyTagClassName
{
color: #B77982;
}
</style>
background-color css
<style>
a { background-color: #B77982; }
a { background-color: rgb(183,121,130); }
div.DivClassName
{
background-color: #B77982;
}
.BgClassName
{
background-color: #B77982;
}
</style>
border-color css
<style>
span { border-color: #B77982; }
span { border-color: rgb(183,121,130); }
td.TdClassName
{
border-color: #B77982;
}
.TagClassName
{
border-color: #B77982;
}
</style>