Shades of Tapestry #B76B85
Tints of Tapestry #B76B85
RGB
CMYK
RGB Variations
Color information
#B76B85 (or 0xB76B85) is known color: Tapestry. HEX triplet: B7, 6B and 85. RGB value is (183,107,133). Sum of RGB (Red+Green+Blue) = 183+107+133=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B85 is #48947A. Grayscale: #848484. Windows color (decimal): -4756603 or 8743863. OLE color: 8743863.
HSL color Cylindrical-coordinate representation of color #B76B85: hue angle of 339.47º 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 #B76B85 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 133 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.28 |
| HSL | 339.47º | 0.35% | 0.57% | - |
| HSV(B) | 339.47º | 0.42% | 0.72% | - |
| XYZ | 29.02 | 22.28 | 24.96 | - |
| YUV | 132.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 133 | 0 | 0.42 | 0.27 | 0.28 | 339.47 | 0.35 | 0.57 |
| Hex | B7 | 6B | 85 | 0 | 2A | 1B | 1C | 153 | 23 | 39 |
| Octal | 267 | 153 | 205 | 0 | 52 | 33 | 34 | 523 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10000101 | 0 | 101010 | 11011 | 11100 | 101010011 | 100011 | 111001 |
Color Harmonies of #B76B85
Complementary color
Monochromatic Colors of #B76B85
Black with #B76B85
Text Example
Text Example
White with #B76B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B85; }
p { color: rgb(183,107,133); }
H1.HeaderClassName
{
color: #B76B85;
}
.AnyTagClassName
{
color: #B76B85;
}
</style>
background-color css
<style>
a { background-color: #B76B85; }
a { background-color: rgb(183,107,133); }
div.DivClassName
{
background-color: #B76B85;
}
.BgClassName
{
background-color: #B76B85;
}
</style>
border-color css
<style>
span { border-color: #B76B85; }
span { border-color: rgb(183,107,133); }
td.TdClassName
{
border-color: #B76B85;
}
.TagClassName
{
border-color: #B76B85;
}
</style>