Color Hex Logo

#bd785e Color Hex

#BD785E
(189,120,94)
0 Favorites   0 Comments

Color spaces of #bd785e

RGB 18912094
HSL0.050.420.55
HSV16°50°74°
CMYK 0.000.370.50   0.26
XYZ29.723125.059913.8601
Yxy25.05990.43300.3651
Hunter Lab50.059918.379818.6263
CIE-Lab57.133724.150225.4847

#bd785e color RGB value is (189,120,94).

#bd785e hex color red value is 189, green value is 120 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bd785e hue: 0.05 , saturation: 0.42 and the lightness value of bd785e is 0.55.

The process color (four color CMYK) of #bd785e color hex is 0.00, 0.37, 0.50, 0.26. Web safe color of #bd785e is #cc6666. Color #bd785e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 01011110
Octal 275 170 136
Decimal 189 120 94
Hex BD 78 5E

RGB Percentages of Color #bd785e

%46.90
%29.78
%23.33

CMYK Percentages of Color #bd785e

%0
%37
%50
%26

Triadic Colors of #bd785e

#bd785e #5ebd78 #785ebd

Analogous Colors of #bd785e

#bd785e #bda85e #bd5e74

Monochromatic Colors of #bd785e

#bd785e

Complementary Color

#bd785e #5ea3bd

#bd785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd785e Color CSS Codes

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

#bd785e Text Font Color

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

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


#bd785e Background Color

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

This div background color is #bd785e


#bd785e Border Color

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

This div border color is #bd785e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd785e


Comments

No comments written yet.

Please login to write comment.