Color Hex Logo

#be865a Color Hex

#BE865A
(190,134,90)
0 Favorites   0 Comments

Color spaces of #be865a

RGB 19013490
HSL0.070.430.55
HSV26°53°75°
CMYK 0.000.290.53   0.25
XYZ31.605828.735513.5536
Yxy28.73550.42770.3889
Hunter Lab53.605511.434022.5330
CIE-Lab60.547516.455232.1177

#be865a color RGB value is (190,134,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 01011010
Octal 276 206 132
Decimal 190 134 90
Hex BE 86 5A

RGB Percentages of Color #be865a

%45.89
%32.37
%21.74

CMYK Percentages of Color #be865a

%0
%29
%53
%25

Triadic Colors of #be865a

#be865a #5abe86 #865abe

Analogous Colors of #be865a

#be865a #beb85a #be5a60

Monochromatic Colors of #be865a

#be865a

Complementary Color

#be865a #5a92be

#be865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be865a Color CSS Codes

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

#be865a Text Font Color

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

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


#be865a Background Color

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

This div background color is #be865a


#be865a Border Color

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

This div border color is #be865a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be865a


Comments

No comments written yet.

Please login to write comment.