Color Hex Logo

#bd531e Color Hex

#BD531E
(189,83,30)
0 Favorites   0 Comments

Color spaces of #bd531e

RGB 1898330
HSL0.060.730.43
HSV20°84°74°
CMYK 0.000.560.84   0.26
XYZ24.313917.09913.2473
Yxy17.09910.54440.3829
Hunter Lab41.351132.591424.2897
CIE-Lab48.384739.881248.9853

#bd531e color RGB value is (189,83,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 00011110
Octal 275 123 36
Decimal 189 83 30
Hex BD 53 1E

RGB Percentages of Color #bd531e

%62.58
%27.48
%9.93

CMYK Percentages of Color #bd531e

%0
%56
%84
%26

Triadic Colors of #bd531e

#bd531e #1ebd53 #531ebd

Analogous Colors of #bd531e

#bd531e #bda31e #bd1e38

Monochromatic Colors of #bd531e

#bd531e

Complementary Color

#bd531e #1e88bd

#bd531e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd531e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd531e Color CSS Codes

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

#bd531e Text Font Color

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

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


#bd531e Background Color

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

This div background color is #bd531e


#bd531e Border Color

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

This div border color is #bd531e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd531e


Comments

No comments written yet.

Please login to write comment.