Shades of Tapestry #B76A8B
Tints of Tapestry #B76A8B
RGB
CMYK
RGB Variations
Color information
#B76A8B (or 0xB76A8B) is known color: Tapestry. HEX triplet: B7, 6A and 8B. RGB value is (183,106,139). Sum of RGB (Red+Green+Blue) = 183+106+139=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A8B is #489574. Grayscale: #848484. Windows color (decimal): -4756853 or 9136823. OLE color: 9136823.
HSL color Cylindrical-coordinate representation of color #B76A8B: hue angle of 334.29º 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 #B76A8B is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 139 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.28 |
| HSL | 334.29º | 0.35% | 0.57% | - |
| HSV(B) | 334.29º | 0.42% | 0.72% | - |
| XYZ | 29.34 | 22.24 | 27.17 | - |
| YUV | 132.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 139 | 0 | 0.42 | 0.24 | 0.28 | 334.29 | 0.35 | 0.57 |
| Hex | B7 | 6A | 8B | 0 | 2A | 18 | 1C | 14E | 23 | 39 |
| Octal | 267 | 152 | 213 | 0 | 52 | 30 | 34 | 516 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10001011 | 0 | 101010 | 11000 | 11100 | 101001110 | 100011 | 111001 |
Color Harmonies of #B76A8B
Complementary color
Monochromatic Colors of #B76A8B
Black with #B76A8B
Text Example
Text Example
White with #B76A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A8B; }
p { color: rgb(183,106,139); }
H1.HeaderClassName
{
color: #B76A8B;
}
.AnyTagClassName
{
color: #B76A8B;
}
</style>
background-color css
<style>
a { background-color: #B76A8B; }
a { background-color: rgb(183,106,139); }
div.DivClassName
{
background-color: #B76A8B;
}
.BgClassName
{
background-color: #B76A8B;
}
</style>
border-color css
<style>
span { border-color: #B76A8B; }
span { border-color: rgb(183,106,139); }
td.TdClassName
{
border-color: #B76A8B;
}
.TagClassName
{
border-color: #B76A8B;
}
</style>