Color Hex Logo

#be955a Color Hex

#BE955A
(190,149,90)
0 Favorites   0 Comments

Color spaces of #be955a

RGB 19014990
HSL0.100.430.55
HSV35°53°75°
CMYK 0.000.220.53   0.25
XYZ33.828133.180214.2943
Yxy33.18020.41610.4081
Hunter Lab57.60234.023825.6085
CIE-Lab64.30668.188036.8119

#be955a color RGB value is (190,149,90).

#be955a hex color red value is 190, green value is 149 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #be955a hue: 0.10 , saturation: 0.43 and the lightness value of be955a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 01011010
Octal 276 225 132
Decimal 190 149 90
Hex BE 95 5A

RGB Percentages of Color #be955a

%44.29
%34.73
%20.98

CMYK Percentages of Color #be955a

%0
%22
%53
%25

Triadic Colors of #be955a

#be955a #5abe95 #955abe

Analogous Colors of #be955a

#be955a #b5be5a #be635a

Monochromatic Colors of #be955a

#be955a

Complementary Color

#be955a #5a83be

#be955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be955a Color CSS Codes

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

#be955a Text Font Color

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

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


#be955a Background Color

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

This div background color is #be955a


#be955a Border Color

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

This div border color is #be955a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be955a


Comments

No comments written yet.

Please login to write comment.