Color Hex Logo

#bd892e Color Hex

#BD892E
(189,137,46)
0 Favorites   0 Comments

Color spaces of #bd892e

RGB 18913746
HSL0.110.610.46
HSV38°76°74°
CMYK 0.000.280.76   0.26
XYZ30.425128.90746.5609
Yxy28.90740.46170.4387
Hunter Lab53.76566.920530.4009
CIE-Lab60.699811.430253.8323

#bd892e color RGB value is (189,137,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 00101110
Octal 275 211 56
Decimal 189 137 46
Hex BD 89 2E

RGB Percentages of Color #bd892e

%50.81
%36.83
%12.37

CMYK Percentages of Color #bd892e

%0
%28
%76
%26

Triadic Colors of #bd892e

#bd892e #2ebd89 #892ebd

Analogous Colors of #bd892e

#bd892e #aabd2e #bd422e

Monochromatic Colors of #bd892e

#bd892e

Complementary Color

#bd892e #2e62bd

#bd892e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd892e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd892e Color CSS Codes

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

#bd892e Text Font Color

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

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


#bd892e Background Color

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

This div background color is #bd892e


#bd892e Border Color

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

This div border color is #bd892e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd892e


Comments

No comments written yet.

Please login to write comment.