Shades of Tapestry #B46878
Tints of Tapestry #B46878
RGB
CMYK
RGB Variations
Color information
#B46878 (or 0xB46878) is known color: Tapestry. HEX triplet: B4, 68 and 78. RGB value is (180,104,120). Sum of RGB (Red+Green+Blue) = 180+104+120=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B46878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46878 is #4B9787. Grayscale: #808080. Windows color (decimal): -4953992 or 7891124. OLE color: 7891124.
HSL color Cylindrical-coordinate representation of color #B46878: hue angle of 347.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46878 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 120 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.29 |
| HSL | 347.37º | 0.34% | 0.56% | - |
| HSV(B) | 347.37º | 0.42% | 0.71% | - |
| XYZ | 27.16 | 20.96 | 20.38 | - |
| YUV | 128.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 120 | 0 | 0.42 | 0.33 | 0.29 | 347.37 | 0.34 | 0.56 |
| Hex | B4 | 68 | 78 | 0 | 2A | 21 | 1D | 15B | 22 | 38 |
| Octal | 264 | 150 | 170 | 0 | 52 | 41 | 35 | 533 | 42 | 70 |
| Binary | 10110100 | 1101000 | 1111000 | 0 | 101010 | 100001 | 11101 | 101011011 | 100010 | 111000 |
Color Harmonies of #B46878
Complementary color
Monochromatic Colors of #B46878
Black with #B46878
Text Example
Text Example
White with #B46878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46878; }
p { color: rgb(180,104,120); }
H1.HeaderClassName
{
color: #B46878;
}
.AnyTagClassName
{
color: #B46878;
}
</style>
background-color css
<style>
a { background-color: #B46878; }
a { background-color: rgb(180,104,120); }
div.DivClassName
{
background-color: #B46878;
}
.BgClassName
{
background-color: #B46878;
}
</style>
border-color css
<style>
span { border-color: #B46878; }
span { border-color: rgb(180,104,120); }
td.TdClassName
{
border-color: #B46878;
}
.TagClassName
{
border-color: #B46878;
}
</style>