Shades of Tapestry #B46385
Tints of Tapestry #B46385
RGB
CMYK
RGB Variations
Color information
#B46385 (or 0xB46385) is known color: Tapestry. HEX triplet: B4, 63 and 85. RGB value is (180,99,133). Sum of RGB (Red+Green+Blue) = 180+99+133=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46385 is #4B9C7A. Grayscale: #7F7F7F. Windows color (decimal): -4955259 or 8741812. OLE color: 8741812.
HSL color Cylindrical-coordinate representation of color #B46385: hue angle of 334.81º 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 #B46385 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 133 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.29 |
| HSL | 334.81º | 0.35% | 0.55% | - |
| HSV(B) | 334.81º | 0.45% | 0.71% | - |
| XYZ | 27.52 | 20.32 | 24.66 | - |
| YUV | 127.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 133 | 0 | 0.45 | 0.26 | 0.29 | 334.81 | 0.35 | 0.55 |
| Hex | B4 | 63 | 85 | 0 | 2D | 1A | 1D | 14F | 23 | 37 |
| Octal | 264 | 143 | 205 | 0 | 55 | 32 | 35 | 517 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10000101 | 0 | 101101 | 11010 | 11101 | 101001111 | 100011 | 110111 |
Color Harmonies of #B46385
Complementary color
Monochromatic Colors of #B46385
Black with #B46385
Text Example
Text Example
White with #B46385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46385; }
p { color: rgb(180,99,133); }
H1.HeaderClassName
{
color: #B46385;
}
.AnyTagClassName
{
color: #B46385;
}
</style>
background-color css
<style>
a { background-color: #B46385; }
a { background-color: rgb(180,99,133); }
div.DivClassName
{
background-color: #B46385;
}
.BgClassName
{
background-color: #B46385;
}
</style>
border-color css
<style>
span { border-color: #B46385; }
span { border-color: rgb(180,99,133); }
td.TdClassName
{
border-color: #B46385;
}
.TagClassName
{
border-color: #B46385;
}
</style>