Color Hex Logo

#bd831f Color Hex

#BD831F
(189,131,31)
0 Favorites   0 Comments

Color spaces of #bd831f

RGB 18913131
HSL0.110.720.43
HSV38°84°74°
CMYK 0.000.310.84   0.26
XYZ29.349927.15034.9900
Yxy27.15030.47730.4415
Hunter Lab52.10599.358930.7962
CIE-Lab59.113214.191757.9334

#bd831f color RGB value is (189,131,31).

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

The process color (four color CMYK) of #bd831f color hex is 0.00, 0.31, 0.84, 0.26. Web safe color of #bd831f is #cc9933. Color #bd831f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 00011111
Octal 275 203 37
Decimal 189 131 31
Hex BD 83 1F

RGB Percentages of Color #bd831f

%53.85
%37.32
%8.83

CMYK Percentages of Color #bd831f

%0
%31
%84
%26

Triadic Colors of #bd831f

#bd831f #1fbd83 #831fbd

Analogous Colors of #bd831f

#bd831f #a8bd1f #bd341f

Monochromatic Colors of #bd831f

#bd831f

Complementary Color

#bd831f #1f59bd

#bd831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd831f Color CSS Codes

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

#bd831f Text Font Color

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

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


#bd831f Background Color

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

This div background color is #bd831f


#bd831f Border Color

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

This div border color is #bd831f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd831f


Comments

No comments written yet.

Please login to write comment.