Color Hex Logo

#bd902d Color Hex

#BD902D
(189,144,45)
0 Favorites   0 Comments

Color spaces of #bd902d

RGB 18914445
HSL0.110.620.46
HSV41°76°74°
CMYK 0.000.240.76   0.26
XYZ31.433230.95486.8008
Yxy30.95480.45430.4474
Hunter Lab55.63703.482131.6986
CIE-Lab62.46957.539155.9392

#bd902d color RGB value is (189,144,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 00101101
Octal 275 220 55
Decimal 189 144 45
Hex BD 90 2D

RGB Percentages of Color #bd902d

%50.00
%38.10
%11.90

CMYK Percentages of Color #bd902d

%0
%24
%76
%26

Triadic Colors of #bd902d

#bd902d #2dbd90 #902dbd

Analogous Colors of #bd902d

#bd902d #a2bd2d #bd482d

Monochromatic Colors of #bd902d

#bd902d

Complementary Color

#bd902d #2d5abd

#bd902d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd902d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd902d Color CSS Codes

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

#bd902d Text Font Color

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

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


#bd902d Background Color

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

This div background color is #bd902d


#bd902d Border Color

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

This div border color is #bd902d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd902d


Comments

No comments written yet.

Please login to write comment.