Shades of Tapestry #B76482
Tints of Tapestry #B76482
RGB
CMYK
RGB Variations
Color information
#B76482 (or 0xB76482) is known color: Tapestry. HEX triplet: B7, 64 and 82. RGB value is (183,100,130). Sum of RGB (Red+Green+Blue) = 183+100+130=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B76482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76482 is #489B7D. Grayscale: #808080. Windows color (decimal): -4758398 or 8545463. OLE color: 8545463.
HSL color Cylindrical-coordinate representation of color #B76482: hue angle of 338.31º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76482 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 130 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.28 |
| HSL | 338.31º | 0.37% | 0.55% | - |
| HSV(B) | 338.31º | 0.45% | 0.72% | - |
| XYZ | 28.11 | 20.79 | 23.65 | - |
| YUV | 128.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 130 | 0 | 0.45 | 0.29 | 0.28 | 338.31 | 0.37 | 0.55 |
| Hex | B7 | 64 | 82 | 0 | 2D | 1D | 1C | 152 | 25 | 37 |
| Octal | 267 | 144 | 202 | 0 | 55 | 35 | 34 | 522 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10000010 | 0 | 101101 | 11101 | 11100 | 101010010 | 100101 | 110111 |
Color Harmonies of #B76482
Complementary color
Monochromatic Colors of #B76482
Black with #B76482
Text Example
Text Example
White with #B76482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76482; }
p { color: rgb(183,100,130); }
H1.HeaderClassName
{
color: #B76482;
}
.AnyTagClassName
{
color: #B76482;
}
</style>
background-color css
<style>
a { background-color: #B76482; }
a { background-color: rgb(183,100,130); }
div.DivClassName
{
background-color: #B76482;
}
.BgClassName
{
background-color: #B76482;
}
</style>
border-color css
<style>
span { border-color: #B76482; }
span { border-color: rgb(183,100,130); }
td.TdClassName
{
border-color: #B76482;
}
.TagClassName
{
border-color: #B76482;
}
</style>