Color Hex Logo

#be754f Color Hex

#BE754F
(190,117,79)
0 Favorites   0 Comments

Color spaces of #be754f

RGB 19011779
HSL0.060.460.53
HSV21°58°75°
CMYK 0.000.380.58   0.25
XYZ29.007824.234210.5459
Yxy24.23420.45480.3799
Hunter Lab49.228219.031921.7584
CIE-Lab56.321524.906532.8440

#be754f color RGB value is (190,117,79).

#be754f hex color red value is 190, green value is 117 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #be754f hue: 0.06 , saturation: 0.46 and the lightness value of be754f is 0.53.

The process color (four color CMYK) of #be754f color hex is 0.00, 0.38, 0.58, 0.25. Web safe color of #be754f is #cc6666. Color #be754f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 01001111
Octal 276 165 117
Decimal 190 117 79
Hex BE 75 4F

RGB Percentages of Color #be754f

%49.22
%30.31
%20.47

CMYK Percentages of Color #be754f

%0
%38
%58
%25

Triadic Colors of #be754f

#be754f #4fbe75 #754fbe

Analogous Colors of #be754f

#be754f #bead4f #be4f60

Monochromatic Colors of #be754f

#be754f

Complementary Color

#be754f #4f98be

#be754f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be754f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be754f Color CSS Codes

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

#be754f Text Font Color

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

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


#be754f Background Color

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

This div background color is #be754f


#be754f Border Color

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

This div border color is #be754f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be754f


Comments

No comments written yet.

Please login to write comment.