Shades of Tapestry #B46978
Tints of Tapestry #B46978
RGB
CMYK
RGB Variations
Color information
#B46978 (or 0xB46978) is known color: Tapestry. HEX triplet: B4, 69 and 78. RGB value is (180,105,120). Sum of RGB (Red+Green+Blue) = 180+105+120=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B46978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46978 is #4B9687. Grayscale: #818181. Windows color (decimal): -4953736 or 7891380. OLE color: 7891380.
HSL color Cylindrical-coordinate representation of color #B46978: hue angle of 348º degrees, saturation: 0.33, 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 #B46978 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 120 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.29 |
| HSL | 348º | 0.33% | 0.56% | - |
| HSV(B) | 348º | 0.42% | 0.71% | - |
| XYZ | 27.26 | 21.16 | 20.42 | - |
| YUV | 129.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 120 | 0 | 0.42 | 0.33 | 0.29 | 348 | 0.33 | 0.56 |
| Hex | B4 | 69 | 78 | 0 | 2A | 21 | 1D | 15C | 21 | 38 |
| Octal | 264 | 151 | 170 | 0 | 52 | 41 | 35 | 534 | 41 | 70 |
| Binary | 10110100 | 1101001 | 1111000 | 0 | 101010 | 100001 | 11101 | 101011100 | 100001 | 111000 |
Color Harmonies of #B46978
Complementary color
Monochromatic Colors of #B46978
Black with #B46978
Text Example
Text Example
White with #B46978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46978; }
p { color: rgb(180,105,120); }
H1.HeaderClassName
{
color: #B46978;
}
.AnyTagClassName
{
color: #B46978;
}
</style>
background-color css
<style>
a { background-color: #B46978; }
a { background-color: rgb(180,105,120); }
div.DivClassName
{
background-color: #B46978;
}
.BgClassName
{
background-color: #B46978;
}
</style>
border-color css
<style>
span { border-color: #B46978; }
span { border-color: rgb(180,105,120); }
td.TdClassName
{
border-color: #B46978;
}
.TagClassName
{
border-color: #B46978;
}
</style>