Color Hex Logo

#bea742 Color Hex

#BEA742
(190,167,66)
0 Favorites   0 Comments

Color spaces of #bea742

RGB 19016766
HSL0.140.490.50
HSV49°65°75°
CMYK 0.000.120.65   0.25
XYZ36.037338.977910.7784
Yxy38.97790.42000.4543
Hunter Lab62.4323-6.222333.4667
CIE-Lab68.7353-3.349853.5769

#bea742 color RGB value is (190,167,66).

#bea742 hex color red value is 190, green value is 167 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bea742 hue: 0.14 , saturation: 0.49 and the lightness value of bea742 is 0.50.

The process color (four color CMYK) of #bea742 color hex is 0.00, 0.12, 0.65, 0.25. Web safe color of #bea742 is #cc9933. Color #bea742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 01000010
Octal 276 247 102
Decimal 190 167 66
Hex BE A7 42

RGB Percentages of Color #bea742

%44.92
%39.48
%15.60

CMYK Percentages of Color #bea742

%0
%12
%65
%25

Triadic Colors of #bea742

#bea742 #42bea7 #a742be

Analogous Colors of #bea742

#bea742 #97be42 #be6942

Monochromatic Colors of #bea742

#bea742

Complementary Color

#bea742 #4259be

#bea742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea742 Color CSS Codes

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

#bea742 Text Font Color

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

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


#bea742 Background Color

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

This div background color is #bea742


#bea742 Border Color

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

This div border color is #bea742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea742


Comments

No comments written yet.

Please login to write comment.