Color Hex Logo

#b54a2b Color Hex

#B54A2B
(181,74,43)
0 Favorites   0 Comments

Color spaces of #b54a2b

RGB 1817443
HSL0.040.620.44
HSV13°76°71°
CMYK 0.000.590.76   0.29
XYZ21.940914.89574.0043
Yxy14.89570.53720.3647
Hunter Lab38.594933.934620.8650
CIE-Lab45.491041.672539.5092

#b54a2b color RGB value is (181,74,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001010 00101011
Octal 265 112 53
Decimal 181 74 43
Hex B5 4A 2B

RGB Percentages of Color #b54a2b

%60.74
%24.83
%14.43

CMYK Percentages of Color #b54a2b

%0
%59
%76
%29

Triadic Colors of #b54a2b

#b54a2b #2bb54a #4a2bb5

Analogous Colors of #b54a2b

#b54a2b #b58f2b #b52b51

Monochromatic Colors of #b54a2b

#b54a2b

Complementary Color

#b54a2b #2b96b5

#b54a2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54a2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54a2b Color CSS Codes

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

#b54a2b Text Font Color

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

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


#b54a2b Background Color

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

This div background color is #b54a2b


#b54a2b Border Color

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

This div border color is #b54a2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54a2b


Comments

No comments written yet.

Please login to write comment.