Color Hex Logo

#be9540 Color Hex

#BE9540
(190,149,64)
0 Favorites   0 Comments

Color spaces of #be9540

RGB 19014964
HSL0.110.500.50
HSV40°66°75°
CMYK 0.000.220.66   0.25
XYZ32.908132.81229.4494
Yxy32.81220.43780.4365
Hunter Lab57.28192.303730.3167
CIE-Lab64.00866.230749.3979

#be9540 color RGB value is (190,149,64).

#be9540 hex color red value is 190, green value is 149 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #be9540 hue: 0.11 , saturation: 0.50 and the lightness value of be9540 is 0.50.

The process color (four color CMYK) of #be9540 color hex is 0.00, 0.22, 0.66, 0.25. Web safe color of #be9540 is #cc9933. Color #be9540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 01000000
Octal 276 225 100
Decimal 190 149 64
Hex BE 95 40

RGB Percentages of Color #be9540

%47.15
%36.97
%15.88

CMYK Percentages of Color #be9540

%0
%22
%66
%25

Triadic Colors of #be9540

#be9540 #40be95 #9540be

Analogous Colors of #be9540

#be9540 #a8be40 #be5640

Monochromatic Colors of #be9540

#be9540

Complementary Color

#be9540 #4069be

#be9540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9540 Color CSS Codes

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

#be9540 Text Font Color

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

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


#be9540 Background Color

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

This div background color is #be9540


#be9540 Border Color

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

This div border color is #be9540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,149,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be9540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be9540;
  -webkit-box-shadow: 1px 1px 3px 2px #be9540;
  box-shadow:         1px 1px 3px 2px #be9540; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,149,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9540


Comments

No comments written yet.

Please login to write comment.