Color Hex Logo

#be7950 Color Hex

#BE7950
(190,121,80)
0 Favorites   0 Comments

Color spaces of #be7950

RGB 19012180
HSL0.060.460.53
HSV22°58°75°
CMYK 0.000.360.58   0.25
XYZ29.520525.201110.8978
Yxy25.20110.44990.3840
Hunter Lab50.200717.115622.2695
CIE-Lab57.270822.786433.4703

#be7950 color RGB value is (190,121,80).

#be7950 hex color red value is 190, green value is 121 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #be7950 hue: 0.06 , saturation: 0.46 and the lightness value of be7950 is 0.53.

The process color (four color CMYK) of #be7950 color hex is 0.00, 0.36, 0.58, 0.25. Web safe color of #be7950 is #cc6666. Color #be7950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 01010000
Octal 276 171 120
Decimal 190 121 80
Hex BE 79 50

RGB Percentages of Color #be7950

%48.59
%30.95
%20.46

CMYK Percentages of Color #be7950

%0
%36
%58
%25

Triadic Colors of #be7950

#be7950 #50be79 #7950be

Analogous Colors of #be7950

#be7950 #beb050 #be505e

Monochromatic Colors of #be7950

#be7950

Complementary Color

#be7950 #5095be

#be7950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7950 Color CSS Codes

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

#be7950 Text Font Color

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

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


#be7950 Background Color

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

This div background color is #be7950


#be7950 Border Color

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

This div border color is #be7950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7950


Comments

No comments written yet.

Please login to write comment.