Color Hex Logo

#bd954e Color Hex

#BD954E
(189,149,78)
0 Favorites   0 Comments

Color spaces of #bd954e

RGB 18914978
HSL0.110.460.52
HSV38°59°74°
CMYK 0.000.210.59   0.26
XYZ33.108932.863811.8060
Yxy32.86380.42570.4225
Hunter Lab57.32702.769627.9186
CIE-Lab64.05056.762642.6483

#bd954e color RGB value is (189,149,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 01001110
Octal 275 225 116
Decimal 189 149 78
Hex BD 95 4E

RGB Percentages of Color #bd954e

%45.43
%35.82
%18.75

CMYK Percentages of Color #bd954e

%0
%21
%59
%26

Triadic Colors of #bd954e

#bd954e #4ebd95 #954ebd

Analogous Colors of #bd954e

#bd954e #aebd4e #bd5e4e

Monochromatic Colors of #bd954e

#bd954e

Complementary Color

#bd954e #4e76bd

#bd954e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd954e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd954e Color CSS Codes

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

#bd954e Text Font Color

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

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


#bd954e Background Color

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

This div background color is #bd954e


#bd954e Border Color

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

This div border color is #bd954e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd954e


Comments

No comments written yet.

Please login to write comment.