#B2777E

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

Shades of Tapestry #B2777E

Tints of Tapestry #B2777E

Color information

#B2777E (or 0xB2777E) is unknown color: approx Tapestry. HEX triplet: B2, 77 and 7E. RGB value is (178,119,126). Sum of RGB (Red+Green+Blue) = 178+119+126=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2777E is #4D8881. Grayscale: #898989. Windows color (decimal): -5081218 or 8288178. OLE color: 8288178.

HSL color Cylindrical-coordinate representation of color #B2777E: hue angle of 352.88º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2777E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178119126-
CMYK00.330.290.30
HSL352.88º27.7%58.24%-
HSV(B)352.88º33.15%69.8%-
XYZ28.7224.1622.89-
YUV137.44121.55156.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=42.08%
G=28.13%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811912600.330.290.30352.8827.758.24
HexB2777E0211D1E1611c3a
Octal26216717604135365413472
Binary10110010111011111111100100001111011111010110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2777E; }

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

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

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

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

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

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

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

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