Shades of Tapestry #B76582
Tints of Tapestry #B76582
RGB
CMYK
RGB Variations
Color information
#B76582 (or 0xB76582) is known color: Tapestry. HEX triplet: B7, 65 and 82. RGB value is (183,101,130). Sum of RGB (Red+Green+Blue) = 183+101+130=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B76582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76582 is #489A7D. Grayscale: #808080. Windows color (decimal): -4758142 or 8545719. OLE color: 8545719.
HSL color Cylindrical-coordinate representation of color #B76582: hue angle of 338.78º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76582 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 130 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.28 |
| HSL | 338.78º | 0.36% | 0.56% | - |
| HSV(B) | 338.78º | 0.45% | 0.72% | - |
| XYZ | 28.21 | 20.99 | 23.68 | - |
| YUV | 128.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 130 | 0 | 0.45 | 0.29 | 0.28 | 338.78 | 0.36 | 0.56 |
| Hex | B7 | 65 | 82 | 0 | 2D | 1D | 1C | 153 | 24 | 38 |
| Octal | 267 | 145 | 202 | 0 | 55 | 35 | 34 | 523 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10000010 | 0 | 101101 | 11101 | 11100 | 101010011 | 100100 | 111000 |
Color Harmonies of #B76582
Complementary color
Monochromatic Colors of #B76582
Black with #B76582
Text Example
Text Example
White with #B76582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76582; }
p { color: rgb(183,101,130); }
H1.HeaderClassName
{
color: #B76582;
}
.AnyTagClassName
{
color: #B76582;
}
</style>
background-color css
<style>
a { background-color: #B76582; }
a { background-color: rgb(183,101,130); }
div.DivClassName
{
background-color: #B76582;
}
.BgClassName
{
background-color: #B76582;
}
</style>
border-color css
<style>
span { border-color: #B76582; }
span { border-color: rgb(183,101,130); }
td.TdClassName
{
border-color: #B76582;
}
.TagClassName
{
border-color: #B76582;
}
</style>