Color Hex Logo

#be842f Color Hex

#BE842F
(190,132,47)
0 Favorites   0 Comments

Color spaces of #be842f

RGB 19013247
HSL0.100.600.46
HSV36°75°75°
CMYK 0.000.310.75   0.25
XYZ29.999627.65496.4461
Yxy27.65490.46800.4314
Hunter Lab52.58799.799229.5439
CIE-Lab59.575714.673752.3542

#be842f color RGB value is (190,132,47).

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

The process color (four color CMYK) of #be842f color hex is 0.00, 0.31, 0.75, 0.25. Web safe color of #be842f is #cc9933. Color #be842f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 00101111
Octal 276 204 57
Decimal 190 132 47
Hex BE 84 2F

RGB Percentages of Color #be842f

%51.49
%35.77
%12.74

CMYK Percentages of Color #be842f

%0
%31
%75
%25

Triadic Colors of #be842f

#be842f #2fbe84 #842fbe

Analogous Colors of #be842f

#be842f #b1be2f #be3d2f

Monochromatic Colors of #be842f

#be842f

Complementary Color

#be842f #2f69be

#be842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be842f Color CSS Codes

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

#be842f Text Font Color

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

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


#be842f Background Color

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

This div background color is #be842f


#be842f Border Color

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

This div border color is #be842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be842f


Comments

No comments written yet.

Please login to write comment.