Color Hex Logo

#b8543a Color Hex

#B8543A
(184,84,58)
0 Favorites   0 Comments

Color spaces of #b8543a

RGB 1848458
HSL0.030.520.47
HSV12°68°72°
CMYK 0.000.540.68   0.28
XYZ23.701216.83656.0036
Yxy16.83650.50930.3618
Hunter Lab41.032331.299220.0477
CIE-Lab48.053438.620434.3142

#b8543a color RGB value is (184,84,58).

#b8543a hex color red value is 184, green value is 84 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b8543a hue: 0.03 , saturation: 0.52 and the lightness value of b8543a is 0.47.

The process color (four color CMYK) of #b8543a color hex is 0.00, 0.54, 0.68, 0.28. Web safe color of #b8543a is #cc6633. Color #b8543a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 00111010
Octal 270 124 72
Decimal 184 84 58
Hex B8 54 3A

RGB Percentages of Color #b8543a

%56.44
%25.77
%17.79

CMYK Percentages of Color #b8543a

%0
%54
%68
%28

Triadic Colors of #b8543a

#b8543a #3ab854 #543ab8

Analogous Colors of #b8543a

#b8543a #b8933a #b83a5f

Monochromatic Colors of #b8543a

#b8543a

Complementary Color

#b8543a #3a9eb8

#b8543a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8543a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8543a Color CSS Codes

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

#b8543a Text Font Color

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

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


#b8543a Background Color

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

This div background color is #b8543a


#b8543a Border Color

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

This div border color is #b8543a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,84,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8543a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8543a;
  -webkit-box-shadow: 1px 1px 3px 2px #b8543a;
  box-shadow:         1px 1px 3px 2px #b8543a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,84,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8543a


Comments

No comments written yet.

Please login to write comment.