Shades of Tapestry #B46982
Tints of Tapestry #B46982
RGB
CMYK
RGB Variations
Color information
#B46982 (or 0xB46982) is known color: Tapestry. HEX triplet: B4, 69 and 82. RGB value is (180,105,130). Sum of RGB (Red+Green+Blue) = 180+105+130=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B46982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46982 is #4B967D. Grayscale: #828282. Windows color (decimal): -4953726 or 8546740. OLE color: 8546740.
HSL color Cylindrical-coordinate representation of color #B46982: hue angle of 340º 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 #B46982 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 130 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.29 |
| HSL | 340º | 0.33% | 0.56% | - |
| HSV(B) | 340º | 0.42% | 0.71% | - |
| XYZ | 27.9 | 21.42 | 23.78 | - |
| YUV | 130.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 130 | 0 | 0.42 | 0.28 | 0.29 | 340 | 0.33 | 0.56 |
| Hex | B4 | 69 | 82 | 0 | 2A | 1C | 1D | 154 | 21 | 38 |
| Octal | 264 | 151 | 202 | 0 | 52 | 34 | 35 | 524 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10000010 | 0 | 101010 | 11100 | 11101 | 101010100 | 100001 | 111000 |
Color Harmonies of #B46982
Complementary color
Monochromatic Colors of #B46982
Black with #B46982
Text Example
Text Example
White with #B46982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46982; }
p { color: rgb(180,105,130); }
H1.HeaderClassName
{
color: #B46982;
}
.AnyTagClassName
{
color: #B46982;
}
</style>
background-color css
<style>
a { background-color: #B46982; }
a { background-color: rgb(180,105,130); }
div.DivClassName
{
background-color: #B46982;
}
.BgClassName
{
background-color: #B46982;
}
</style>
border-color css
<style>
span { border-color: #B46982; }
span { border-color: rgb(180,105,130); }
td.TdClassName
{
border-color: #B46982;
}
.TagClassName
{
border-color: #B46982;
}
</style>