Color Hex Logo

#be9764 Color Hex

#BE9764
(190,151,100)
0 Favorites   0 Comments

Color spaces of #be9764

RGB 190151100
HSL0.090.410.57
HSV34°47°75°
CMYK 0.000.210.47   0.25
XYZ34.602134.000516.7956
Yxy34.00050.40520.3981
Hunter Lab58.30993.882523.7391
CIE-Lab64.96308.040732.3303

#be9764 color RGB value is (190,151,100).

#be9764 hex color red value is 190, green value is 151 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #be9764 hue: 0.09 , saturation: 0.41 and the lightness value of be9764 is 0.57.

The process color (four color CMYK) of #be9764 color hex is 0.00, 0.21, 0.47, 0.25. Web safe color of #be9764 is #cc9966. Color #be9764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 01100100
Octal 276 227 144
Decimal 190 151 100
Hex BE 97 64

RGB Percentages of Color #be9764

%43.08
%34.24
%22.68

CMYK Percentages of Color #be9764

%0
%21
%47
%25

Triadic Colors of #be9764

#be9764 #64be97 #9764be

Analogous Colors of #be9764

#be9764 #b8be64 #be6a64

Monochromatic Colors of #be9764

#be9764

Complementary Color

#be9764 #648bbe

#be9764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9764 Color CSS Codes

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

#be9764 Text Font Color

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

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


#be9764 Background Color

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

This div background color is #be9764


#be9764 Border Color

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

This div border color is #be9764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9764


Comments

No comments written yet.

Please login to write comment.