Color Hex Logo

#bea48b Color Hex

#BEA48B
(190,164,139)
0 Favorites   0 Comments

Color spaces of #bea48b

RGB 190164139
HSL0.080.280.65
HSV29°27°75°
CMYK 0.000.140.27   0.25
XYZ39.170939.362129.9592
Yxy39.36210.36100.3628
Hunter Lab62.73921.651915.6053
CIE-Lab69.01285.653216.4909

#bea48b color RGB value is (190,164,139).

#bea48b hex color red value is 190, green value is 164 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bea48b hue: 0.08 , saturation: 0.28 and the lightness value of bea48b is 0.65.

The process color (four color CMYK) of #bea48b color hex is 0.00, 0.14, 0.27, 0.25. Web safe color of #bea48b is #cc9999. Color #bea48b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10001011
Octal 276 244 213
Decimal 190 164 139
Hex BE A4 8B

RGB Percentages of Color #bea48b

%38.54
%33.27
%28.19

CMYK Percentages of Color #bea48b

%0
%14
%27
%25

Triadic Colors of #bea48b

#bea48b #8bbea4 #a48bbe

Analogous Colors of #bea48b

#bea48b #bebe8b #be8b8c

Monochromatic Colors of #bea48b

#bea48b

Complementary Color

#bea48b #8ba5be

#bea48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea48b Color CSS Codes

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

#bea48b Text Font Color

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

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


#bea48b Background Color

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

This div background color is #bea48b


#bea48b Border Color

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

This div border color is #bea48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea48b

#bea48b Color Palettes


Comments

No comments written yet.

Please login to write comment.