Shades of Tapestry #B46F82
Tints of Tapestry #B46F82
RGB
CMYK
RGB Variations
Color information
#B46F82 (or 0xB46F82) is known color: Tapestry. HEX triplet: B4, 6F and 82. RGB value is (180,111,130). Sum of RGB (Red+Green+Blue) = 180+111+130=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F82 is #4B907D. Grayscale: #858585. Windows color (decimal): -4952190 or 8548276. OLE color: 8548276.
HSL color Cylindrical-coordinate representation of color #B46F82: hue angle of 343.48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B46F82 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 130 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.29 |
| HSL | 343.48º | 0.32% | 0.57% | - |
| HSV(B) | 343.48º | 0.38% | 0.71% | - |
| XYZ | 28.54 | 22.68 | 23.99 | - |
| YUV | 133.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 130 | 0 | 0.38 | 0.28 | 0.29 | 343.48 | 0.32 | 0.57 |
| Hex | B4 | 6F | 82 | 0 | 26 | 1C | 1D | 157 | 20 | 39 |
| Octal | 264 | 157 | 202 | 0 | 46 | 34 | 35 | 527 | 40 | 71 |
| Binary | 10110100 | 1101111 | 10000010 | 0 | 100110 | 11100 | 11101 | 101010111 | 100000 | 111001 |
Color Harmonies of #B46F82
Complementary color
Monochromatic Colors of #B46F82
Black with #B46F82
Text Example
Text Example
White with #B46F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F82; }
p { color: rgb(180,111,130); }
H1.HeaderClassName
{
color: #B46F82;
}
.AnyTagClassName
{
color: #B46F82;
}
</style>
background-color css
<style>
a { background-color: #B46F82; }
a { background-color: rgb(180,111,130); }
div.DivClassName
{
background-color: #B46F82;
}
.BgClassName
{
background-color: #B46F82;
}
</style>
border-color css
<style>
span { border-color: #B46F82; }
span { border-color: rgb(180,111,130); }
td.TdClassName
{
border-color: #B46F82;
}
.TagClassName
{
border-color: #B46F82;
}
</style>