Color Hex Logo

#b2821e Color Hex

#B2821E
(178,130,30)
0 Favorites   0 Comments

Color spaces of #b2821e

RGB 17813030
HSL0.110.710.41
HSV41°83°70°
CMYK 0.000.270.83   0.30
XYZ26.577125.52404.7542
Yxy25.52400.46750.4489
Hunter Lab50.52135.489029.7855
CIE-Lab57.58249.793156.4398

#b2821e color RGB value is (178,130,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 00011110
Octal 262 202 36
Decimal 178 130 30
Hex B2 82 1E

RGB Percentages of Color #b2821e

%52.66
%38.46
%8.88

CMYK Percentages of Color #b2821e

%0
%27
%83
%30

Triadic Colors of #b2821e

#b2821e #1eb282 #821eb2

Analogous Colors of #b2821e

#b2821e #98b21e #b2381e

Monochromatic Colors of #b2821e

#b2821e

Complementary Color

#b2821e #1e4eb2

#b2821e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2821e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2821e Color CSS Codes

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

#b2821e Text Font Color

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

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


#b2821e Background Color

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

This div background color is #b2821e


#b2821e Border Color

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

This div border color is #b2821e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2821e


Comments

No comments written yet.

Please login to write comment.