Color Hex Logo

#bd541e Color Hex

#BD541E
(189,84,30)
0 Favorites   0 Comments

Color spaces of #bd541e

RGB 1898430
HSL0.060.730.43
HSV20°84°74°
CMYK 0.000.560.84   0.26
XYZ24.390917.25323.2730
Yxy17.25320.54300.3841
Hunter Lab41.537032.127224.4040
CIE-Lab48.577539.384849.1546

#bd541e color RGB value is (189,84,30).

#bd541e hex color red value is 189, green value is 84 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd541e hue: 0.06 , saturation: 0.73 and the lightness value of bd541e is 0.43.

The process color (four color CMYK) of #bd541e color hex is 0.00, 0.56, 0.84, 0.26. Web safe color of #bd541e is #cc6633. Color #bd541e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 00011110
Octal 275 124 36
Decimal 189 84 30
Hex BD 54 1E

RGB Percentages of Color #bd541e

%62.38
%27.72
%9.90

CMYK Percentages of Color #bd541e

%0
%56
%84
%26

Triadic Colors of #bd541e

#bd541e #1ebd54 #541ebd

Analogous Colors of #bd541e

#bd541e #bda41e #bd1e37

Monochromatic Colors of #bd541e

#bd541e

Complementary Color

#bd541e #1e87bd

#bd541e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd541e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd541e Color CSS Codes

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

#bd541e Text Font Color

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

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


#bd541e Background Color

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

This div background color is #bd541e


#bd541e Border Color

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

This div border color is #bd541e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd541e


Comments

No comments written yet.

Please login to write comment.