Shades of Tapestry #B46B80
Tints of Tapestry #B46B80
RGB
CMYK
RGB Variations
Color information
#B46B80 (or 0xB46B80) is known color: Tapestry. HEX triplet: B4, 6B and 80. RGB value is (180,107,128). Sum of RGB (Red+Green+Blue) = 180+107+128=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B80 is #4B947F. Grayscale: #838383. Windows color (decimal): -4953216 or 8416180. OLE color: 8416180.
HSL color Cylindrical-coordinate representation of color #B46B80: hue angle of 342.74º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46B80 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 128 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.29 |
| HSL | 342.74º | 0.33% | 0.56% | - |
| HSV(B) | 342.74º | 0.41% | 0.71% | - |
| XYZ | 27.98 | 21.78 | 23.15 | - |
| YUV | 131.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 128 | 0 | 0.41 | 0.29 | 0.29 | 342.74 | 0.33 | 0.56 |
| Hex | B4 | 6B | 80 | 0 | 29 | 1D | 1D | 157 | 21 | 38 |
| Octal | 264 | 153 | 200 | 0 | 51 | 35 | 35 | 527 | 41 | 70 |
| Binary | 10110100 | 1101011 | 10000000 | 0 | 101001 | 11101 | 11101 | 101010111 | 100001 | 111000 |
Color Harmonies of #B46B80
Complementary color
Monochromatic Colors of #B46B80
Black with #B46B80
Text Example
Text Example
White with #B46B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46B80; }
p { color: rgb(180,107,128); }
H1.HeaderClassName
{
color: #B46B80;
}
.AnyTagClassName
{
color: #B46B80;
}
</style>
background-color css
<style>
a { background-color: #B46B80; }
a { background-color: rgb(180,107,128); }
div.DivClassName
{
background-color: #B46B80;
}
.BgClassName
{
background-color: #B46B80;
}
</style>
border-color css
<style>
span { border-color: #B46B80; }
span { border-color: rgb(180,107,128); }
td.TdClassName
{
border-color: #B46B80;
}
.TagClassName
{
border-color: #B46B80;
}
</style>