Color Hex Logo

#bea048 Color Hex

#BEA048
(190,160,72)
0 Favorites   0 Comments

Color spaces of #bea048

RGB 19016072
HSL0.120.480.51
HSV45°62°75°
CMYK 0.000.160.62   0.25
XYZ34.975736.556611.3436
Yxy36.55660.42200.4411
Hunter Lab60.4621-2.551131.1997
CIE-Lab66.94300.786348.8971

#bea048 color RGB value is (190,160,72).

#bea048 hex color red value is 190, green value is 160 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bea048 hue: 0.12 , saturation: 0.48 and the lightness value of bea048 is 0.51.

The process color (four color CMYK) of #bea048 color hex is 0.00, 0.16, 0.62, 0.25. Web safe color of #bea048 is #cc9933. Color #bea048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 01001000
Octal 276 240 110
Decimal 190 160 72
Hex BE A0 48

RGB Percentages of Color #bea048

%45.02
%37.91
%17.06

CMYK Percentages of Color #bea048

%0
%16
%62
%25

Triadic Colors of #bea048

#bea048 #48bea0 #a048be

Analogous Colors of #bea048

#bea048 #a1be48 #be6548

Monochromatic Colors of #bea048

#bea048

Complementary Color

#bea048 #4866be

#bea048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea048 Color CSS Codes

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

#bea048 Text Font Color

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

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


#bea048 Background Color

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

This div background color is #bea048


#bea048 Border Color

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

This div border color is #bea048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea048


Comments

No comments written yet.

Please login to write comment.