Color Hex Logo

#bd943e Color Hex

#BD943E
(189,148,62)
0 Favorites   0 Comments

Color spaces of #bd943e

RGB 18914862
HSL0.110.510.49
HSV41°67°74°
CMYK 0.000.220.67   0.26
XYZ32.445732.34649.0908
Yxy32.34640.43920.4378
Hunter Lab56.87392.302230.3347
CIE-Lab63.62826.218149.8767

#bd943e color RGB value is (189,148,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 00111110
Octal 275 224 76
Decimal 189 148 62
Hex BD 94 3E

RGB Percentages of Color #bd943e

%47.37
%37.09
%15.54

CMYK Percentages of Color #bd943e

%0
%22
%67
%26

Triadic Colors of #bd943e

#bd943e #3ebd94 #943ebd

Analogous Colors of #bd943e

#bd943e #a7bd3e #bd553e

Monochromatic Colors of #bd943e

#bd943e

Complementary Color

#bd943e #3e67bd

#bd943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd943e Color CSS Codes

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

#bd943e Text Font Color

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

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


#bd943e Background Color

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

This div background color is #bd943e


#bd943e Border Color

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

This div border color is #bd943e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,148,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 #bd943e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd943e


Comments

No comments written yet.

Please login to write comment.