Color Hex Logo

#bd9037 Color Hex

#BD9037
(189,144,55)
0 Favorites   0 Comments

Color spaces of #bd9037

RGB 18914455
HSL0.110.550.48
HSV40°71°74°
CMYK 0.000.240.71   0.26
XYZ31.649131.04127.9379
Yxy31.04120.44810.4395
Hunter Lab55.71463.897630.5529
CIE-Lab62.54248.014651.8682

#bd9037 color RGB value is (189,144,55).

#bd9037 hex color red value is 189, green value is 144 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bd9037 hue: 0.11 , saturation: 0.55 and the lightness value of bd9037 is 0.48.

The process color (four color CMYK) of #bd9037 color hex is 0.00, 0.24, 0.71, 0.26. Web safe color of #bd9037 is #cc9933. Color #bd9037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 00110111
Octal 275 220 67
Decimal 189 144 55
Hex BD 90 37

RGB Percentages of Color #bd9037

%48.71
%37.11
%14.18

CMYK Percentages of Color #bd9037

%0
%24
%71
%26

Triadic Colors of #bd9037

#bd9037 #37bd90 #9037bd

Analogous Colors of #bd9037

#bd9037 #a7bd37 #bd4d37

Monochromatic Colors of #bd9037

#bd9037

Complementary Color

#bd9037 #3764bd

#bd9037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9037 Color CSS Codes

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

#bd9037 Text Font Color

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

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


#bd9037 Background Color

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

This div background color is #bd9037


#bd9037 Border Color

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

This div border color is #bd9037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9037


Comments

No comments written yet.

Please login to write comment.