Color Hex Logo

#be812e Color Hex

#BE812E
(190,129,46)
0 Favorites   0 Comments

Color spaces of #be812e

RGB 19012946
HSL0.100.610.46
HSV35°76°75°
CMYK 0.000.320.76   0.25
XYZ29.578626.84496.2074
Yxy26.84490.47230.4286
Hunter Lab51.812111.231429.1651
CIE-Lab58.830516.285752.0436

#be812e color RGB value is (190,129,46).

#be812e hex color red value is 190, green value is 129 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be812e hue: 0.10 , saturation: 0.61 and the lightness value of be812e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 00101110
Octal 276 201 56
Decimal 190 129 46
Hex BE 81 2E

RGB Percentages of Color #be812e

%52.05
%35.34
%12.60

CMYK Percentages of Color #be812e

%0
%32
%76
%25

Triadic Colors of #be812e

#be812e #2ebe81 #812ebe

Analogous Colors of #be812e

#be812e #b3be2e #be392e

Monochromatic Colors of #be812e

#be812e

Complementary Color

#be812e #2e6bbe

#be812e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be812e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be812e Color CSS Codes

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

#be812e Text Font Color

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

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


#be812e Background Color

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

This div background color is #be812e


#be812e Border Color

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

This div border color is #be812e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be812e


Comments

No comments written yet.

Please login to write comment.