Color Hex Logo

#bea46b Color Hex

#BEA46B
(190,164,107)
0 Favorites   0 Comments

Color spaces of #bea46b

RGB 190164107
HSL0.110.390.58
HSV41°44°75°
CMYK 0.000.140.44   0.25
XYZ37.164538.559619.3939
Yxy38.55960.39070.4054
Hunter Lab62.0964-1.836924.9500
CIE-Lab68.43101.695933.0416

#bea46b color RGB value is (190,164,107).

#bea46b hex color red value is 190, green value is 164 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bea46b hue: 0.11 , saturation: 0.39 and the lightness value of bea46b is 0.58.

The process color (four color CMYK) of #bea46b color hex is 0.00, 0.14, 0.44, 0.25. Web safe color of #bea46b is #cc9966. Color #bea46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 01101011
Octal 276 244 153
Decimal 190 164 107
Hex BE A4 6B

RGB Percentages of Color #bea46b

%41.21
%35.57
%23.21

CMYK Percentages of Color #bea46b

%0
%14
%44
%25

Triadic Colors of #bea46b

#bea46b #6bbea4 #a46bbe

Analogous Colors of #bea46b

#bea46b #afbe6b #be7b6b

Monochromatic Colors of #bea46b

#bea46b

Complementary Color

#bea46b #6b85be

#bea46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea46b Color CSS Codes

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

#bea46b Text Font Color

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

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


#bea46b Background Color

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

This div background color is #bea46b


#bea46b Border Color

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

This div border color is #bea46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea46b


Comments

No comments written yet.

Please login to write comment.