Color Hex Logo

#bd903e Color Hex

#BD903E
(189,144,62)
0 Favorites   0 Comments

Color spaces of #bd903e

RGB 18914462
HSL0.110.510.49
HSV39°67°74°
CMYK 0.000.240.67   0.26
XYZ31.829031.11318.8853
Yxy31.11310.44310.4332
Hunter Lab55.77914.243229.6008
CIE-Lab62.60308.408848.7728

#bd903e color RGB value is (189,144,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 00111110
Octal 275 220 76
Decimal 189 144 62
Hex BD 90 3E

RGB Percentages of Color #bd903e

%47.85
%36.46
%15.70

CMYK Percentages of Color #bd903e

%0
%24
%67
%26

Triadic Colors of #bd903e

#bd903e #3ebd90 #903ebd

Analogous Colors of #bd903e

#bd903e #abbd3e #bd513e

Monochromatic Colors of #bd903e

#bd903e

Complementary Color

#bd903e #3e6bbd

#bd903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd903e Color CSS Codes

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

#bd903e Text Font Color

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

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


#bd903e Background Color

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

This div background color is #bd903e


#bd903e Border Color

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

This div border color is #bd903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd903e


Comments

No comments written yet.

Please login to write comment.