Color Hex Logo

#b4822c Color Hex

#B4822C
(180,130,44)
0 Favorites   0 Comments

Color spaces of #b4822c

RGB 18013044
HSL0.110.610.44
HSV38°76°71°
CMYK 0.000.280.76   0.29
XYZ27.259625.85045.9358
Yxy25.85040.46170.4378
Hunter Lab50.84336.726928.6684
CIE-Lab57.894811.222051.5698

#b4822c color RGB value is (180,130,44).

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

The process color (four color CMYK) of #b4822c color hex is 0.00, 0.28, 0.76, 0.29. Web safe color of #b4822c is #cc9933. Color #b4822c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 00101100
Octal 264 202 54
Decimal 180 130 44
Hex B4 82 2C

RGB Percentages of Color #b4822c

%50.85
%36.72
%12.43

CMYK Percentages of Color #b4822c

%0
%28
%76
%29

Triadic Colors of #b4822c

#b4822c #2cb482 #822cb4

Analogous Colors of #b4822c

#b4822c #a2b42c #b43e2c

Monochromatic Colors of #b4822c

#b4822c

Complementary Color

#b4822c #2c5eb4

#b4822c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4822c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4822c Color CSS Codes

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

#b4822c Text Font Color

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

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


#b4822c Background Color

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

This div background color is #b4822c


#b4822c Border Color

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

This div border color is #b4822c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4822c


Comments

No comments written yet.

Please login to write comment.