Color Hex Logo

#beb949 Color Hex

#BEB949
(190,185,73)
0 Favorites   0 Comments

Color spaces of #beb949

RGB 19018573
HSL0.160.470.52
HSV57°62°75°
CMYK 0.000.030.62   0.25
XYZ39.786846.126113.1096
Yxy46.12610.40180.4658
Hunter Lab67.9162-14.284136.0968
CIE-Lab73.6273-12.297055.7716

#beb949 color RGB value is (190,185,73).

#beb949 hex color red value is 190, green value is 185 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #beb949 hue: 0.16 , saturation: 0.47 and the lightness value of beb949 is 0.52.

The process color (four color CMYK) of #beb949 color hex is 0.00, 0.03, 0.62, 0.25. Web safe color of #beb949 is #cccc33. Color #beb949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01001001
Octal 276 271 111
Decimal 190 185 73
Hex BE B9 49

RGB Percentages of Color #beb949

%42.41
%41.29
%16.29

CMYK Percentages of Color #beb949

%0
%3
%62
%25

Triadic Colors of #beb949

#beb949 #49beb9 #b949be

Analogous Colors of #beb949

#beb949 #89be49 #be7f49

Monochromatic Colors of #beb949

#beb949

Complementary Color

#beb949 #494ebe

#beb949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb949 Color CSS Codes

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

#beb949 Text Font Color

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

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


#beb949 Background Color

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

This div background color is #beb949


#beb949 Border Color

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

This div border color is #beb949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb949


Comments

No comments written yet.

Please login to write comment.