Color Hex Logo

#be9464 Color Hex

#BE9464
(190,148,100)
0 Favorites   0 Comments

Color spaces of #be9464

RGB 190148100
HSL0.090.410.57
HSV32°47°75°
CMYK 0.000.220.47   0.25
XYZ34.125433.047116.6367
Yxy33.04710.40720.3943
Hunter Lab57.48665.360223.0820
CIE-Lab64.19909.686531.3525

#be9464 color RGB value is (190,148,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 01100100
Octal 276 224 144
Decimal 190 148 100
Hex BE 94 64

RGB Percentages of Color #be9464

%43.38
%33.79
%22.83

CMYK Percentages of Color #be9464

%0
%22
%47
%25

Triadic Colors of #be9464

#be9464 #64be94 #9464be

Analogous Colors of #be9464

#be9464 #bbbe64 #be6764

Monochromatic Colors of #be9464

#be9464

Complementary Color

#be9464 #648ebe

#be9464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9464 Color CSS Codes

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

#be9464 Text Font Color

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

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


#be9464 Background Color

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

This div background color is #be9464


#be9464 Border Color

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

This div border color is #be9464


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,148,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 #be9464">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9464


Comments

No comments written yet.

Please login to write comment.