Color Hex Logo

#bd937e Color Hex

#BD937E
(189,147,126)
0 Favorites   0 Comments

Color spaces of #bd937e

RGB 189147126
HSL0.060.320.62
HSV20°33°74°
CMYK 0.000.220.33   0.26
XYZ35.185933.192624.2910
Yxy33.19260.37970.3582
Hunter Lab57.61308.192215.3311
CIE-Lab64.316612.823617.1775

#bd937e color RGB value is (189,147,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 01111110
Octal 275 223 176
Decimal 189 147 126
Hex BD 93 7E

RGB Percentages of Color #bd937e

%40.91
%31.82
%27.27

CMYK Percentages of Color #bd937e

%0
%22
%33
%26

Triadic Colors of #bd937e

#bd937e #7ebd93 #937ebd

Analogous Colors of #bd937e

#bd937e #bdb37e #bd7e89

Monochromatic Colors of #bd937e

#bd937e

Complementary Color

#bd937e #7ea8bd

#bd937e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd937e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd937e Color CSS Codes

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

#bd937e Text Font Color

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

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


#bd937e Background Color

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

This div background color is #bd937e


#bd937e Border Color

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

This div border color is #bd937e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd937e


Comments

No comments written yet.

Please login to write comment.