Color Hex Logo

#bd961e Color Hex

#BD961E
(189,150,30)
0 Favorites   0 Comments

Color spaces of #bd961e

RGB 18915030
HSL0.130.730.43
HSV45°84°74°
CMYK 0.000.210.84   0.26
XYZ32.127032.72525.8516
Yxy32.72520.45440.4628
Hunter Lab57.20590.135633.9794
CIE-Lab63.93783.735662.3490

#bd961e color RGB value is (189,150,30).

#bd961e hex color red value is 189, green value is 150 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd961e hue: 0.13 , saturation: 0.73 and the lightness value of bd961e is 0.43.

The process color (four color CMYK) of #bd961e color hex is 0.00, 0.21, 0.84, 0.26. Web safe color of #bd961e is #cc9933. Color #bd961e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 00011110
Octal 275 226 36
Decimal 189 150 30
Hex BD 96 1E

RGB Percentages of Color #bd961e

%51.22
%40.65
%8.13

CMYK Percentages of Color #bd961e

%0
%21
%84
%26

Triadic Colors of #bd961e

#bd961e #1ebd96 #961ebd

Analogous Colors of #bd961e

#bd961e #95bd1e #bd471e

Monochromatic Colors of #bd961e

#bd961e

Complementary Color

#bd961e #1e45bd

#bd961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd961e Color CSS Codes

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

#bd961e Text Font Color

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

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


#bd961e Background Color

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

This div background color is #bd961e


#bd961e Border Color

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

This div border color is #bd961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd961e


Comments

No comments written yet.

Please login to write comment.