Color Hex Logo

#bd901e Color Hex

#BD901E
(189,144,30)
0 Favorites   0 Comments

Color spaces of #bd901e

RGB 18914430
HSL0.120.730.43
HSV43°84°74°
CMYK 0.000.240.84   0.26
XYZ31.193930.85915.5406
Yxy30.85910.46150.4565
Hunter Lab55.55103.020132.9721
CIE-Lab62.38857.008461.0394

#bd901e color RGB value is (189,144,30).

#bd901e hex color red value is 189, green value is 144 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd901e hue: 0.12 , saturation: 0.73 and the lightness value of bd901e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 00011110
Octal 275 220 36
Decimal 189 144 30
Hex BD 90 1E

RGB Percentages of Color #bd901e

%52.07
%39.67
%8.26

CMYK Percentages of Color #bd901e

%0
%24
%84
%26

Triadic Colors of #bd901e

#bd901e #1ebd90 #901ebd

Analogous Colors of #bd901e

#bd901e #9bbd1e #bd411e

Monochromatic Colors of #bd901e

#bd901e

Complementary Color

#bd901e #1e4bbd

#bd901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd901e Color CSS Codes

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

#bd901e Text Font Color

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

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


#bd901e Background Color

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

This div background color is #bd901e


#bd901e Border Color

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

This div border color is #bd901e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd901e


Comments

No comments written yet.

Please login to write comment.