Color Hex Logo

#bd805e Color Hex

#BD805E
(189,128,94)
0 Favorites   0 Comments

Color spaces of #bd805e

RGB 18912894
HSL0.060.420.55
HSV21°50°74°
CMYK 0.000.320.50   0.26
XYZ30.725827.065314.1944
Yxy27.06530.42680.3760
Hunter Lab52.024314.380320.2402
CIE-Lab59.034719.730527.9599

#bd805e color RGB value is (189,128,94).

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

The process color (four color CMYK) of #bd805e color hex is 0.00, 0.32, 0.50, 0.26. Web safe color of #bd805e is #cc9966. Color #bd805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 01011110
Octal 275 200 136
Decimal 189 128 94
Hex BD 80 5E

RGB Percentages of Color #bd805e

%45.99
%31.14
%22.87

CMYK Percentages of Color #bd805e

%0
%32
%50
%26

Triadic Colors of #bd805e

#bd805e #5ebd80 #805ebd

Analogous Colors of #bd805e

#bd805e #bdb05e #bd5e6c

Monochromatic Colors of #bd805e

#bd805e

Complementary Color

#bd805e #5e9bbd

#bd805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd805e Color CSS Codes

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

#bd805e Text Font Color

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

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


#bd805e Background Color

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

This div background color is #bd805e


#bd805e Border Color

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

This div border color is #bd805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd805e


Comments

No comments written yet.

Please login to write comment.