Shades of Tapestry #B76487
Tints of Tapestry #B76487
RGB
CMYK
RGB Variations
Color information
#B76487 (or 0xB76487) is known color: Tapestry. HEX triplet: B7, 64 and 87. RGB value is (183,100,135). Sum of RGB (Red+Green+Blue) = 183+100+135=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B76487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76487 is #489B78. Grayscale: #808080. Windows color (decimal): -4758393 or 8873143. OLE color: 8873143.
HSL color Cylindrical-coordinate representation of color #B76487: hue angle of 334.7º 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 #B76487 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 135 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.28 |
| HSL | 334.7º | 0.37% | 0.55% | - |
| HSV(B) | 334.7º | 0.45% | 0.72% | - |
| XYZ | 28.46 | 20.93 | 25.46 | - |
| YUV | 128.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 135 | 0 | 0.45 | 0.26 | 0.28 | 334.7 | 0.37 | 0.55 |
| Hex | B7 | 64 | 87 | 0 | 2D | 1A | 1C | 14F | 25 | 37 |
| Octal | 267 | 144 | 207 | 0 | 55 | 32 | 34 | 517 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10000111 | 0 | 101101 | 11010 | 11100 | 101001111 | 100101 | 110111 |
Color Harmonies of #B76487
Complementary color
Monochromatic Colors of #B76487
Black with #B76487
Text Example
Text Example
White with #B76487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76487; }
p { color: rgb(183,100,135); }
H1.HeaderClassName
{
color: #B76487;
}
.AnyTagClassName
{
color: #B76487;
}
</style>
background-color css
<style>
a { background-color: #B76487; }
a { background-color: rgb(183,100,135); }
div.DivClassName
{
background-color: #B76487;
}
.BgClassName
{
background-color: #B76487;
}
</style>
border-color css
<style>
span { border-color: #B76487; }
span { border-color: rgb(183,100,135); }
td.TdClassName
{
border-color: #B76487;
}
.TagClassName
{
border-color: #B76487;
}
</style>