Color Hex Logo

#bd833e Color Hex

#BD833E
(189,131,62)
0 Favorites   0 Comments

Color spaces of #bd833e

RGB 18913162
HSL0.090.510.49
HSV33°67°74°
CMYK 0.000.310.67   0.26
XYZ29.972127.39928.2663
Yxy27.39920.45660.4174
Hunter Lab52.344210.605927.2778
CIE-Lab59.342015.576845.2136

#bd833e color RGB value is (189,131,62).

#bd833e hex color red value is 189, green value is 131 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bd833e hue: 0.09 , saturation: 0.51 and the lightness value of bd833e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 00111110
Octal 275 203 76
Decimal 189 131 62
Hex BD 83 3E

RGB Percentages of Color #bd833e

%49.48
%34.29
%16.23

CMYK Percentages of Color #bd833e

%0
%31
%67
%26

Triadic Colors of #bd833e

#bd833e #3ebd83 #833ebd

Analogous Colors of #bd833e

#bd833e #b8bd3e #bd443e

Monochromatic Colors of #bd833e

#bd833e

Complementary Color

#bd833e #3e78bd

#bd833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd833e Color CSS Codes

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

#bd833e Text Font Color

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

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


#bd833e Background Color

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

This div background color is #bd833e


#bd833e Border Color

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

This div border color is #bd833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd833e


Comments

No comments written yet.

Please login to write comment.