Color Hex Logo

#b2772e Color Hex

#B2772E
(178,119,46)
0 Favorites   0 Comments

Color spaces of #b2772e

RGB 17811946
HSL0.090.590.44
HSV33°74°70°
CMYK 0.000.330.74   0.30
XYZ25.450122.85595.6550
Yxy22.85590.47160.4236
Hunter Lab47.807811.359226.4523
CIE-Lab54.923616.565247.6623

#b2772e color RGB value is (178,119,46).

#b2772e hex color red value is 178, green value is 119 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b2772e hue: 0.09 , saturation: 0.59 and the lightness value of b2772e is 0.44.

The process color (four color CMYK) of #b2772e color hex is 0.00, 0.33, 0.74, 0.30. Web safe color of #b2772e is #996633. Color #b2772e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 00101110
Octal 262 167 56
Decimal 178 119 46
Hex B2 77 2E

RGB Percentages of Color #b2772e

%51.90
%34.69
%13.41

CMYK Percentages of Color #b2772e

%0
%33
%74
%30

Triadic Colors of #b2772e

#b2772e #2eb277 #772eb2

Analogous Colors of #b2772e

#b2772e #abb22e #b2352e

Monochromatic Colors of #b2772e

#b2772e

Complementary Color

#b2772e #2e69b2

#b2772e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2772e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2772e Color CSS Codes

.mybgcolor {background-color:#b2772e; } 
.myforecolor {color:#b2772e; }
.mybordercolor {border:3px solid #b2772e; }

#b2772e Text Font Color

<p style="color:#b2772e">Text here</p>

This sample text font color is #b2772e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2772e Background Color

<div style="background-color:#b2772e">
Div content here</div>

This div background color is #b2772e


#b2772e Border Color

<div style="border:3px solid #b2772e">
Div here</div>

This div border color is #b2772e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,119,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2772e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2772e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2772e;
  box-shadow:         1px 1px 3px 2px #b2772e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,119,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2772e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2772e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2772e;
  box-shadow:         1px 1px 3px 2px #b2772e;">
Div content here</div>

This div box has shadow with color #b2772e

#b2772e Color Palettes


Comments

No comments written yet.

Please login to write comment.