Shades of Tapestry #B76A83
Tints of Tapestry #B76A83
RGB
CMYK
RGB Variations
Color information
#B76A83 (or 0xB76A83) is known color: Tapestry. HEX triplet: B7, 6A and 83. RGB value is (183,106,131). Sum of RGB (Red+Green+Blue) = 183+106+131=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A83 is #48957C. Grayscale: #838383. Windows color (decimal): -4756861 or 8612535. OLE color: 8612535.
HSL color Cylindrical-coordinate representation of color #B76A83: hue angle of 340.52º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A83 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 131 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.28 |
| HSL | 340.52º | 0.35% | 0.57% | - |
| HSV(B) | 340.52º | 0.42% | 0.72% | - |
| XYZ | 28.78 | 22.01 | 24.21 | - |
| YUV | 131.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 131 | 0 | 0.42 | 0.28 | 0.28 | 340.52 | 0.35 | 0.57 |
| Hex | B7 | 6A | 83 | 0 | 2A | 1C | 1C | 155 | 23 | 39 |
| Octal | 267 | 152 | 203 | 0 | 52 | 34 | 34 | 525 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10000011 | 0 | 101010 | 11100 | 11100 | 101010101 | 100011 | 111001 |
Color Harmonies of #B76A83
Complementary color
Monochromatic Colors of #B76A83
Black with #B76A83
Text Example
Text Example
White with #B76A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A83; }
p { color: rgb(183,106,131); }
H1.HeaderClassName
{
color: #B76A83;
}
.AnyTagClassName
{
color: #B76A83;
}
</style>
background-color css
<style>
a { background-color: #B76A83; }
a { background-color: rgb(183,106,131); }
div.DivClassName
{
background-color: #B76A83;
}
.BgClassName
{
background-color: #B76A83;
}
</style>
border-color css
<style>
span { border-color: #B76A83; }
span { border-color: rgb(183,106,131); }
td.TdClassName
{
border-color: #B76A83;
}
.TagClassName
{
border-color: #B76A83;
}
</style>