Shades of Tapestry #B86376
Tints of Tapestry #B86376
RGB
CMYK
RGB Variations
Color information
#B86376 (or 0xB86376) is known color: Tapestry. HEX triplet: B8, 63 and 76. RGB value is (184,99,118). Sum of RGB (Red+Green+Blue) = 184+99+118=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B86376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86376 is #479C89. Grayscale: #7E7E7E. Windows color (decimal): -4693130 or 7758776. OLE color: 7758776.
HSL color Cylindrical-coordinate representation of color #B86376: hue angle of 346.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86376 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 118 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.28 |
| HSL | 346.59º | 0.37% | 0.55% | - |
| HSV(B) | 346.59º | 0.46% | 0.72% | - |
| XYZ | 27.5 | 20.42 | 19.63 | - |
| YUV | 126.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 118 | 0 | 0.46 | 0.36 | 0.28 | 346.59 | 0.37 | 0.55 |
| Hex | B8 | 63 | 76 | 0 | 2E | 24 | 1C | 15B | 25 | 37 |
| Octal | 270 | 143 | 166 | 0 | 56 | 44 | 34 | 533 | 45 | 67 |
| Binary | 10111000 | 1100011 | 1110110 | 0 | 101110 | 100100 | 11100 | 101011011 | 100101 | 110111 |
Color Harmonies of #B86376
Complementary color
Monochromatic Colors of #B86376
Black with #B86376
Text Example
Text Example
White with #B86376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86376; }
p { color: rgb(184,99,118); }
H1.HeaderClassName
{
color: #B86376;
}
.AnyTagClassName
{
color: #B86376;
}
</style>
background-color css
<style>
a { background-color: #B86376; }
a { background-color: rgb(184,99,118); }
div.DivClassName
{
background-color: #B86376;
}
.BgClassName
{
background-color: #B86376;
}
</style>
border-color css
<style>
span { border-color: #B86376; }
span { border-color: rgb(184,99,118); }
td.TdClassName
{
border-color: #B86376;
}
.TagClassName
{
border-color: #B86376;
}
</style>