Color Hex Logo

#be895f Color Hex

#BE895F
(190,137,95)
0 Favorites   0 Comments

Color spaces of #be895f

RGB 19013795
HSL0.070.420.56
HSV27°50°75°
CMYK 0.000.280.50   0.25
XYZ32.246429.664714.8528
Yxy29.66470.42010.3864
Hunter Lab54.465310.367321.9572
CIE-Lab61.363815.261230.4312

#be895f color RGB value is (190,137,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 01011111
Octal 276 211 137
Decimal 190 137 95
Hex BE 89 5F

RGB Percentages of Color #be895f

%45.02
%32.46
%22.51

CMYK Percentages of Color #be895f

%0
%28
%50
%25

Triadic Colors of #be895f

#be895f #5fbe89 #895fbe

Analogous Colors of #be895f

#be895f #beb95f #be5f65

Monochromatic Colors of #be895f

#be895f

Complementary Color

#be895f #5f94be

#be895f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be895f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be895f Color CSS Codes

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

#be895f Text Font Color

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

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


#be895f Background Color

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

This div background color is #be895f


#be895f Border Color

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

This div border color is #be895f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be895f


Comments

No comments written yet.

Please login to write comment.