Color Hex Logo

#bd903c Color Hex

#BD903C
(189,144,60)
0 Favorites   0 Comments

Color spaces of #bd903c

RGB 18914460
HSL0.110.520.49
HSV39°68°74°
CMYK 0.000.240.68   0.26
XYZ31.775131.09168.6015
Yxy31.09160.44460.4350
Hunter Lab55.75984.139629.8858
CIE-Lab62.58498.290749.6752

#bd903c color RGB value is (189,144,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 00111100
Octal 275 220 74
Decimal 189 144 60
Hex BD 90 3C

RGB Percentages of Color #bd903c

%48.09
%36.64
%15.27

CMYK Percentages of Color #bd903c

%0
%24
%68
%26

Triadic Colors of #bd903c

#bd903c #3cbd90 #903cbd

Analogous Colors of #bd903c

#bd903c #aabd3c #bd503c

Monochromatic Colors of #bd903c

#bd903c

Complementary Color

#bd903c #3c69bd

#bd903c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd903c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd903c Color CSS Codes

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

#bd903c Text Font Color

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

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


#bd903c Background Color

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

This div background color is #bd903c


#bd903c Border Color

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

This div border color is #bd903c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd903c


Comments

No comments written yet.

Please login to write comment.