Color Hex Logo

#beb16f Color Hex

#BEB16F
(190,177,111)
0 Favorites   0 Comments

Color spaces of #beb16f

RGB 190177111
HSL0.140.380.59
HSV50°42°75°
CMYK 0.000.070.42   0.25
XYZ39.826643.539121.3437
Yxy43.53910.38040.4158
Hunter Lab65.9842-7.733627.0106
CIE-Lab71.9194-4.810535.4046

#beb16f color RGB value is (190,177,111).

#beb16f hex color red value is 190, green value is 177 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #beb16f hue: 0.14 , saturation: 0.38 and the lightness value of beb16f is 0.59.

The process color (four color CMYK) of #beb16f color hex is 0.00, 0.07, 0.42, 0.25. Web safe color of #beb16f is #cc9966. Color #beb16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 01101111
Octal 276 261 157
Decimal 190 177 111
Hex BE B1 6F

RGB Percentages of Color #beb16f

%39.75
%37.03
%23.22

CMYK Percentages of Color #beb16f

%0
%7
%42
%25

Triadic Colors of #beb16f

#beb16f #6fbeb1 #b16fbe

Analogous Colors of #beb16f

#beb16f #a4be6f #be8a6f

Monochromatic Colors of #beb16f

#beb16f

Complementary Color

#beb16f #6f7cbe

#beb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb16f Color CSS Codes

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

#beb16f Text Font Color

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

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


#beb16f Background Color

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

This div background color is #beb16f


#beb16f Border Color

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

This div border color is #beb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb16f


Comments

No comments written yet.

Please login to write comment.