Color Hex Logo

#beb361 Color Hex

#BEB361
(190,179,97)
0 Favorites   0 Comments

Color spaces of #beb361

RGB 19017997
HSL0.150.420.56
HSV53°49°75°
CMYK 0.000.060.49   0.25
XYZ39.513044.050417.7293
Yxy44.05040.39010.4349
Hunter Lab66.3705-9.880130.6214
CIE-Lab72.2622-7.272842.9633

#beb361 color RGB value is (190,179,97).

#beb361 hex color red value is 190, green value is 179 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #beb361 hue: 0.15 , saturation: 0.42 and the lightness value of beb361 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 01100001
Octal 276 263 141
Decimal 190 179 97
Hex BE B3 61

RGB Percentages of Color #beb361

%40.77
%38.41
%20.82

CMYK Percentages of Color #beb361

%0
%6
%49
%25

Triadic Colors of #beb361

#beb361 #61beb3 #b361be

Analogous Colors of #beb361

#beb361 #9bbe61 #be8561

Monochromatic Colors of #beb361

#beb361

Complementary Color

#beb361 #616cbe

#beb361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb361 Color CSS Codes

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

#beb361 Text Font Color

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

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


#beb361 Background Color

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

This div background color is #beb361


#beb361 Border Color

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

This div border color is #beb361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb361


Comments

No comments written yet.

Please login to write comment.