Color Hex Logo

#bea131 Color Hex

#BEA131
(190,161,49)
0 Favorites   0 Comments

Color spaces of #bea131

RGB 19016149
HSL0.130.590.47
HSV48°74°75°
CMYK 0.000.150.74   0.25
XYZ34.534536.65868.1614
Yxy36.65860.43520.4620
Hunter Lab60.5463-4.143134.3904
CIE-Lab67.0201-1.058958.8115

#bea131 color RGB value is (190,161,49).

#bea131 hex color red value is 190, green value is 161 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bea131 hue: 0.13 , saturation: 0.59 and the lightness value of bea131 is 0.47.

The process color (four color CMYK) of #bea131 color hex is 0.00, 0.15, 0.74, 0.25. Web safe color of #bea131 is #cc9933. Color #bea131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00110001
Octal 276 241 61
Decimal 190 161 49
Hex BE A1 31

RGB Percentages of Color #bea131

%47.50
%40.25
%12.25

CMYK Percentages of Color #bea131

%0
%15
%74
%25

Triadic Colors of #bea131

#bea131 #31bea1 #a131be

Analogous Colors of #bea131

#bea131 #95be31 #be5b31

Monochromatic Colors of #bea131

#bea131

Complementary Color

#bea131 #314ebe

#bea131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea131 Color CSS Codes

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

#bea131 Text Font Color

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

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


#bea131 Background Color

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

This div background color is #bea131


#bea131 Border Color

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

This div border color is #bea131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea131


Comments

No comments written yet.

Please login to write comment.