Color Hex Logo

#bea275 Color Hex

#BEA275
(190,162,117)
0 Favorites   0 Comments

Color spaces of #bea275

RGB 190162117
HSL0.100.360.60
HSV37°38°75°
CMYK 0.000.150.38   0.25
XYZ37.366438.072222.2089
Yxy38.07220.38270.3899
Hunter Lab61.70270.117821.8514
CIE-Lab68.07383.896727.2252

#bea275 color RGB value is (190,162,117).

#bea275 hex color red value is 190, green value is 162 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bea275 hue: 0.10 , saturation: 0.36 and the lightness value of bea275 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 01110101
Octal 276 242 165
Decimal 190 162 117
Hex BE A2 75

RGB Percentages of Color #bea275

%40.51
%34.54
%24.95

CMYK Percentages of Color #bea275

%0
%15
%38
%25

Triadic Colors of #bea275

#bea275 #75bea2 #a275be

Analogous Colors of #bea275

#bea275 #b6be75 #be7e75

Monochromatic Colors of #bea275

#bea275

Complementary Color

#bea275 #7591be

#bea275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea275 Color CSS Codes

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

#bea275 Text Font Color

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

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


#bea275 Background Color

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

This div background color is #bea275


#bea275 Border Color

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

This div border color is #bea275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea275


Comments

No comments written yet.

Please login to write comment.