Shades of Tapestry #B76579
Tints of Tapestry #B76579
RGB
CMYK
RGB Variations
Color information
#B76579 (or 0xB76579) is known color: Tapestry. HEX triplet: B7, 65 and 79. RGB value is (183,101,121). Sum of RGB (Red+Green+Blue) = 183+101+121=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B76579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76579 is #489A86. Grayscale: #7F7F7F. Windows color (decimal): -4758151 or 7955895. OLE color: 7955895.
HSL color Cylindrical-coordinate representation of color #B76579: hue angle of 345.37º 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 #B76579 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 121 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.28 |
| HSL | 345.37º | 0.36% | 0.56% | - |
| HSV(B) | 345.37º | 0.45% | 0.72% | - |
| XYZ | 27.63 | 20.76 | 20.64 | - |
| YUV | 127.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 121 | 0 | 0.45 | 0.34 | 0.28 | 345.37 | 0.36 | 0.56 |
| Hex | B7 | 65 | 79 | 0 | 2D | 22 | 1C | 159 | 24 | 38 |
| Octal | 267 | 145 | 171 | 0 | 55 | 42 | 34 | 531 | 44 | 70 |
| Binary | 10110111 | 1100101 | 1111001 | 0 | 101101 | 100010 | 11100 | 101011001 | 100100 | 111000 |
Color Harmonies of #B76579
Complementary color
Monochromatic Colors of #B76579
Black with #B76579
Text Example
Text Example
White with #B76579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76579; }
p { color: rgb(183,101,121); }
H1.HeaderClassName
{
color: #B76579;
}
.AnyTagClassName
{
color: #B76579;
}
</style>
background-color css
<style>
a { background-color: #B76579; }
a { background-color: rgb(183,101,121); }
div.DivClassName
{
background-color: #B76579;
}
.BgClassName
{
background-color: #B76579;
}
</style>
border-color css
<style>
span { border-color: #B76579; }
span { border-color: rgb(183,101,121); }
td.TdClassName
{
border-color: #B76579;
}
.TagClassName
{
border-color: #B76579;
}
</style>