Shades of Tapestry #B76584
Tints of Tapestry #B76584
RGB
CMYK
RGB Variations
Color information
#B76584 (or 0xB76584) is known color: Tapestry. HEX triplet: B7, 65 and 84. RGB value is (183,101,132). Sum of RGB (Red+Green+Blue) = 183+101+132=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B76584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76584 is #489A7B. Grayscale: #818181. Windows color (decimal): -4758140 or 8676791. OLE color: 8676791.
HSL color Cylindrical-coordinate representation of color #B76584: hue angle of 337.32º 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 #B76584 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 132 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.28 |
| HSL | 337.32º | 0.36% | 0.56% | - |
| HSV(B) | 337.32º | 0.45% | 0.72% | - |
| XYZ | 28.35 | 21.04 | 24.4 | - |
| YUV | 129.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 132 | 0 | 0.45 | 0.28 | 0.28 | 337.32 | 0.36 | 0.56 |
| Hex | B7 | 65 | 84 | 0 | 2D | 1C | 1C | 151 | 24 | 38 |
| Octal | 267 | 145 | 204 | 0 | 55 | 34 | 34 | 521 | 44 | 70 |
| Binary | 10110111 | 1100101 | 10000100 | 0 | 101101 | 11100 | 11100 | 101010001 | 100100 | 111000 |
Color Harmonies of #B76584
Complementary color
Monochromatic Colors of #B76584
Black with #B76584
Text Example
Text Example
White with #B76584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76584; }
p { color: rgb(183,101,132); }
H1.HeaderClassName
{
color: #B76584;
}
.AnyTagClassName
{
color: #B76584;
}
</style>
background-color css
<style>
a { background-color: #B76584; }
a { background-color: rgb(183,101,132); }
div.DivClassName
{
background-color: #B76584;
}
.BgClassName
{
background-color: #B76584;
}
</style>
border-color css
<style>
span { border-color: #B76584; }
span { border-color: rgb(183,101,132); }
td.TdClassName
{
border-color: #B76584;
}
.TagClassName
{
border-color: #B76584;
}
</style>