Color Hex Logo

#be835a Color Hex

#BE835A
(190,131,90)
0 Favorites   0 Comments

Color spaces of #be835a

RGB 19013190
HSL0.070.430.55
HSV25°53°75°
CMYK 0.000.310.53   0.25
XYZ31.197027.917913.4173
Yxy27.91790.43010.3849
Hunter Lab52.837412.927121.9303
CIE-Lab59.814518.114731.1898

#be835a color RGB value is (190,131,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000011 01011010
Octal 276 203 132
Decimal 190 131 90
Hex BE 83 5A

RGB Percentages of Color #be835a

%46.23
%31.87
%21.90

CMYK Percentages of Color #be835a

%0
%31
%53
%25

Triadic Colors of #be835a

#be835a #5abe83 #835abe

Analogous Colors of #be835a

#be835a #beb55a #be5a63

Monochromatic Colors of #be835a

#be835a

Complementary Color

#be835a #5a95be

#be835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be835a Color CSS Codes

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

#be835a Text Font Color

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

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


#be835a Background Color

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

This div background color is #be835a


#be835a Border Color

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

This div border color is #be835a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be835a


Comments

No comments written yet.

Please login to write comment.