Color Hex Logo

#bd862e Color Hex

#BD862E
(189,134,46)
0 Favorites   0 Comments

Color spaces of #bd862e

RGB 18913446
HSL0.100.610.46
HSV37°76°74°
CMYK 0.000.290.76   0.26
XYZ30.004528.06636.4207
Yxy28.06630.46520.4352
Hunter Lab52.97768.384729.8986
CIE-Lab59.948613.084953.0996

#bd862e color RGB value is (189,134,46).

#bd862e hex color red value is 189, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bd862e hue: 0.10 , saturation: 0.61 and the lightness value of bd862e is 0.46.

The process color (four color CMYK) of #bd862e color hex is 0.00, 0.29, 0.76, 0.26. Web safe color of #bd862e is #cc9933. Color #bd862e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 00101110
Octal 275 206 56
Decimal 189 134 46
Hex BD 86 2E

RGB Percentages of Color #bd862e

%51.22
%36.31
%12.47

CMYK Percentages of Color #bd862e

%0
%29
%76
%26

Triadic Colors of #bd862e

#bd862e #2ebd86 #862ebd

Analogous Colors of #bd862e

#bd862e #adbd2e #bd3f2e

Monochromatic Colors of #bd862e

#bd862e

Complementary Color

#bd862e #2e65bd

#bd862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd862e Color CSS Codes

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

#bd862e Text Font Color

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

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


#bd862e Background Color

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

This div background color is #bd862e


#bd862e Border Color

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

This div border color is #bd862e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd862e


Comments

No comments written yet.

Please login to write comment.