Color Hex Logo

#bea766 Color Hex

#BEA766
(190,167,102)
0 Favorites   0 Comments

Color spaces of #bea766

RGB 190167102
HSL0.120.400.57
HSV44°46°75°
CMYK 0.000.120.46   0.25
XYZ37.452239.543918.2292
Yxy39.54390.39330.4153
Hunter Lab62.8839-3.736526.8314
CIE-Lab69.1434-0.433736.5692

#bea766 color RGB value is (190,167,102).

#bea766 hex color red value is 190, green value is 167 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bea766 hue: 0.12 , saturation: 0.40 and the lightness value of bea766 is 0.57.

The process color (four color CMYK) of #bea766 color hex is 0.00, 0.12, 0.46, 0.25. Web safe color of #bea766 is #cc9966. Color #bea766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 01100110
Octal 276 247 146
Decimal 190 167 102
Hex BE A7 66

RGB Percentages of Color #bea766

%41.39
%36.38
%22.22

CMYK Percentages of Color #bea766

%0
%12
%46
%25

Triadic Colors of #bea766

#bea766 #66bea7 #a766be

Analogous Colors of #bea766

#bea766 #a9be66 #be7b66

Monochromatic Colors of #bea766

#bea766

Complementary Color

#bea766 #667dbe

#bea766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea766 Color CSS Codes

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

#bea766 Text Font Color

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

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


#bea766 Background Color

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

This div background color is #bea766


#bea766 Border Color

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

This div border color is #bea766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea766


Comments

No comments written yet.

Please login to write comment.