Color Hex Logo

#bd521e Color Hex

#BD521E
(189,82,30)
0 Favorites   0 Comments

Color spaces of #bd521e

RGB 1898230
HSL0.050.730.43
HSV20°84°74°
CMYK 0.000.570.84   0.26
XYZ24.237916.94713.2219
Yxy16.94710.54580.3816
Hunter Lab41.166933.053824.1765
CIE-Lab48.193340.375048.8175

#bd521e color RGB value is (189,82,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 00011110
Octal 275 122 36
Decimal 189 82 30
Hex BD 52 1E

RGB Percentages of Color #bd521e

%62.79
%27.24
%9.97

CMYK Percentages of Color #bd521e

%0
%57
%84
%26

Triadic Colors of #bd521e

#bd521e #1ebd52 #521ebd

Analogous Colors of #bd521e

#bd521e #bda21e #bd1e39

Monochromatic Colors of #bd521e

#bd521e

Complementary Color

#bd521e #1e89bd

#bd521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd521e Color CSS Codes

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

#bd521e Text Font Color

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

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


#bd521e Background Color

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

This div background color is #bd521e


#bd521e Border Color

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

This div border color is #bd521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd521e


Comments

No comments written yet.

Please login to write comment.