#B4778D

Color #B4778D Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B4778D

Tints of Tapestry #B4778D

Color information

#B4778D (or 0xB4778D) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 8D. RGB value is (180,119,141). Sum of RGB (Red+Green+Blue) = 180+119+141=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778D is #4B8872. Grayscale: #8B8B8B. Windows color (decimal): -4950131 or 9271220. OLE color: 9271220.

HSL color Cylindrical-coordinate representation of color #B4778D: hue angle of 338.36º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4778D is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180119141-
CMYK00.340.220.29
HSL338.36º28.91%58.63%-
HSV(B)338.36º33.89%70.59%-
XYZ30.2324.8228.4-
YUV139.75128.71156.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=40.91%
G=27.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011914100.340.220.29338.3628.9158.63
HexB4778D022161D1521d3b
Octal26416721504226355223573
Binary101101001110111100011010100010101101110110101001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4778D; }

 p { color: rgb(180,119,141); }

 H1.HeaderClassName
 {
   color: #B4778D;
 }
 .AnyTagClassName
 {
   color: #B4778D;
 }
</style>
background-color css

<style>
 a { background-color: #B4778D; }

 a { background-color: rgb(180,119,141); }

 div.DivClassName
 {
   background-color: #B4778D;
 }
 .BgClassName
 {
   background-color: #B4778D;
 }
</style>
border-color css

<style>
 span { border-color: #B4778D; }

 span { border-color: rgb(180,119,141); }

 td.TdClassName
 {
   border-color: #B4778D;
 }
 .TagClassName
 {
   border-color: #B4778D;
 }
</style>