Shades of Tapestry #B46990
Tints of Tapestry #B46990
RGB
CMYK
RGB Variations
Color information
#B46990 (or 0xB46990) is known color: Tapestry. HEX triplet: B4, 69 and 90. RGB value is (180,105,144). Sum of RGB (Red+Green+Blue) = 180+105+144=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46990 is #4B966F. Grayscale: #838383. Windows color (decimal): -4953712 or 9464244. OLE color: 9464244.
HSL color Cylindrical-coordinate representation of color #B46990: hue angle of 328.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46990 is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 144 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.29 |
| HSL | 328.8º | 0.33% | 0.56% | - |
| HSV(B) | 328.8º | 0.42% | 0.71% | - |
| XYZ | 28.91 | 21.82 | 29.07 | - |
| YUV | 131.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 144 | 0 | 0.42 | 0.2 | 0.29 | 328.8 | 0.33 | 0.56 |
| Hex | B4 | 69 | 90 | 0 | 2A | 14 | 1D | 149 | 21 | 38 |
| Octal | 264 | 151 | 220 | 0 | 52 | 24 | 35 | 511 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10010000 | 0 | 101010 | 10100 | 11101 | 101001001 | 100001 | 111000 |
Color Harmonies of #B46990
Complementary color
Monochromatic Colors of #B46990
Black with #B46990
Text Example
Text Example
White with #B46990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46990; }
p { color: rgb(180,105,144); }
H1.HeaderClassName
{
color: #B46990;
}
.AnyTagClassName
{
color: #B46990;
}
</style>
background-color css
<style>
a { background-color: #B46990; }
a { background-color: rgb(180,105,144); }
div.DivClassName
{
background-color: #B46990;
}
.BgClassName
{
background-color: #B46990;
}
</style>
border-color css
<style>
span { border-color: #B46990; }
span { border-color: rgb(180,105,144); }
td.TdClassName
{
border-color: #B46990;
}
.TagClassName
{
border-color: #B46990;
}
</style>