Color Hex Logo

#be9053 Color Hex

#BE9053
(190,144,83)
0 Favorites   0 Comments

Color spaces of #be9053

RGB 19014483
HSL0.100.450.54
HSV34°56°75°
CMYK 0.000.240.56   0.25
XYZ32.769831.518212.5401
Yxy31.51820.42650.4102
Hunter Lab56.14115.944426.0553
CIE-Lab62.942710.332538.8011

#be9053 color RGB value is (190,144,83).

#be9053 hex color red value is 190, green value is 144 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #be9053 hue: 0.10 , saturation: 0.45 and the lightness value of be9053 is 0.54.

The process color (four color CMYK) of #be9053 color hex is 0.00, 0.24, 0.56, 0.25. Web safe color of #be9053 is #cc9966. Color #be9053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 01010011
Octal 276 220 123
Decimal 190 144 83
Hex BE 90 53

RGB Percentages of Color #be9053

%45.56
%34.53
%19.90

CMYK Percentages of Color #be9053

%0
%24
%56
%25

Triadic Colors of #be9053

#be9053 #53be90 #9053be

Analogous Colors of #be9053

#be9053 #b7be53 #be5b53

Monochromatic Colors of #be9053

#be9053

Complementary Color

#be9053 #5381be

#be9053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9053 Color CSS Codes

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

#be9053 Text Font Color

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

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


#be9053 Background Color

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

This div background color is #be9053


#be9053 Border Color

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

This div border color is #be9053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9053


Comments

No comments written yet.

Please login to write comment.