Color Hex Logo

#be716c Color Hex

#BE716C
(190,113,108)
0 Favorites   0 Comments

Color spaces of #be716c

RGB 190113108
HSL0.010.390.58
HSV43°75°
CMYK 0.000.410.43   0.25
XYZ29.847123.840117.2158
Yxy23.84010.42100.3362
Hunter Lab48.826323.669413.2732
CIE-Lab55.927329.821515.8645

#be716c color RGB value is (190,113,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 01101100
Octal 276 161 154
Decimal 190 113 108
Hex BE 71 6C

RGB Percentages of Color #be716c

%46.23
%27.49
%26.28

CMYK Percentages of Color #be716c

%0
%41
%43
%25

Triadic Colors of #be716c

#be716c #6cbe71 #716cbe

Analogous Colors of #be716c

#be716c #be9a6c #be6c90

Monochromatic Colors of #be716c

#be716c

Complementary Color

#be716c #6cb9be

#be716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be716c Color CSS Codes

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

#be716c Text Font Color

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

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


#be716c Background Color

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

This div background color is #be716c


#be716c Border Color

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

This div border color is #be716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be716c


Comments

No comments written yet.

Please login to write comment.