#B4777E

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

Shades of Tapestry #B4777E

Tints of Tapestry #B4777E

Color information

#B4777E (or 0xB4777E) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 7E. RGB value is (180,119,126). Sum of RGB (Red+Green+Blue) = 180+119+126=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4777E is #4B8881. Grayscale: #8A8A8A. Windows color (decimal): -4950146 or 8288180. OLE color: 8288180.

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

Color convert

RGB180119126-
CMYK00.340.30.29
HSL353.11º28.91%58.63%-
HSV(B)353.11º33.89%70.59%-
XYZ29.1924.422.91-
YUV138.04121.21157.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=42.35%
G=28%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011912600.340.30.29353.1128.9158.63
HexB4777E0221E1D1611d3b
Octal26416717604236355413573
Binary10110100111011111111100100010111101110110110000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4777E; }

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

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

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

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

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

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

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

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