Shades of Tapestry #B46891
Tints of Tapestry #B46891
RGB
CMYK
RGB Variations
Color information
#B46891 (or 0xB46891) is known color: Tapestry. HEX triplet: B4, 68 and 91. RGB value is (180,104,145). Sum of RGB (Red+Green+Blue) = 180+104+145=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46891 is #4B976E. Grayscale: #838383. Windows color (decimal): -4953967 or 9529524. OLE color: 9529524.
HSL color Cylindrical-coordinate representation of color #B46891: hue angle of 327.63º degrees, saturation: 0.34, 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 #B46891 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 145 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.29 |
| HSL | 327.63º | 0.34% | 0.56% | - |
| HSV(B) | 327.63º | 0.42% | 0.71% | - |
| XYZ | 28.88 | 21.65 | 29.44 | - |
| YUV | 131.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 145 | 0 | 0.42 | 0.19 | 0.29 | 327.63 | 0.34 | 0.56 |
| Hex | B4 | 68 | 91 | 0 | 2A | 13 | 1D | 148 | 22 | 38 |
| Octal | 264 | 150 | 221 | 0 | 52 | 23 | 35 | 510 | 42 | 70 |
| Binary | 10110100 | 1101000 | 10010001 | 0 | 101010 | 10011 | 11101 | 101001000 | 100010 | 111000 |
Color Harmonies of #B46891
Complementary color
Monochromatic Colors of #B46891
Black with #B46891
Text Example
Text Example
White with #B46891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46891; }
p { color: rgb(180,104,145); }
H1.HeaderClassName
{
color: #B46891;
}
.AnyTagClassName
{
color: #B46891;
}
</style>
background-color css
<style>
a { background-color: #B46891; }
a { background-color: rgb(180,104,145); }
div.DivClassName
{
background-color: #B46891;
}
.BgClassName
{
background-color: #B46891;
}
</style>
border-color css
<style>
span { border-color: #B46891; }
span { border-color: rgb(180,104,145); }
td.TdClassName
{
border-color: #B46891;
}
.TagClassName
{
border-color: #B46891;
}
</style>