Color Hex Logo

#b2820e Color Hex

#B2820E
(178,130,14)
0 Favorites   0 Comments

Color spaces of #b2820e

RGB 17813014
HSL0.120.850.38
HSV42°92°70°
CMYK 0.000.270.92   0.30
XYZ26.422025.46193.9375
Yxy25.46190.47330.4561
Hunter Lab50.45985.162430.6953
CIE-Lab57.52279.413360.6255

#b2820e color RGB value is (178,130,14).

#b2820e hex color red value is 178, green value is 130 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b2820e hue: 0.12 , saturation: 0.85 and the lightness value of b2820e is 0.38.

The process color (four color CMYK) of #b2820e color hex is 0.00, 0.27, 0.92, 0.30. Web safe color of #b2820e is #999900. Color #b2820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 00001110
Octal 262 202 16
Decimal 178 130 14
Hex B2 82 E

RGB Percentages of Color #b2820e

%55.28
%40.37
%4.35

CMYK Percentages of Color #b2820e

%0
%27
%92
%30

Triadic Colors of #b2820e

#b2820e #0eb282 #820eb2

Analogous Colors of #b2820e

#b2820e #90b20e #b2300e

Monochromatic Colors of #b2820e

#b2820e

Complementary Color

#b2820e #0e3eb2

#b2820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2820e Color CSS Codes

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

#b2820e Text Font Color

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

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


#b2820e Background Color

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

This div background color is #b2820e


#b2820e Border Color

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

This div border color is #b2820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2820e


Comments

No comments written yet.

Please login to write comment.