Color Hex Logo

#b54c2e Color Hex

#B54C2E
(181,76,46)
0 Favorites   0 Comments

Color spaces of #b54c2e

RGB 1817646
HSL0.040.590.45
HSV13°75°71°
CMYK 0.000.580.75   0.29
XYZ22.133615.18994.3501
Yxy15.18990.53110.3645
Hunter Lab38.974233.165920.6643
CIE-Lab45.893240.834238.3407

#b54c2e color RGB value is (181,76,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 00101110
Octal 265 114 56
Decimal 181 76 46
Hex B5 4C 2E

RGB Percentages of Color #b54c2e

%59.74
%25.08
%15.18

CMYK Percentages of Color #b54c2e

%0
%58
%75
%29

Triadic Colors of #b54c2e

#b54c2e #2eb54c #4c2eb5

Analogous Colors of #b54c2e

#b54c2e #b5902e #b52e53

Monochromatic Colors of #b54c2e

#b54c2e

Complementary Color

#b54c2e #2e97b5

#b54c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54c2e Color CSS Codes

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

#b54c2e Text Font Color

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

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


#b54c2e Background Color

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

This div background color is #b54c2e


#b54c2e Border Color

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

This div border color is #b54c2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,76,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 #b54c2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54c2e


Comments

No comments written yet.

Please login to write comment.