Shades of Tapestry #B46D8C
Tints of Tapestry #B46D8C
RGB
CMYK
RGB Variations
Color information
#B46D8C (or 0xB46D8C) is known color: Tapestry. HEX triplet: B4, 6D and 8C. RGB value is (180,109,140). Sum of RGB (Red+Green+Blue) = 180+109+140=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D8C is #4B9273. Grayscale: #858585. Windows color (decimal): -4952692 or 9203124. OLE color: 9203124.
HSL color Cylindrical-coordinate representation of color #B46D8C: hue angle of 333.8º 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 #B46D8C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 140 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.29 |
| HSL | 333.8º | 0.32% | 0.57% | - |
| HSV(B) | 333.8º | 0.39% | 0.71% | - |
| XYZ | 29.02 | 22.53 | 27.63 | - |
| YUV | 133.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 140 | 0 | 0.39 | 0.22 | 0.29 | 333.8 | 0.32 | 0.57 |
| Hex | B4 | 6D | 8C | 0 | 27 | 16 | 1D | 14E | 20 | 39 |
| Octal | 264 | 155 | 214 | 0 | 47 | 26 | 35 | 516 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10001100 | 0 | 100111 | 10110 | 11101 | 101001110 | 100000 | 111001 |
Color Harmonies of #B46D8C
Complementary color
Monochromatic Colors of #B46D8C
Black with #B46D8C
Text Example
Text Example
White with #B46D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D8C; }
p { color: rgb(180,109,140); }
H1.HeaderClassName
{
color: #B46D8C;
}
.AnyTagClassName
{
color: #B46D8C;
}
</style>
background-color css
<style>
a { background-color: #B46D8C; }
a { background-color: rgb(180,109,140); }
div.DivClassName
{
background-color: #B46D8C;
}
.BgClassName
{
background-color: #B46D8C;
}
</style>
border-color css
<style>
span { border-color: #B46D8C; }
span { border-color: rgb(180,109,140); }
td.TdClassName
{
border-color: #B46D8C;
}
.TagClassName
{
border-color: #B46D8C;
}
</style>