Color Hex Logo

#be685f Color Hex

#BE685F
(190,104,95)
0 Favorites   0 Comments

Color spaces of #be685f

RGB 19010495
HSL0.020.420.56
HSV50°75°
CMYK 0.000.450.50   0.25
XYZ28.251121.674013.5210
Yxy21.67400.44530.3416
Hunter Lab46.555326.847015.3692
CIE-Lab53.679433.342020.3563

#be685f color RGB value is (190,104,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 01011111
Octal 276 150 137
Decimal 190 104 95
Hex BE 68 5F

RGB Percentages of Color #be685f

%48.84
%26.74
%24.42

CMYK Percentages of Color #be685f

%0
%45
%50
%25

Triadic Colors of #be685f

#be685f #5fbe68 #685fbe

Analogous Colors of #be685f

#be685f #be985f #be5f86

Monochromatic Colors of #be685f

#be685f

Complementary Color

#be685f #5fb5be

#be685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be685f Color CSS Codes

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

#be685f Text Font Color

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

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


#be685f Background Color

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

This div background color is #be685f


#be685f Border Color

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

This div border color is #be685f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be685f


Comments

No comments written yet.

Please login to write comment.