Color Hex Logo

#be944d Color Hex

#BE944D
(190,148,77)
0 Favorites   0 Comments

Color spaces of #be944d

RGB 19014877
HSL0.100.470.52
HSV38°59°75°
CMYK 0.000.220.59   0.25
XYZ33.164732.662811.5778
Yxy32.66280.42850.4220
Hunter Lab57.15143.567927.9949
CIE-Lab63.88697.665142.9848

#be944d color RGB value is (190,148,77).

#be944d hex color red value is 190, green value is 148 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #be944d hue: 0.10 , saturation: 0.47 and the lightness value of be944d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 01001101
Octal 276 224 115
Decimal 190 148 77
Hex BE 94 4D

RGB Percentages of Color #be944d

%45.78
%35.66
%18.55

CMYK Percentages of Color #be944d

%0
%22
%59
%25

Triadic Colors of #be944d

#be944d #4dbe94 #944dbe

Analogous Colors of #be944d

#be944d #b0be4d #be5c4d

Monochromatic Colors of #be944d

#be944d

Complementary Color

#be944d #4d77be

#be944d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be944d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be944d Color CSS Codes

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

#be944d Text Font Color

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

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


#be944d Background Color

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

This div background color is #be944d


#be944d Border Color

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

This div border color is #be944d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be944d


Comments

No comments written yet.

Please login to write comment.