Shades of Tapestry #B76282
Tints of Tapestry #B76282
RGB
CMYK
RGB Variations
Color information
#B76282 (or 0xB76282) is known color: Tapestry. HEX triplet: B7, 62 and 82. RGB value is (183,98,130). Sum of RGB (Red+Green+Blue) = 183+98+130=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B76282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76282 is #489D7D. Grayscale: #7F7F7F. Windows color (decimal): -4758910 or 8544951. OLE color: 8544951.
HSL color Cylindrical-coordinate representation of color #B76282: hue angle of 337.41º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76282 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 130 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.28 |
| HSL | 337.41º | 0.37% | 0.55% | - |
| HSV(B) | 337.41º | 0.46% | 0.72% | - |
| XYZ | 27.93 | 20.41 | 23.59 | - |
| YUV | 127.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 130 | 0 | 0.46 | 0.29 | 0.28 | 337.41 | 0.37 | 0.55 |
| Hex | B7 | 62 | 82 | 0 | 2E | 1D | 1C | 151 | 25 | 37 |
| Octal | 267 | 142 | 202 | 0 | 56 | 35 | 34 | 521 | 45 | 67 |
| Binary | 10110111 | 1100010 | 10000010 | 0 | 101110 | 11101 | 11100 | 101010001 | 100101 | 110111 |
Color Harmonies of #B76282
Complementary color
Monochromatic Colors of #B76282
Black with #B76282
Text Example
Text Example
White with #B76282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76282; }
p { color: rgb(183,98,130); }
H1.HeaderClassName
{
color: #B76282;
}
.AnyTagClassName
{
color: #B76282;
}
</style>
background-color css
<style>
a { background-color: #B76282; }
a { background-color: rgb(183,98,130); }
div.DivClassName
{
background-color: #B76282;
}
.BgClassName
{
background-color: #B76282;
}
</style>
border-color css
<style>
span { border-color: #B76282; }
span { border-color: rgb(183,98,130); }
td.TdClassName
{
border-color: #B76282;
}
.TagClassName
{
border-color: #B76282;
}
</style>