Color Hex Logo

#be806a Color Hex

#BE806A
(190,128,106)
0 Favorites   0 Comments

Color spaces of #be806a

RGB 190128106
HSL0.040.390.58
HSV16°44°75°
CMYK 0.000.330.44   0.25
XYZ31.555927.426117.2663
Yxy27.42610.41390.3597
Hunter Lab52.369915.909117.1111
CIE-Lab59.366721.362521.6888

#be806a color RGB value is (190,128,106).

#be806a hex color red value is 190, green value is 128 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #be806a hue: 0.04 , saturation: 0.39 and the lightness value of be806a is 0.58.

The process color (four color CMYK) of #be806a color hex is 0.00, 0.33, 0.44, 0.25. Web safe color of #be806a is #cc9966. Color #be806a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 01101010
Octal 276 200 152
Decimal 190 128 106
Hex BE 80 6A

RGB Percentages of Color #be806a

%44.81
%30.19
%25.00

CMYK Percentages of Color #be806a

%0
%33
%44
%25

Triadic Colors of #be806a

#be806a #6abe80 #806abe

Analogous Colors of #be806a

#be806a #beaa6a #be6a7e

Monochromatic Colors of #be806a

#be806a

Complementary Color

#be806a #6aa8be

#be806a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be806a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be806a Color CSS Codes

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

#be806a Text Font Color

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

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


#be806a Background Color

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

This div background color is #be806a


#be806a Border Color

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

This div border color is #be806a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be806a


Comments

No comments written yet.

Please login to write comment.