Color Hex Logo

#be846f Color Hex

#BE846F
(190,132,111)
0 Favorites   0 Comments

Color spaces of #be846f

RGB 190132111
HSL0.040.380.59
HSV16°42°75°
CMYK 0.000.310.42   0.25
XYZ32.355728.597418.8534
Yxy28.59740.40540.3583
Hunter Lab53.476514.416616.5306
CIE-Lab60.424719.702920.2928

#be846f color RGB value is (190,132,111).

#be846f hex color red value is 190, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be846f hue: 0.04 , saturation: 0.38 and the lightness value of be846f is 0.59.

The process color (four color CMYK) of #be846f color hex is 0.00, 0.31, 0.42, 0.25. Web safe color of #be846f is #cc9966. Color #be846f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 01101111
Octal 276 204 157
Decimal 190 132 111
Hex BE 84 6F

RGB Percentages of Color #be846f

%43.88
%30.48
%25.64

CMYK Percentages of Color #be846f

%0
%31
%42
%25

Triadic Colors of #be846f

#be846f #6fbe84 #846fbe

Analogous Colors of #be846f

#be846f #beac6f #be6f82

Monochromatic Colors of #be846f

#be846f

Complementary Color

#be846f #6fa9be

#be846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be846f Color CSS Codes

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

#be846f Text Font Color

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

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


#be846f Background Color

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

This div background color is #be846f


#be846f Border Color

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

This div border color is #be846f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be846f


Comments

No comments written yet.

Please login to write comment.