Color Hex Logo

#be813c Color Hex

#BE813C
(190,129,60)
0 Favorites   0 Comments

Color spaces of #be813c

RGB 19012960
HSL0.090.520.49
HSV32°68°75°
CMYK 0.000.320.68   0.25
XYZ29.901126.97397.9055
Yxy26.97390.46160.4164
Hunter Lab51.936411.878327.3307
CIE-Lab58.950216.996945.7885

#be813c color RGB value is (190,129,60).

#be813c hex color red value is 190, green value is 129 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #be813c hue: 0.09 , saturation: 0.52 and the lightness value of be813c is 0.49.

The process color (four color CMYK) of #be813c color hex is 0.00, 0.32, 0.68, 0.25. Web safe color of #be813c is #cc9933. Color #be813c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 00111100
Octal 276 201 74
Decimal 190 129 60
Hex BE 81 3C

RGB Percentages of Color #be813c

%50.13
%34.04
%15.83

CMYK Percentages of Color #be813c

%0
%32
%68
%25

Triadic Colors of #be813c

#be813c #3cbe81 #813cbe

Analogous Colors of #be813c

#be813c #babe3c #be403c

Monochromatic Colors of #be813c

#be813c

Complementary Color

#be813c #3c79be

#be813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be813c Color CSS Codes

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

#be813c Text Font Color

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

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


#be813c Background Color

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

This div background color is #be813c


#be813c Border Color

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

This div border color is #be813c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be813c


Comments

No comments written yet.

Please login to write comment.