Shades of Tapestry #B46377
Tints of Tapestry #B46377
RGB
CMYK
RGB Variations
Color information
#B46377 (or 0xB46377) is known color: Tapestry. HEX triplet: B4, 63 and 77. RGB value is (180,99,119). Sum of RGB (Red+Green+Blue) = 180+99+119=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46377 is #4B9C88. Grayscale: #7D7D7D. Windows color (decimal): -4955273 or 7824308. OLE color: 7824308.
HSL color Cylindrical-coordinate representation of color #B46377: hue angle of 345.19º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46377 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 119 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.29 |
| HSL | 345.19º | 0.35% | 0.55% | - |
| HSV(B) | 345.19º | 0.45% | 0.71% | - |
| XYZ | 26.61 | 19.96 | 19.9 | - |
| YUV | 125.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 119 | 0 | 0.45 | 0.34 | 0.29 | 345.19 | 0.35 | 0.55 |
| Hex | B4 | 63 | 77 | 0 | 2D | 22 | 1D | 159 | 23 | 37 |
| Octal | 264 | 143 | 167 | 0 | 55 | 42 | 35 | 531 | 43 | 67 |
| Binary | 10110100 | 1100011 | 1110111 | 0 | 101101 | 100010 | 11101 | 101011001 | 100011 | 110111 |
Color Harmonies of #B46377
Complementary color
Monochromatic Colors of #B46377
Black with #B46377
Text Example
Text Example
White with #B46377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46377; }
p { color: rgb(180,99,119); }
H1.HeaderClassName
{
color: #B46377;
}
.AnyTagClassName
{
color: #B46377;
}
</style>
background-color css
<style>
a { background-color: #B46377; }
a { background-color: rgb(180,99,119); }
div.DivClassName
{
background-color: #B46377;
}
.BgClassName
{
background-color: #B46377;
}
</style>
border-color css
<style>
span { border-color: #B46377; }
span { border-color: rgb(180,99,119); }
td.TdClassName
{
border-color: #B46377;
}
.TagClassName
{
border-color: #B46377;
}
</style>