Color Hex Logo

#bea155 Color Hex

#BEA155
(190,161,85)
0 Favorites   0 Comments

Color spaces of #bea155

RGB 19016185
HSL0.120.450.54
HSV43°55°75°
CMYK 0.000.150.55   0.25
XYZ35.619837.092813.8766
Yxy37.09280.41140.4284
Hunter Lab60.9039-2.185529.1238
CIE-Lab67.34661.232843.0532

#bea155 color RGB value is (190,161,85).

#bea155 hex color red value is 190, green value is 161 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bea155 hue: 0.12 , saturation: 0.45 and the lightness value of bea155 is 0.54.

The process color (four color CMYK) of #bea155 color hex is 0.00, 0.15, 0.55, 0.25. Web safe color of #bea155 is #cc9966. Color #bea155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 01010101
Octal 276 241 125
Decimal 190 161 85
Hex BE A1 55

RGB Percentages of Color #bea155

%43.58
%36.93
%19.50

CMYK Percentages of Color #bea155

%0
%15
%55
%25

Triadic Colors of #bea155

#bea155 #55bea1 #a155be

Analogous Colors of #bea155

#bea155 #a7be55 #be6d55

Monochromatic Colors of #bea155

#bea155

Complementary Color

#bea155 #5572be

#bea155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea155 Color CSS Codes

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

#bea155 Text Font Color

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

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


#bea155 Background Color

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

This div background color is #bea155


#bea155 Border Color

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

This div border color is #bea155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea155


Comments

No comments written yet.

Please login to write comment.