Color Hex Logo

#b54a2e Color Hex

#B54A2E
(181,74,46)
0 Favorites   0 Comments

Color spaces of #b54a2e

RGB 1817446
HSL0.030.590.45
HSV12°75°71°
CMYK 0.000.590.75   0.29
XYZ21.998014.91864.3049
Yxy14.91860.53370.3619
Hunter Lab38.624634.068620.4291
CIE-Lab45.522541.802637.9392

#b54a2e color RGB value is (181,74,46).

#b54a2e hex color red value is 181, green value is 74 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b54a2e hue: 0.03 , saturation: 0.59 and the lightness value of b54a2e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001010 00101110
Octal 265 112 56
Decimal 181 74 46
Hex B5 4A 2E

RGB Percentages of Color #b54a2e

%60.13
%24.58
%15.28

CMYK Percentages of Color #b54a2e

%0
%59
%75
%29

Triadic Colors of #b54a2e

#b54a2e #2eb54a #4a2eb5

Analogous Colors of #b54a2e

#b54a2e #b58e2e #b52e55

Monochromatic Colors of #b54a2e

#b54a2e

Complementary Color

#b54a2e #2e99b5

#b54a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54a2e Color CSS Codes

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

#b54a2e Text Font Color

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

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


#b54a2e Background Color

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

This div background color is #b54a2e


#b54a2e Border Color

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

This div border color is #b54a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54a2e


Comments

No comments written yet.

Please login to write comment.