Color Hex Logo

#bd5619 Color Hex

#BD5619
(189,86,25)
0 Favorites   0 Comments

Color spaces of #bd5619

RGB 1898625
HSL0.060.770.42
HSV22°87°74°
CMYK 0.000.540.87   0.26
XYZ24.489517.54463.0154
Yxy17.54460.54360.3895
Hunter Lab41.886331.062025.0521
CIE-Lab48.939038.254051.4542

#bd5619 color RGB value is (189,86,25).

#bd5619 hex color red value is 189, green value is 86 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bd5619 hue: 0.06 , saturation: 0.77 and the lightness value of bd5619 is 0.42.

The process color (four color CMYK) of #bd5619 color hex is 0.00, 0.54, 0.87, 0.26. Web safe color of #bd5619 is #cc6600. Color #bd5619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 00011001
Octal 275 126 31
Decimal 189 86 25
Hex BD 56 19

RGB Percentages of Color #bd5619

%63.00
%28.67
%8.33

CMYK Percentages of Color #bd5619

%0
%54
%87
%26

Triadic Colors of #bd5619

#bd5619 #19bd56 #5619bd

Analogous Colors of #bd5619

#bd5619 #bda819 #bd192e

Monochromatic Colors of #bd5619

#bd5619

Complementary Color

#bd5619 #1980bd

#bd5619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5619 Color CSS Codes

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

#bd5619 Text Font Color

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

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


#bd5619 Background Color

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

This div background color is #bd5619


#bd5619 Border Color

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

This div border color is #bd5619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5619


Comments

No comments written yet.

Please login to write comment.