Shades of Tapestry #B46581
Tints of Tapestry #B46581
RGB
CMYK
RGB Variations
Color information
#B46581 (or 0xB46581) is known color: Tapestry. HEX triplet: B4, 65 and 81. RGB value is (180,101,129). Sum of RGB (Red+Green+Blue) = 180+101+129=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B46581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46581 is #4B9A7E. Grayscale: #7F7F7F. Windows color (decimal): -4954751 or 8480180. OLE color: 8480180.
HSL color Cylindrical-coordinate representation of color #B46581: hue angle of 338.73º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46581 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 129 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.29 |
| HSL | 338.73º | 0.34% | 0.55% | - |
| HSV(B) | 338.73º | 0.44% | 0.71% | - |
| XYZ | 27.44 | 20.6 | 23.3 | - |
| YUV | 127.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 129 | 0 | 0.44 | 0.28 | 0.29 | 338.73 | 0.34 | 0.55 |
| Hex | B4 | 65 | 81 | 0 | 2C | 1C | 1D | 153 | 22 | 37 |
| Octal | 264 | 145 | 201 | 0 | 54 | 34 | 35 | 523 | 42 | 67 |
| Binary | 10110100 | 1100101 | 10000001 | 0 | 101100 | 11100 | 11101 | 101010011 | 100010 | 110111 |
Color Harmonies of #B46581
Complementary color
Monochromatic Colors of #B46581
Black with #B46581
Text Example
Text Example
White with #B46581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46581; }
p { color: rgb(180,101,129); }
H1.HeaderClassName
{
color: #B46581;
}
.AnyTagClassName
{
color: #B46581;
}
</style>
background-color css
<style>
a { background-color: #B46581; }
a { background-color: rgb(180,101,129); }
div.DivClassName
{
background-color: #B46581;
}
.BgClassName
{
background-color: #B46581;
}
</style>
border-color css
<style>
span { border-color: #B46581; }
span { border-color: rgb(180,101,129); }
td.TdClassName
{
border-color: #B46581;
}
.TagClassName
{
border-color: #B46581;
}
</style>