Color Hex Logo

#beb77e Color Hex

#BEB77E
(190,183,126)
0 Favorites   0 Comments

Color spaces of #beb77e

RGB 190183126
HSL0.150.330.62
HSV53°34°75°
CMYK 0.000.040.34   0.25
XYZ41.934646.320526.4692
Yxy46.32050.36550.4038
Hunter Lab68.0592-9.120924.5827
CIE-Lab73.7530-6.226229.9248

#beb77e color RGB value is (190,183,126).

#beb77e hex color red value is 190, green value is 183 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #beb77e hue: 0.15 , saturation: 0.33 and the lightness value of beb77e is 0.62.

The process color (four color CMYK) of #beb77e color hex is 0.00, 0.04, 0.34, 0.25. Web safe color of #beb77e is #cccc66. Color #beb77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 01111110
Octal 276 267 176
Decimal 190 183 126
Hex BE B7 7E

RGB Percentages of Color #beb77e

%38.08
%36.67
%25.25

CMYK Percentages of Color #beb77e

%0
%4
%34
%25

Triadic Colors of #beb77e

#beb77e #7ebeb7 #b77ebe

Analogous Colors of #beb77e

#beb77e #a5be7e #be977e

Monochromatic Colors of #beb77e

#beb77e

Complementary Color

#beb77e #7e85be

#beb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb77e Color CSS Codes

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

#beb77e Text Font Color

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

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


#beb77e Background Color

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

This div background color is #beb77e


#beb77e Border Color

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

This div border color is #beb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb77e


Comments

No comments written yet.

Please login to write comment.