Shades of Tapestry #B76682
Tints of Tapestry #B76682
RGB
CMYK
RGB Variations
Color information
#B76682 (or 0xB76682) is known color: Tapestry. HEX triplet: B7, 66 and 82. RGB value is (183,102,130). Sum of RGB (Red+Green+Blue) = 183+102+130=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B76682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76682 is #48997D. Grayscale: #818181. Windows color (decimal): -4757886 or 8545975. OLE color: 8545975.
HSL color Cylindrical-coordinate representation of color #B76682: hue angle of 339.26º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76682 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 130 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.28 |
| HSL | 339.26º | 0.36% | 0.56% | - |
| HSV(B) | 339.26º | 0.44% | 0.72% | - |
| XYZ | 28.31 | 21.18 | 23.72 | - |
| YUV | 129.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 130 | 0 | 0.44 | 0.29 | 0.28 | 339.26 | 0.36 | 0.56 |
| Hex | B7 | 66 | 82 | 0 | 2C | 1D | 1C | 153 | 24 | 38 |
| Octal | 267 | 146 | 202 | 0 | 54 | 35 | 34 | 523 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10000010 | 0 | 101100 | 11101 | 11100 | 101010011 | 100100 | 111000 |
Color Harmonies of #B76682
Complementary color
Monochromatic Colors of #B76682
Black with #B76682
Text Example
Text Example
White with #B76682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76682; }
p { color: rgb(183,102,130); }
H1.HeaderClassName
{
color: #B76682;
}
.AnyTagClassName
{
color: #B76682;
}
</style>
background-color css
<style>
a { background-color: #B76682; }
a { background-color: rgb(183,102,130); }
div.DivClassName
{
background-color: #B76682;
}
.BgClassName
{
background-color: #B76682;
}
</style>
border-color css
<style>
span { border-color: #B76682; }
span { border-color: rgb(183,102,130); }
td.TdClassName
{
border-color: #B76682;
}
.TagClassName
{
border-color: #B76682;
}
</style>