Color Hex Logo

#bd790e Color Hex

#BD790E
(189,121,14)
0 Favorites   0 Comments

Color spaces of #bd790e

RGB 18912114
HSL0.100.860.40
HSV37°93°74°
CMYK 0.000.360.93   0.26
XYZ27.902924.52533.6787
Yxy24.52530.49730.4371
Hunter Lab49.523013.907530.2619
CIE-Lab56.609919.333760.5337

#bd790e color RGB value is (189,121,14).

#bd790e hex color red value is 189, green value is 121 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bd790e hue: 0.10 , saturation: 0.86 and the lightness value of bd790e is 0.40.

The process color (four color CMYK) of #bd790e color hex is 0.00, 0.36, 0.93, 0.26. Web safe color of #bd790e is #cc6600. Color #bd790e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 00001110
Octal 275 171 16
Decimal 189 121 14
Hex BD 79 E

RGB Percentages of Color #bd790e

%58.33
%37.35
%4.32

CMYK Percentages of Color #bd790e

%0
%36
%93
%26

Triadic Colors of #bd790e

#bd790e #0ebd79 #790ebd

Analogous Colors of #bd790e

#bd790e #aabd0e #bd210e

Monochromatic Colors of #bd790e

#bd790e

Complementary Color

#bd790e #0e52bd

#bd790e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd790e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd790e Color CSS Codes

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

#bd790e Text Font Color

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

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


#bd790e Background Color

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

This div background color is #bd790e


#bd790e Border Color

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

This div border color is #bd790e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd790e


Comments

No comments written yet.

Please login to write comment.