Color Hex Logo

#bd906e Color Hex

#BD906E
(189,144,110)
0 Favorites   0 Comments

Color spaces of #bd906e

RGB 189144110
HSL0.070.370.59
HSV26°42°74°
CMYK 0.000.240.42   0.26
XYZ33.774031.891119.1274
Yxy31.89110.39830.3761
Hunter Lab56.47227.928119.4487
CIE-Lab63.252812.541124.6314

#bd906e color RGB value is (189,144,110).

#bd906e hex color red value is 189, green value is 144 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd906e hue: 0.07 , saturation: 0.37 and the lightness value of bd906e is 0.59.

The process color (four color CMYK) of #bd906e color hex is 0.00, 0.24, 0.42, 0.26. Web safe color of #bd906e is #cc9966. Color #bd906e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01101110
Octal 275 220 156
Decimal 189 144 110
Hex BD 90 6E

RGB Percentages of Color #bd906e

%42.66
%32.51
%24.83

CMYK Percentages of Color #bd906e

%0
%24
%42
%26

Triadic Colors of #bd906e

#bd906e #6ebd90 #906ebd

Analogous Colors of #bd906e

#bd906e #bdb86e #bd6e74

Monochromatic Colors of #bd906e

#bd906e

Complementary Color

#bd906e #6e9bbd

#bd906e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd906e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd906e Color CSS Codes

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

#bd906e Text Font Color

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

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


#bd906e Background Color

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

This div background color is #bd906e


#bd906e Border Color

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

This div border color is #bd906e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd906e


Comments

No comments written yet.

Please login to write comment.