Color Hex Logo

#b44a2a Color Hex

#B44A2A
(180,74,42)
0 Favorites   0 Comments

Color spaces of #b44a2a

RGB 1807442
HSL0.040.620.44
HSV14°77°71°
CMYK 0.000.590.77   0.29
XYZ21.689114.76803.8979
Yxy14.76800.53750.3660
Hunter Lab38.429233.492920.8866
CIE-Lab45.314841.254239.7998

#b44a2a color RGB value is (180,74,42).

#b44a2a hex color red value is 180, green value is 74 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b44a2a hue: 0.04 , saturation: 0.62 and the lightness value of b44a2a is 0.44.

The process color (four color CMYK) of #b44a2a color hex is 0.00, 0.59, 0.77, 0.29. Web safe color of #b44a2a is #cc3333. Color #b44a2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 00101010
Octal 264 112 52
Decimal 180 74 42
Hex B4 4A 2A

RGB Percentages of Color #b44a2a

%60.81
%25.00
%14.19

CMYK Percentages of Color #b44a2a

%0
%59
%77
%29

Triadic Colors of #b44a2a

#b44a2a #2ab44a #4a2ab4

Analogous Colors of #b44a2a

#b44a2a #b48f2a #b42a4f

Monochromatic Colors of #b44a2a

#b44a2a

Complementary Color

#b44a2a #2a94b4

#b44a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44a2a Color CSS Codes

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

#b44a2a Text Font Color

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

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


#b44a2a Background Color

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

This div background color is #b44a2a


#b44a2a Border Color

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

This div border color is #b44a2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44a2a


Comments

No comments written yet.

Please login to write comment.