Color Hex Logo

#bd805a Color Hex

#BD805A
(189,128,90)
0 Favorites   0 Comments

Color spaces of #bd805a

RGB 18912890
HSL0.060.430.55
HSV23°52°74°
CMYK 0.000.320.52   0.26
XYZ30.550926.995313.2733
Yxy26.99530.43140.3812
Hunter Lab51.957014.033921.2233
CIE-Lab58.970019.357230.0910

#bd805a color RGB value is (189,128,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 01011010
Octal 275 200 132
Decimal 189 128 90
Hex BD 80 5A

RGB Percentages of Color #bd805a

%46.44
%31.45
%22.11

CMYK Percentages of Color #bd805a

%0
%32
%52
%26

Triadic Colors of #bd805a

#bd805a #5abd80 #805abd

Analogous Colors of #bd805a

#bd805a #bdb25a #bd5a66

Monochromatic Colors of #bd805a

#bd805a

Complementary Color

#bd805a #5a97bd

#bd805a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd805a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd805a Color CSS Codes

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

#bd805a Text Font Color

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

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


#bd805a Background Color

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

This div background color is #bd805a


#bd805a Border Color

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

This div border color is #bd805a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd805a


Comments

No comments written yet.

Please login to write comment.