Color Hex Logo

#be716a Color Hex

#BE716A
(190,113,106)
0 Favorites   0 Comments

Color spaces of #be716a

RGB 190113106
HSL0.010.390.58
HSV44°75°
CMYK 0.000.410.44   0.25
XYZ29.741923.798016.6616
Yxy23.79800.42370.3390
Hunter Lab48.783223.456413.8981
CIE-Lab55.885029.604316.9646

#be716a color RGB value is (190,113,106).

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

The process color (four color CMYK) of #be716a color hex is 0.00, 0.41, 0.44, 0.25. Web safe color of #be716a is #cc6666. Color #be716a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 01101010
Octal 276 161 152
Decimal 190 113 106
Hex BE 71 6A

RGB Percentages of Color #be716a

%46.45
%27.63
%25.92

CMYK Percentages of Color #be716a

%0
%41
%44
%25

Triadic Colors of #be716a

#be716a #6abe71 #716abe

Analogous Colors of #be716a

#be716a #be9b6a #be6a8d

Monochromatic Colors of #be716a

#be716a

Complementary Color

#be716a #6ab7be

#be716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be716a Color CSS Codes

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

#be716a Text Font Color

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

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


#be716a Background Color

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

This div background color is #be716a


#be716a Border Color

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

This div border color is #be716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be716a


Comments

No comments written yet.

Please login to write comment.