Shades of Tapestry #B76A8F
Tints of Tapestry #B76A8F
RGB
CMYK
RGB Variations
Color information
#B76A8F (or 0xB76A8F) is known color: Tapestry. HEX triplet: B7, 6A and 8F. RGB value is (183,106,143). Sum of RGB (Red+Green+Blue) = 183+106+143=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A8F is #489570. Grayscale: #858585. Windows color (decimal): -4756849 or 9398967. OLE color: 9398967.
HSL color Cylindrical-coordinate representation of color #B76A8F: hue angle of 331.17º 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 #B76A8F is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 143 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.28 |
| HSL | 331.17º | 0.35% | 0.57% | - |
| HSV(B) | 331.17º | 0.42% | 0.72% | - |
| XYZ | 29.64 | 22.36 | 28.74 | - |
| YUV | 133.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 143 | 0 | 0.42 | 0.22 | 0.28 | 331.17 | 0.35 | 0.57 |
| Hex | B7 | 6A | 8F | 0 | 2A | 16 | 1C | 14B | 23 | 39 |
| Octal | 267 | 152 | 217 | 0 | 52 | 26 | 34 | 513 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10001111 | 0 | 101010 | 10110 | 11100 | 101001011 | 100011 | 111001 |
Color Harmonies of #B76A8F
Complementary color
Monochromatic Colors of #B76A8F
Black with #B76A8F
Text Example
Text Example
White with #B76A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A8F; }
p { color: rgb(183,106,143); }
H1.HeaderClassName
{
color: #B76A8F;
}
.AnyTagClassName
{
color: #B76A8F;
}
</style>
background-color css
<style>
a { background-color: #B76A8F; }
a { background-color: rgb(183,106,143); }
div.DivClassName
{
background-color: #B76A8F;
}
.BgClassName
{
background-color: #B76A8F;
}
</style>
border-color css
<style>
span { border-color: #B76A8F; }
span { border-color: rgb(183,106,143); }
td.TdClassName
{
border-color: #B76A8F;
}
.TagClassName
{
border-color: #B76A8F;
}
</style>