Shades of Tapestry #B36376
Tints of Tapestry #B36376
RGB
CMYK
RGB Variations
Color information
#B36376 (or 0xB36376) is known color: Tapestry. HEX triplet: B3, 63 and 76. RGB value is (179,99,118). Sum of RGB (Red+Green+Blue) = 179+99+118=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B36376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36376 is #4C9C89. Grayscale: #7D7D7D. Windows color (decimal): -5020810 or 7758771. OLE color: 7758771.
HSL color Cylindrical-coordinate representation of color #B36376: hue angle of 345.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36376 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 118 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.30 |
| HSL | 345.75º | 0.34% | 0.55% | - |
| HSV(B) | 345.75º | 0.45% | 0.7% | - |
| XYZ | 26.32 | 19.82 | 19.58 | - |
| YUV | 125.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 118 | 0 | 0.45 | 0.34 | 0.30 | 345.75 | 0.34 | 0.55 |
| Hex | B3 | 63 | 76 | 0 | 2D | 22 | 1E | 15A | 22 | 37 |
| Octal | 263 | 143 | 166 | 0 | 55 | 42 | 36 | 532 | 42 | 67 |
| Binary | 10110011 | 1100011 | 1110110 | 0 | 101101 | 100010 | 11110 | 101011010 | 100010 | 110111 |
Color Harmonies of #B36376
Complementary color
Monochromatic Colors of #B36376
Black with #B36376
Text Example
Text Example
White with #B36376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36376; }
p { color: rgb(179,99,118); }
H1.HeaderClassName
{
color: #B36376;
}
.AnyTagClassName
{
color: #B36376;
}
</style>
background-color css
<style>
a { background-color: #B36376; }
a { background-color: rgb(179,99,118); }
div.DivClassName
{
background-color: #B36376;
}
.BgClassName
{
background-color: #B36376;
}
</style>
border-color css
<style>
span { border-color: #B36376; }
span { border-color: rgb(179,99,118); }
td.TdClassName
{
border-color: #B36376;
}
.TagClassName
{
border-color: #B36376;
}
</style>