Color Hex Logo

#be6950 Color Hex

#BE6950
(190,105,80)
0 Favorites   0 Comments

Color spaces of #be6950

RGB 19010580
HSL0.040.460.53
HSV14°58°75°
CMYK 0.000.450.58   0.25
XYZ27.734721.629510.3025
Yxy21.62950.46480.3625
Hunter Lab46.507525.060119.4212
CIE-Lab53.631731.502128.9184

#be6950 color RGB value is (190,105,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 01010000
Octal 276 151 120
Decimal 190 105 80
Hex BE 69 50

RGB Percentages of Color #be6950

%50.67
%28.00
%21.33

CMYK Percentages of Color #be6950

%0
%45
%58
%25

Triadic Colors of #be6950

#be6950 #50be69 #6950be

Analogous Colors of #be6950

#be6950 #bea050 #be506e

Monochromatic Colors of #be6950

#be6950

Complementary Color

#be6950 #50a5be

#be6950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6950 Color CSS Codes

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

#be6950 Text Font Color

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

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


#be6950 Background Color

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

This div background color is #be6950


#be6950 Border Color

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

This div border color is #be6950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6950


Comments

No comments written yet.

Please login to write comment.