Color Hex Logo

#beb047 Color Hex

#BEB047
(190,176,71)
0 Favorites   0 Comments

Color spaces of #beb047

RGB 19017671
HSL0.150.480.51
HSV53°63°75°
CMYK 0.000.070.63   0.25
XYZ37.897942.452712.1580
Yxy42.45270.40970.4589
Hunter Lab65.1557-10.197834.5456
CIE-Lab71.1819-7.771954.0053

#beb047 color RGB value is (190,176,71).

#beb047 hex color red value is 190, green value is 176 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #beb047 hue: 0.15 , saturation: 0.48 and the lightness value of beb047 is 0.51.

The process color (four color CMYK) of #beb047 color hex is 0.00, 0.07, 0.63, 0.25. Web safe color of #beb047 is #cc9933. Color #beb047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01000111
Octal 276 260 107
Decimal 190 176 71
Hex BE B0 47

RGB Percentages of Color #beb047

%43.48
%40.27
%16.25

CMYK Percentages of Color #beb047

%0
%7
%63
%25

Triadic Colors of #beb047

#beb047 #47beb0 #b047be

Analogous Colors of #beb047

#beb047 #91be47 #be7547

Monochromatic Colors of #beb047

#beb047

Complementary Color

#beb047 #4755be

#beb047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb047 Color CSS Codes

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

#beb047 Text Font Color

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

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


#beb047 Background Color

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

This div background color is #beb047


#beb047 Border Color

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

This div border color is #beb047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb047


Comments

No comments written yet.

Please login to write comment.