Shades of Tapestry #B46D80
Tints of Tapestry #B46D80
RGB
CMYK
RGB Variations
Color information
#B46D80 (or 0xB46D80) is known color: Tapestry. HEX triplet: B4, 6D and 80. RGB value is (180,109,128). Sum of RGB (Red+Green+Blue) = 180+109+128=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D80 is #4B927F. Grayscale: #848484. Windows color (decimal): -4952704 or 8416692. OLE color: 8416692.
HSL color Cylindrical-coordinate representation of color #B46D80: hue angle of 343.94º 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 #B46D80 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 128 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.29 |
| HSL | 343.94º | 0.32% | 0.57% | - |
| HSV(B) | 343.94º | 0.39% | 0.71% | - |
| XYZ | 28.19 | 22.2 | 23.22 | - |
| YUV | 132.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 128 | 0 | 0.39 | 0.29 | 0.29 | 343.94 | 0.32 | 0.57 |
| Hex | B4 | 6D | 80 | 0 | 27 | 1D | 1D | 158 | 20 | 39 |
| Octal | 264 | 155 | 200 | 0 | 47 | 35 | 35 | 530 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10000000 | 0 | 100111 | 11101 | 11101 | 101011000 | 100000 | 111001 |
Color Harmonies of #B46D80
Complementary color
Monochromatic Colors of #B46D80
Black with #B46D80
Text Example
Text Example
White with #B46D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D80; }
p { color: rgb(180,109,128); }
H1.HeaderClassName
{
color: #B46D80;
}
.AnyTagClassName
{
color: #B46D80;
}
</style>
background-color css
<style>
a { background-color: #B46D80; }
a { background-color: rgb(180,109,128); }
div.DivClassName
{
background-color: #B46D80;
}
.BgClassName
{
background-color: #B46D80;
}
</style>
border-color css
<style>
span { border-color: #B46D80; }
span { border-color: rgb(180,109,128); }
td.TdClassName
{
border-color: #B46D80;
}
.TagClassName
{
border-color: #B46D80;
}
</style>