#B4778B

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

Shades of Tapestry #B4778B

Tints of Tapestry #B4778B

Color information

#B4778B (or 0xB4778B) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 8B. RGB value is (180,119,139). Sum of RGB (Red+Green+Blue) = 180+119+139=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778B is #4B8874. Grayscale: #8B8B8B. Windows color (decimal): -4950133 or 9140148. OLE color: 9140148.

HSL color Cylindrical-coordinate representation of color #B4778B: hue angle of 340.33º 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 #B4778B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180119139-
CMYK00.340.230.29
HSL340.33º28.91%58.63%-
HSV(B)340.33º33.89%70.59%-
XYZ30.0824.7627.62-
YUV139.52127.71156.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=41.10%
G=27.17%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011913900.340.230.29340.3328.9158.63
HexB4778B022171D1541d3b
Octal26416721304227355243573
Binary101101001110111100010110100010101111110110101010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4778B; }

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

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

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

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

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

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

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

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