Color Hex Logo

#beb977 Color Hex

#BEB977
(190,185,119)
0 Favorites   0 Comments

Color spaces of #beb977

RGB 190185119
HSL0.150.350.61
HSV56°37°75°
CMYK 0.000.030.37   0.25
XYZ41.913946.977024.3111
Yxy46.97700.37030.4150
Hunter Lab68.5398-10.787126.9476
CIE-Lab74.1751-8.108034.1414

#beb977 color RGB value is (190,185,119).

#beb977 hex color red value is 190, green value is 185 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #beb977 hue: 0.15 , saturation: 0.35 and the lightness value of beb977 is 0.61.

The process color (four color CMYK) of #beb977 color hex is 0.00, 0.03, 0.37, 0.25. Web safe color of #beb977 is #cccc66. Color #beb977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01110111
Octal 276 271 167
Decimal 190 185 119
Hex BE B9 77

RGB Percentages of Color #beb977

%38.46
%37.45
%24.09

CMYK Percentages of Color #beb977

%0
%3
%37
%25

Triadic Colors of #beb977

#beb977 #77beb9 #b977be

Analogous Colors of #beb977

#beb977 #a0be77 #be9677

Monochromatic Colors of #beb977

#beb977

Complementary Color

#beb977 #777cbe

#beb977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb977 Color CSS Codes

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

#beb977 Text Font Color

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

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


#beb977 Background Color

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

This div background color is #beb977


#beb977 Border Color

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

This div border color is #beb977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb977


Comments

No comments written yet.

Please login to write comment.