Shades of Tapestry #B46380
Tints of Tapestry #B46380
RGB
CMYK
RGB Variations
Color information
#B46380 (or 0xB46380) is known color: Tapestry. HEX triplet: B4, 63 and 80. RGB value is (180,99,128). Sum of RGB (Red+Green+Blue) = 180+99+128=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B46380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46380 is #4B9C7F. Grayscale: #7E7E7E. Windows color (decimal): -4955264 or 8414132. OLE color: 8414132.
HSL color Cylindrical-coordinate representation of color #B46380: hue angle of 338.52º 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 #B46380 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 128 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.29 |
| HSL | 338.52º | 0.35% | 0.55% | - |
| HSV(B) | 338.52º | 0.45% | 0.71% | - |
| XYZ | 27.18 | 20.19 | 22.89 | - |
| YUV | 126.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 128 | 0 | 0.45 | 0.29 | 0.29 | 338.52 | 0.35 | 0.55 |
| Hex | B4 | 63 | 80 | 0 | 2D | 1D | 1D | 153 | 23 | 37 |
| Octal | 264 | 143 | 200 | 0 | 55 | 35 | 35 | 523 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10000000 | 0 | 101101 | 11101 | 11101 | 101010011 | 100011 | 110111 |
Color Harmonies of #B46380
Complementary color
Monochromatic Colors of #B46380
Black with #B46380
Text Example
Text Example
White with #B46380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46380; }
p { color: rgb(180,99,128); }
H1.HeaderClassName
{
color: #B46380;
}
.AnyTagClassName
{
color: #B46380;
}
</style>
background-color css
<style>
a { background-color: #B46380; }
a { background-color: rgb(180,99,128); }
div.DivClassName
{
background-color: #B46380;
}
.BgClassName
{
background-color: #B46380;
}
</style>
border-color css
<style>
span { border-color: #B46380; }
span { border-color: rgb(180,99,128); }
td.TdClassName
{
border-color: #B46380;
}
.TagClassName
{
border-color: #B46380;
}
</style>