Color Hex Logo

#be8133 Color Hex

#BE8133
(190,129,51)
0 Favorites   0 Comments

Color spaces of #be8133

RGB 19012951
HSL0.090.580.47
HSV34°73°75°
CMYK 0.000.320.73   0.25
XYZ29.683026.88676.7572
Yxy26.88670.46870.4246
Hunter Lab51.852411.441028.5702
CIE-Lab58.869316.516649.9020

#be8133 color RGB value is (190,129,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 00110011
Octal 276 201 63
Decimal 190 129 51
Hex BE 81 33

RGB Percentages of Color #be8133

%51.35
%34.86
%13.78

CMYK Percentages of Color #be8133

%0
%32
%73
%25

Triadic Colors of #be8133

#be8133 #33be81 #8133be

Analogous Colors of #be8133

#be8133 #b6be33 #be3c33

Monochromatic Colors of #be8133

#be8133

Complementary Color

#be8133 #3370be

#be8133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8133 Color CSS Codes

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

#be8133 Text Font Color

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

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


#be8133 Background Color

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

This div background color is #be8133


#be8133 Border Color

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

This div border color is #be8133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8133


Comments

No comments written yet.

Please login to write comment.