Color Hex Logo

#bd932a Color Hex

#BD932A
(189,147,42)
0 Favorites   0 Comments

Color spaces of #bd932a

RGB 18914742
HSL0.120.640.45
HSV43°78°74°
CMYK 0.000.220.78   0.26
XYZ31.837931.85346.6608
Yxy31.85340.45260.4528
Hunter Lab56.43881.926332.5099
CIE-Lab63.22155.775057.7842

#bd932a color RGB value is (189,147,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 00101010
Octal 275 223 52
Decimal 189 147 42
Hex BD 93 2A

RGB Percentages of Color #bd932a

%50.00
%38.89
%11.11

CMYK Percentages of Color #bd932a

%0
%22
%78
%26

Triadic Colors of #bd932a

#bd932a #2abd93 #932abd

Analogous Colors of #bd932a

#bd932a #9ebd2a #bd492a

Monochromatic Colors of #bd932a

#bd932a

Complementary Color

#bd932a #2a54bd

#bd932a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd932a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd932a Color CSS Codes

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

#bd932a Text Font Color

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

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


#bd932a Background Color

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

This div background color is #bd932a


#bd932a Border Color

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

This div border color is #bd932a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd932a


Comments

No comments written yet.

Please login to write comment.