Shades of Tapestry #B46E8C
Tints of Tapestry #B46E8C
RGB
CMYK
RGB Variations
Color information
#B46E8C (or 0xB46E8C) is known color: Tapestry. HEX triplet: B4, 6E and 8C. RGB value is (180,110,140). Sum of RGB (Red+Green+Blue) = 180+110+140=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E8C is #4B9173. Grayscale: #868686. Windows color (decimal): -4952436 or 9203380. OLE color: 9203380.
HSL color Cylindrical-coordinate representation of color #B46E8C: hue angle of 334.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E8C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 140 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.29 |
| HSL | 334.29º | 0.32% | 0.57% | - |
| HSV(B) | 334.29º | 0.39% | 0.71% | - |
| XYZ | 29.13 | 22.75 | 27.67 | - |
| YUV | 134.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 140 | 0 | 0.39 | 0.22 | 0.29 | 334.29 | 0.32 | 0.57 |
| Hex | B4 | 6E | 8C | 0 | 27 | 16 | 1D | 14E | 20 | 39 |
| Octal | 264 | 156 | 214 | 0 | 47 | 26 | 35 | 516 | 40 | 71 |
| Binary | 10110100 | 1101110 | 10001100 | 0 | 100111 | 10110 | 11101 | 101001110 | 100000 | 111001 |
Color Harmonies of #B46E8C
Complementary color
Monochromatic Colors of #B46E8C
Black with #B46E8C
Text Example
Text Example
White with #B46E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E8C; }
p { color: rgb(180,110,140); }
H1.HeaderClassName
{
color: #B46E8C;
}
.AnyTagClassName
{
color: #B46E8C;
}
</style>
background-color css
<style>
a { background-color: #B46E8C; }
a { background-color: rgb(180,110,140); }
div.DivClassName
{
background-color: #B46E8C;
}
.BgClassName
{
background-color: #B46E8C;
}
</style>
border-color css
<style>
span { border-color: #B46E8C; }
span { border-color: rgb(180,110,140); }
td.TdClassName
{
border-color: #B46E8C;
}
.TagClassName
{
border-color: #B46E8C;
}
</style>