Shades of Tapestry #B46F8C
Tints of Tapestry #B46F8C
RGB
CMYK
RGB Variations
Color information
#B46F8C (or 0xB46F8C) is known color: Tapestry. HEX triplet: B4, 6F and 8C. RGB value is (180,111,140). Sum of RGB (Red+Green+Blue) = 180+111+140=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F8C is #4B9073. Grayscale: #868686. Windows color (decimal): -4952180 or 9203636. OLE color: 9203636.
HSL color Cylindrical-coordinate representation of color #B46F8C: hue angle of 334.78º 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 #B46F8C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 140 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.29 |
| HSL | 334.78º | 0.32% | 0.57% | - |
| HSV(B) | 334.78º | 0.38% | 0.71% | - |
| XYZ | 29.24 | 22.97 | 27.7 | - |
| YUV | 134.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 140 | 0 | 0.38 | 0.22 | 0.29 | 334.78 | 0.32 | 0.57 |
| Hex | B4 | 6F | 8C | 0 | 26 | 16 | 1D | 14F | 20 | 39 |
| Octal | 264 | 157 | 214 | 0 | 46 | 26 | 35 | 517 | 40 | 71 |
| Binary | 10110100 | 1101111 | 10001100 | 0 | 100110 | 10110 | 11101 | 101001111 | 100000 | 111001 |
Color Harmonies of #B46F8C
Complementary color
Monochromatic Colors of #B46F8C
Black with #B46F8C
Text Example
Text Example
White with #B46F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F8C; }
p { color: rgb(180,111,140); }
H1.HeaderClassName
{
color: #B46F8C;
}
.AnyTagClassName
{
color: #B46F8C;
}
</style>
background-color css
<style>
a { background-color: #B46F8C; }
a { background-color: rgb(180,111,140); }
div.DivClassName
{
background-color: #B46F8C;
}
.BgClassName
{
background-color: #B46F8C;
}
</style>
border-color css
<style>
span { border-color: #B46F8C; }
span { border-color: rgb(180,111,140); }
td.TdClassName
{
border-color: #B46F8C;
}
.TagClassName
{
border-color: #B46F8C;
}
</style>