Color Hex Logo

#bd931f Color Hex

#BD931F
(189,147,31)
0 Favorites   0 Comments

Color spaces of #bd931f

RGB 18914731
HSL0.120.720.43
HSV44°84°74°
CMYK 0.000.220.84   0.26
XYZ31.667331.78525.7624
Yxy31.78520.45750.4592
Hunter Lab56.37841.600033.4049
CIE-Lab63.16505.397561.4021

#bd931f color RGB value is (189,147,31).

#bd931f hex color red value is 189, green value is 147 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bd931f hue: 0.12 , saturation: 0.72 and the lightness value of bd931f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 00011111
Octal 275 223 37
Decimal 189 147 31
Hex BD 93 1F

RGB Percentages of Color #bd931f

%51.50
%40.05
%8.45

CMYK Percentages of Color #bd931f

%0
%22
%84
%26

Triadic Colors of #bd931f

#bd931f #1fbd93 #931fbd

Analogous Colors of #bd931f

#bd931f #98bd1f #bd441f

Monochromatic Colors of #bd931f

#bd931f

Complementary Color

#bd931f #1f49bd

#bd931f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd931f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd931f Color CSS Codes

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

#bd931f Text Font Color

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

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


#bd931f Background Color

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

This div background color is #bd931f


#bd931f Border Color

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

This div border color is #bd931f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd931f


Comments

No comments written yet.

Please login to write comment.