Color Hex Logo

#beb249 Color Hex

#BEB249
(190,178,73)
0 Favorites   0 Comments

Color spaces of #beb249

RGB 19017873
HSL0.150.470.52
HSV54°62°75°
CMYK 0.000.060.62   0.25
XYZ38.358243.269012.6334
Yxy43.26900.40690.4590
Hunter Lab65.7792-11.023834.6583
CIE-Lab71.7372-8.681353.7233

#beb249 color RGB value is (190,178,73).

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

The process color (four color CMYK) of #beb249 color hex is 0.00, 0.06, 0.62, 0.25. Web safe color of #beb249 is #cc9933. Color #beb249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01001001
Octal 276 262 111
Decimal 190 178 73
Hex BE B2 49

RGB Percentages of Color #beb249

%43.08
%40.36
%16.55

CMYK Percentages of Color #beb249

%0
%6
%62
%25

Triadic Colors of #beb249

#beb249 #49beb2 #b249be

Analogous Colors of #beb249

#beb249 #90be49 #be7849

Monochromatic Colors of #beb249

#beb249

Complementary Color

#beb249 #4955be

#beb249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb249 Color CSS Codes

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

#beb249 Text Font Color

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

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


#beb249 Background Color

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

This div background color is #beb249


#beb249 Border Color

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

This div border color is #beb249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb249


Comments

No comments written yet.

Please login to write comment.