Color Hex Logo

#b2822e Color Hex

#B2822E
(178,130,46)
0 Favorites   0 Comments

Color spaces of #b2822e

RGB 17813046
HSL0.110.590.44
HSV38°74°70°
CMYK 0.000.270.74   0.30
XYZ26.835925.62756.1170
Yxy25.62750.45810.4375
Hunter Lab50.62366.032728.2723
CIE-Lab57.681810.422850.4386

#b2822e color RGB value is (178,130,46).

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

The process color (four color CMYK) of #b2822e color hex is 0.00, 0.27, 0.74, 0.30. Web safe color of #b2822e is #999933. Color #b2822e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 00101110
Octal 262 202 56
Decimal 178 130 46
Hex B2 82 2E

RGB Percentages of Color #b2822e

%50.28
%36.72
%12.99

CMYK Percentages of Color #b2822e

%0
%27
%74
%30

Triadic Colors of #b2822e

#b2822e #2eb282 #822eb2

Analogous Colors of #b2822e

#b2822e #a0b22e #b2402e

Monochromatic Colors of #b2822e

#b2822e

Complementary Color

#b2822e #2e5eb2

#b2822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2822e Color CSS Codes

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

#b2822e Text Font Color

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

This sample text font color is #b2822e
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.


#b2822e Background Color

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

This div background color is #b2822e


#b2822e Border Color

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

This div border color is #b2822e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,130,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 #b2822e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2822e


Comments

No comments written yet.

Please login to write comment.