Color Hex Logo

#bd830e Color Hex

#BD830E
(189,131,14)
0 Favorites   0 Comments

Color spaces of #bd830e

RGB 18913114
HSL0.110.860.40
HSV40°93°74°
CMYK 0.000.310.93   0.26
XYZ29.181827.08314.1050
Yxy27.08310.48340.4486
Hunter Lab52.04149.019931.7522
CIE-Lab59.051213.812662.3359

#bd830e color RGB value is (189,131,14).

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

The process color (four color CMYK) of #bd830e color hex is 0.00, 0.31, 0.93, 0.26. Web safe color of #bd830e is #cc9900. Color #bd830e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 00001110
Octal 275 203 16
Decimal 189 131 14
Hex BD 83 E

RGB Percentages of Color #bd830e

%56.59
%39.22
%4.19

CMYK Percentages of Color #bd830e

%0
%31
%93
%26

Triadic Colors of #bd830e

#bd830e #0ebd83 #830ebd

Analogous Colors of #bd830e

#bd830e #a0bd0e #bd2b0e

Monochromatic Colors of #bd830e

#bd830e

Complementary Color

#bd830e #0e48bd

#bd830e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd830e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd830e Color CSS Codes

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

#bd830e Text Font Color

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

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


#bd830e Background Color

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

This div background color is #bd830e


#bd830e Border Color

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

This div border color is #bd830e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd830e


Comments

No comments written yet.

Please login to write comment.