Color Hex Logo

#bea967 Color Hex

#BEA967
(190,169,103)
0 Favorites   0 Comments

Color spaces of #bea967

RGB 190169103
HSL0.130.400.57
HSV46°46°75°
CMYK 0.000.110.46   0.25
XYZ37.871440.302418.6151
Yxy40.30240.39130.4164
Hunter Lab63.4842-4.613427.0537
CIE-Lab69.6844-1.402836.7294

#bea967 color RGB value is (190,169,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 01100111
Octal 276 251 147
Decimal 190 169 103
Hex BE A9 67

RGB Percentages of Color #bea967

%41.13
%36.58
%22.29

CMYK Percentages of Color #bea967

%0
%11
%46
%25

Triadic Colors of #bea967

#bea967 #67bea9 #a967be

Analogous Colors of #bea967

#bea967 #a8be67 #be7e67

Monochromatic Colors of #bea967

#bea967

Complementary Color

#bea967 #677cbe

#bea967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea967 Color CSS Codes

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

#bea967 Text Font Color

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

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


#bea967 Background Color

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

This div background color is #bea967


#bea967 Border Color

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

This div border color is #bea967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea967


Comments

No comments written yet.

Please login to write comment.