Color Hex Logo

#bd9e4e Color Hex

#BD9E4E
(189,158,78)
0 Favorites   0 Comments

Color spaces of #bd9e4e

RGB 18915878
HSL0.120.460.52
HSV43°59°74°
CMYK 0.000.160.59   0.26
XYZ34.588335.822612.2992
Yxy35.82260.41820.4331
Hunter Lab59.8520-1.586329.7127
CIE-Lab66.38421.867445.3619

#bd9e4e color RGB value is (189,158,78).

#bd9e4e hex color red value is 189, green value is 158 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bd9e4e hue: 0.12 , saturation: 0.46 and the lightness value of bd9e4e is 0.52.

The process color (four color CMYK) of #bd9e4e color hex is 0.00, 0.16, 0.59, 0.26. Web safe color of #bd9e4e is #cc9966. Color #bd9e4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011110 01001110
Octal 275 236 116
Decimal 189 158 78
Hex BD 9E 4E

RGB Percentages of Color #bd9e4e

%44.47
%37.18
%18.35

CMYK Percentages of Color #bd9e4e

%0
%16
%59
%26

Triadic Colors of #bd9e4e

#bd9e4e #4ebd9e #9e4ebd

Analogous Colors of #bd9e4e

#bd9e4e #a5bd4e #bd674e

Monochromatic Colors of #bd9e4e

#bd9e4e

Complementary Color

#bd9e4e #4e6dbd

#bd9e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9e4e Color CSS Codes

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

#bd9e4e Text Font Color

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

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


#bd9e4e Background Color

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

This div background color is #bd9e4e


#bd9e4e Border Color

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

This div border color is #bd9e4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9e4e


Comments

No comments written yet.

Please login to write comment.