Color Hex Logo

#b4822d Color Hex

#B4822D
(180,130,45)
0 Favorites   0 Comments

Color spaces of #b4822d

RGB 18013045
HSL0.100.600.44
HSV38°75°71°
CMYK 0.000.280.75   0.29
XYZ27.278725.85806.0360
Yxy25.85800.46100.4370
Hunter Lab50.85086.766828.5578
CIE-Lab57.902011.267851.1579

#b4822d color RGB value is (180,130,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 00101101
Octal 264 202 55
Decimal 180 130 45
Hex B4 82 2D

RGB Percentages of Color #b4822d

%50.70
%36.62
%12.68

CMYK Percentages of Color #b4822d

%0
%28
%75
%29

Triadic Colors of #b4822d

#b4822d #2db482 #822db4

Analogous Colors of #b4822d

#b4822d #a3b42d #b43f2d

Monochromatic Colors of #b4822d

#b4822d

Complementary Color

#b4822d #2d5fb4

#b4822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4822d Color CSS Codes

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

#b4822d Text Font Color

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

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


#b4822d Background Color

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

This div background color is #b4822d


#b4822d Border Color

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

This div border color is #b4822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4822d


Comments

No comments written yet.

Please login to write comment.