Shades of Tapestry #B77186
Tints of Tapestry #B77186
RGB
CMYK
RGB Variations
Color information
#B77186 (or 0xB77186) is known color: Tapestry. HEX triplet: B7, 71 and 86. RGB value is (183,113,134). Sum of RGB (Red+Green+Blue) = 183+113+134=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77186 is #488E79. Grayscale: #888888. Windows color (decimal): -4755066 or 8810935. OLE color: 8810935.
HSL color Cylindrical-coordinate representation of color #B77186: hue angle of 342º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77186 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 134 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.28 |
| HSL | 342º | 0.33% | 0.58% | - |
| HSV(B) | 342º | 0.38% | 0.72% | - |
| XYZ | 29.74 | 23.6 | 25.54 | - |
| YUV | 136.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 134 | 0 | 0.38 | 0.27 | 0.28 | 342 | 0.33 | 0.58 |
| Hex | B7 | 71 | 86 | 0 | 26 | 1B | 1C | 156 | 21 | 3A |
| Octal | 267 | 161 | 206 | 0 | 46 | 33 | 34 | 526 | 41 | 72 |
| Binary | 10110111 | 1110001 | 10000110 | 0 | 100110 | 11011 | 11100 | 101010110 | 100001 | 111010 |
Color Harmonies of #B77186
Complementary color
Monochromatic Colors of #B77186
Black with #B77186
Text Example
Text Example
White with #B77186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77186; }
p { color: rgb(183,113,134); }
H1.HeaderClassName
{
color: #B77186;
}
.AnyTagClassName
{
color: #B77186;
}
</style>
background-color css
<style>
a { background-color: #B77186; }
a { background-color: rgb(183,113,134); }
div.DivClassName
{
background-color: #B77186;
}
.BgClassName
{
background-color: #B77186;
}
</style>
border-color css
<style>
span { border-color: #B77186; }
span { border-color: rgb(183,113,134); }
td.TdClassName
{
border-color: #B77186;
}
.TagClassName
{
border-color: #B77186;
}
</style>