Color Hex Logo

#be935f Color Hex

#BE935F
(190,147,95)
0 Favorites   0 Comments

Color spaces of #be935f

RGB 19014795
HSL0.090.420.56
HSV33°50°75°
CMYK 0.000.230.50   0.25
XYZ33.734532.640815.3488
Yxy32.64080.41280.3994
Hunter Lab57.13215.416724.0640
CIE-Lab63.86909.746933.6170

#be935f color RGB value is (190,147,95).

#be935f hex color red value is 190, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #be935f hue: 0.09 , saturation: 0.42 and the lightness value of be935f is 0.56.

The process color (four color CMYK) of #be935f color hex is 0.00, 0.23, 0.50, 0.25. Web safe color of #be935f is #cc9966. Color #be935f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010011 01011111
Octal 276 223 137
Decimal 190 147 95
Hex BE 93 5F

RGB Percentages of Color #be935f

%43.98
%34.03
%21.99

CMYK Percentages of Color #be935f

%0
%23
%50
%25

Triadic Colors of #be935f

#be935f #5fbe93 #935fbe

Analogous Colors of #be935f

#be935f #babe5f #be645f

Monochromatic Colors of #be935f

#be935f

Complementary Color

#be935f #5f8abe

#be935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be935f Color CSS Codes

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

#be935f Text Font Color

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

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


#be935f Background Color

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

This div background color is #be935f


#be935f Border Color

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

This div border color is #be935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be935f


Comments

No comments written yet.

Please login to write comment.