Color Hex Logo

#be796c Color Hex

#BE796C
(190,121,108)
0 Favorites   0 Comments

Color spaces of #be796c

RGB 190121108
HSL0.030.390.58
HSV10°43°75°
CMYK 0.000.360.43   0.25
XYZ30.779425.704617.5266
Yxy25.70460.41590.3473
Hunter Lab50.699719.641514.9936
CIE-Lab57.755625.443418.3697

#be796c color RGB value is (190,121,108).

#be796c hex color red value is 190, green value is 121 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #be796c hue: 0.03 , saturation: 0.39 and the lightness value of be796c is 0.58.

The process color (four color CMYK) of #be796c color hex is 0.00, 0.36, 0.43, 0.25. Web safe color of #be796c is #cc6666. Color #be796c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 01101100
Octal 276 171 154
Decimal 190 121 108
Hex BE 79 6C

RGB Percentages of Color #be796c

%45.35
%28.88
%25.78

CMYK Percentages of Color #be796c

%0
%36
%43
%25

Triadic Colors of #be796c

#be796c #6cbe79 #796cbe

Analogous Colors of #be796c

#be796c #bea26c #be6c88

Monochromatic Colors of #be796c

#be796c

Complementary Color

#be796c #6cb1be

#be796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be796c Color CSS Codes

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

#be796c Text Font Color

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

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


#be796c Background Color

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

This div background color is #be796c


#be796c Border Color

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

This div border color is #be796c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be796c


Comments

No comments written yet.

Please login to write comment.