Color Hex Logo

#beb36f Color Hex

#BEB36F
(190,179,111)
0 Favorites   0 Comments

Color spaces of #beb36f

RGB 190179111
HSL0.140.380.59
HSV52°42°75°
CMYK 0.000.060.42   0.25
XYZ40.224544.335021.4764
Yxy44.33500.37930.4181
Hunter Lab66.5845-8.689027.4856
CIE-Lab72.4518-5.863936.0824

#beb36f color RGB value is (190,179,111).

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

The process color (four color CMYK) of #beb36f color hex is 0.00, 0.06, 0.42, 0.25. Web safe color of #beb36f is #cccc66. Color #beb36f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 01101111
Octal 276 263 157
Decimal 190 179 111
Hex BE B3 6F

RGB Percentages of Color #beb36f

%39.58
%37.29
%23.13

CMYK Percentages of Color #beb36f

%0
%6
%42
%25

Triadic Colors of #beb36f

#beb36f #6fbeb3 #b36fbe

Analogous Colors of #beb36f

#beb36f #a2be6f #be8c6f

Monochromatic Colors of #beb36f

#beb36f

Complementary Color

#beb36f #6f7abe

#beb36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb36f Color CSS Codes

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

#beb36f Text Font Color

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

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


#beb36f Background Color

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

This div background color is #beb36f


#beb36f Border Color

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

This div border color is #beb36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb36f


Comments

No comments written yet.

Please login to write comment.