Color Hex Logo

#bd957e Color Hex

#BD957E
(189,149,126)
0 Favorites   0 Comments

Color spaces of #bd957e

RGB 189149126
HSL0.060.320.62
HSV22°33°74°
CMYK 0.000.210.33   0.26
XYZ35.499633.820124.3956
Yxy33.82010.37880.3609
Hunter Lab58.15517.190515.8368
CIE-Lab64.819511.719417.8708

#bd957e color RGB value is (189,149,126).

#bd957e hex color red value is 189, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd957e hue: 0.06 , saturation: 0.32 and the lightness value of bd957e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 01111110
Octal 275 225 176
Decimal 189 149 126
Hex BD 95 7E

RGB Percentages of Color #bd957e

%40.73
%32.11
%27.16

CMYK Percentages of Color #bd957e

%0
%21
%33
%26

Triadic Colors of #bd957e

#bd957e #7ebd95 #957ebd

Analogous Colors of #bd957e

#bd957e #bdb57e #bd7e87

Monochromatic Colors of #bd957e

#bd957e

Complementary Color

#bd957e #7ea6bd

#bd957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd957e Color CSS Codes

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

#bd957e Text Font Color

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

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


#bd957e Background Color

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

This div background color is #bd957e


#bd957e Border Color

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

This div border color is #bd957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd957e


Comments

No comments written yet.

Please login to write comment.