#B4778E

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

Shades of Tapestry #B4778E

Tints of Tapestry #B4778E

Color information

#B4778E (or 0xB4778E) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 8E. RGB value is (180,119,142). Sum of RGB (Red+Green+Blue) = 180+119+142=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778E is #4B8871. Grayscale: #8B8B8B. Windows color (decimal): -4950130 or 9336756. OLE color: 9336756.

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

Color convert

RGB180119142-
CMYK00.340.210.29
HSL337.38º28.91%58.63%-
HSV(B)337.38º33.89%70.59%-
XYZ30.324.8528.79-
YUV139.86129.21156.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=40.82%
G=26.98%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011914200.340.210.29337.3828.9158.63
HexB4778E022151D1511d3b
Octal26416721604225355213573
Binary101101001110111100011100100010101011110110101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4778E; }

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

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

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

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

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

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

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

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