Color Hex Logo

#be952f Color Hex

#BE952F
(190,149,47)
0 Favorites   0 Comments

Color spaces of #be952f

RGB 19014947
HSL0.120.600.46
HSV43°75°75°
CMYK 0.000.220.75   0.25
XYZ32.495732.64737.2782
Yxy32.64730.44870.4508
Hunter Lab57.13781.526232.4441
CIE-Lab63.87435.336556.5464

#be952f color RGB value is (190,149,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 00101111
Octal 276 225 57
Decimal 190 149 47
Hex BE 95 2F

RGB Percentages of Color #be952f

%49.22
%38.60
%12.18

CMYK Percentages of Color #be952f

%0
%22
%75
%25

Triadic Colors of #be952f

#be952f #2fbe95 #952fbe

Analogous Colors of #be952f

#be952f #a0be2f #be4e2f

Monochromatic Colors of #be952f

#be952f

Complementary Color

#be952f #2f58be

#be952f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be952f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be952f Color CSS Codes

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

#be952f Text Font Color

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

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


#be952f Background Color

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

This div background color is #be952f


#be952f Border Color

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

This div border color is #be952f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be952f


Comments

No comments written yet.

Please login to write comment.