Color Hex Logo

#be846d Color Hex

#BE846D
(190,132,109)
0 Favorites   0 Comments

Color spaces of #be846d

RGB 190132109
HSL0.050.380.59
HSV17°43°75°
CMYK 0.000.310.43   0.25
XYZ32.246828.553818.2798
Yxy28.55380.40780.3611
Hunter Lab53.435814.206617.1226
CIE-Lab60.385819.478321.3679

#be846d color RGB value is (190,132,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 01101101
Octal 276 204 155
Decimal 190 132 109
Hex BE 84 6D

RGB Percentages of Color #be846d

%44.08
%30.63
%25.29

CMYK Percentages of Color #be846d

%0
%31
%43
%25

Triadic Colors of #be846d

#be846d #6dbe84 #846dbe

Analogous Colors of #be846d

#be846d #bead6d #be6d7f

Monochromatic Colors of #be846d

#be846d

Complementary Color

#be846d #6da7be

#be846d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be846d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be846d Color CSS Codes

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

#be846d Text Font Color

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

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


#be846d Background Color

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

This div background color is #be846d


#be846d Border Color

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

This div border color is #be846d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be846d


Comments

No comments written yet.

Please login to write comment.