Shades of Tapestry #B46791
Tints of Tapestry #B46791
RGB
CMYK
RGB Variations
Color information
#B46791 (or 0xB46791) is known color: Tapestry. HEX triplet: B4, 67 and 91. RGB value is (180,103,145). Sum of RGB (Red+Green+Blue) = 180+103+145=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46791 is #4B986E. Grayscale: #828282. Windows color (decimal): -4954223 or 9529268. OLE color: 9529268.
HSL color Cylindrical-coordinate representation of color #B46791: hue angle of 327.27º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46791 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 145 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.29 |
| HSL | 327.27º | 0.34% | 0.55% | - |
| HSV(B) | 327.27º | 0.43% | 0.71% | - |
| XYZ | 28.78 | 21.45 | 29.41 | - |
| YUV | 130.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 145 | 0 | 0.43 | 0.19 | 0.29 | 327.27 | 0.34 | 0.55 |
| Hex | B4 | 67 | 91 | 0 | 2B | 13 | 1D | 147 | 22 | 37 |
| Octal | 264 | 147 | 221 | 0 | 53 | 23 | 35 | 507 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10010001 | 0 | 101011 | 10011 | 11101 | 101000111 | 100010 | 110111 |
Color Harmonies of #B46791
Complementary color
Monochromatic Colors of #B46791
Black with #B46791
Text Example
Text Example
White with #B46791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46791; }
p { color: rgb(180,103,145); }
H1.HeaderClassName
{
color: #B46791;
}
.AnyTagClassName
{
color: #B46791;
}
</style>
background-color css
<style>
a { background-color: #B46791; }
a { background-color: rgb(180,103,145); }
div.DivClassName
{
background-color: #B46791;
}
.BgClassName
{
background-color: #B46791;
}
</style>
border-color css
<style>
span { border-color: #B46791; }
span { border-color: rgb(180,103,145); }
td.TdClassName
{
border-color: #B46791;
}
.TagClassName
{
border-color: #B46791;
}
</style>