Color Hex Logo

#bd903a Color Hex

#BD903A
(189,144,58)
0 Favorites   0 Comments

Color spaces of #bd903a

RGB 18914458
HSL0.110.530.48
HSV39°69°74°
CMYK 0.000.240.69   0.26
XYZ31.723231.07088.3283
Yxy31.07080.44600.4369
Hunter Lab55.74124.040130.1603
CIE-Lab62.56748.177250.5634

#bd903a color RGB value is (189,144,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 00111010
Octal 275 220 72
Decimal 189 144 58
Hex BD 90 3A

RGB Percentages of Color #bd903a

%48.34
%36.83
%14.83

CMYK Percentages of Color #bd903a

%0
%24
%69
%26

Triadic Colors of #bd903a

#bd903a #3abd90 #903abd

Analogous Colors of #bd903a

#bd903a #a9bd3a #bd4f3a

Monochromatic Colors of #bd903a

#bd903a

Complementary Color

#bd903a #3a67bd

#bd903a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd903a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd903a Color CSS Codes

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

#bd903a Text Font Color

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

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


#bd903a Background Color

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

This div background color is #bd903a


#bd903a Border Color

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

This div border color is #bd903a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd903a


Comments

No comments written yet.

Please login to write comment.