Color Hex Logo

#bd791f Color Hex

#BD791F
(189,121,31)
0 Favorites   0 Comments

Color spaces of #bd791f

RGB 18912131
HSL0.090.720.43
HSV34°84°74°
CMYK 0.000.360.84   0.26
XYZ28.071024.59254.5636
Yxy24.59250.49050.4297
Hunter Lab49.590814.256429.2574
CIE-Lab56.676219.714155.8314

#bd791f color RGB value is (189,121,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 00011111
Octal 275 171 37
Decimal 189 121 31
Hex BD 79 1F

RGB Percentages of Color #bd791f

%55.43
%35.48
%9.09

CMYK Percentages of Color #bd791f

%0
%36
%84
%26

Triadic Colors of #bd791f

#bd791f #1fbd79 #791fbd

Analogous Colors of #bd791f

#bd791f #b2bd1f #bd2a1f

Monochromatic Colors of #bd791f

#bd791f

Complementary Color

#bd791f #1f63bd

#bd791f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd791f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd791f Color CSS Codes

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

#bd791f Text Font Color

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

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


#bd791f Background Color

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

This div background color is #bd791f


#bd791f Border Color

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

This div border color is #bd791f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd791f


Comments

No comments written yet.

Please login to write comment.