Color Hex Logo

#b44521 Color Hex

#B44521
(180,69,33)
0 Favorites   0 Comments

Color spaces of #b44521

RGB 1806933
HSL0.040.690.42
HSV15°82°71°
CMYK 0.000.620.82   0.29
XYZ21.225014.06933.0358
Yxy14.06930.55370.3671
Hunter Lab37.509135.365721.4577
CIE-Lab44.332243.294743.3751

#b44521 color RGB value is (180,69,33).

#b44521 hex color red value is 180, green value is 69 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b44521 hue: 0.04 , saturation: 0.69 and the lightness value of b44521 is 0.42.

The process color (four color CMYK) of #b44521 color hex is 0.00, 0.62, 0.82, 0.29. Web safe color of #b44521 is #cc3333. Color #b44521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 00100001
Octal 264 105 41
Decimal 180 69 33
Hex B4 45 21

RGB Percentages of Color #b44521

%63.83
%24.47
%11.70

CMYK Percentages of Color #b44521

%0
%62
%82
%29

Triadic Colors of #b44521

#b44521 #21b445 #4521b4

Analogous Colors of #b44521

#b44521 #b48f21 #b42147

Monochromatic Colors of #b44521

#b44521

Complementary Color

#b44521 #2190b4

#b44521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44521 Color CSS Codes

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

#b44521 Text Font Color

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

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


#b44521 Background Color

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

This div background color is #b44521


#b44521 Border Color

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

This div border color is #b44521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44521


Comments

No comments written yet.

Please login to write comment.