Color Hex Logo

#be9644 Color Hex

#BE9644
(190,150,68)
0 Favorites   0 Comments

Color spaces of #be9644

RGB 19015068
HSL0.110.480.51
HSV40°64°75°
CMYK 0.000.210.64   0.25
XYZ33.184933.177210.1236
Yxy33.17720.43390.4338
Hunter Lab57.59972.039829.8991
CIE-Lab64.30415.938347.8498

#be9644 color RGB value is (190,150,68).

#be9644 hex color red value is 190, green value is 150 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #be9644 hue: 0.11 , saturation: 0.48 and the lightness value of be9644 is 0.51.

The process color (four color CMYK) of #be9644 color hex is 0.00, 0.21, 0.64, 0.25. Web safe color of #be9644 is #cc9933. Color #be9644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 01000100
Octal 276 226 104
Decimal 190 150 68
Hex BE 96 44

RGB Percentages of Color #be9644

%46.57
%36.76
%16.67

CMYK Percentages of Color #be9644

%0
%21
%64
%25

Triadic Colors of #be9644

#be9644 #44be96 #9644be

Analogous Colors of #be9644

#be9644 #a9be44 #be5944

Monochromatic Colors of #be9644

#be9644

Complementary Color

#be9644 #446cbe

#be9644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9644 Color CSS Codes

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

#be9644 Text Font Color

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

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


#be9644 Background Color

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

This div background color is #be9644


#be9644 Border Color

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

This div border color is #be9644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9644


Comments

No comments written yet.

Please login to write comment.