Color Hex Logo

#bd531f Color Hex

#BD531F
(189,83,31)
0 Favorites   0 Comments

Color spaces of #bd531f

RGB 1898331
HSL0.050.720.43
HSV20°84°74°
CMYK 0.000.560.84   0.26
XYZ24.326817.10433.3156
Yxy17.10430.54370.3822
Hunter Lab41.357332.620124.1969
CIE-Lab48.391239.909248.5647

#bd531f color RGB value is (189,83,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 00011111
Octal 275 123 37
Decimal 189 83 31
Hex BD 53 1F

RGB Percentages of Color #bd531f

%62.38
%27.39
%10.23

CMYK Percentages of Color #bd531f

%0
%56
%84
%26

Triadic Colors of #bd531f

#bd531f #1fbd53 #531fbd

Analogous Colors of #bd531f

#bd531f #bda21f #bd1f3a

Monochromatic Colors of #bd531f

#bd531f

Complementary Color

#bd531f #1f89bd

#bd531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd531f Color CSS Codes

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

#bd531f Text Font Color

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

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


#bd531f Background Color

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

This div background color is #bd531f


#bd531f Border Color

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

This div border color is #bd531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd531f


Comments

No comments written yet.

Please login to write comment.