Color Hex Logo

#bd856e Color Hex

#BD856E
(189,133,110)
0 Favorites   0 Comments

Color spaces of #bd856e

RGB 189133110
HSL0.050.370.59
HSV17°42°74°
CMYK 0.000.300.42   0.26
XYZ32.188328.719718.5988
Yxy28.71970.40480.3612
Hunter Lab53.590813.428916.9368
CIE-Lab60.533418.630820.9844

#bd856e color RGB value is (189,133,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 01101110
Octal 275 205 156
Decimal 189 133 110
Hex BD 85 6E

RGB Percentages of Color #bd856e

%43.75
%30.79
%25.46

CMYK Percentages of Color #bd856e

%0
%30
%42
%26

Triadic Colors of #bd856e

#bd856e #6ebd85 #856ebd

Analogous Colors of #bd856e

#bd856e #bdad6e #bd6e7f

Monochromatic Colors of #bd856e

#bd856e

Complementary Color

#bd856e #6ea6bd

#bd856e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd856e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd856e Color CSS Codes

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

#bd856e Text Font Color

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

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


#bd856e Background Color

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

This div background color is #bd856e


#bd856e Border Color

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

This div border color is #bd856e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd856e


Comments

No comments written yet.

Please login to write comment.