Color Hex Logo

#beb291 Color Hex

#BEB291
(190,178,145)
0 Favorites   0 Comments

Color spaces of #beb291

RGB 190178145
HSL0.120.260.66
HSV44°24°75°
CMYK 0.000.060.24   0.25
XYZ42.266444.832333.2139
Yxy44.83230.35130.3726
Hunter Lab66.9569-4.496917.4591
CIE-Lab72.7813-1.036618.4388

#beb291 color RGB value is (190,178,145).

#beb291 hex color red value is 190, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #beb291 hue: 0.12 , saturation: 0.26 and the lightness value of beb291 is 0.66.

The process color (four color CMYK) of #beb291 color hex is 0.00, 0.06, 0.24, 0.25. Web safe color of #beb291 is #cc9999. Color #beb291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 10010001
Octal 276 262 221
Decimal 190 178 145
Hex BE B2 91

RGB Percentages of Color #beb291

%37.04
%34.70
%28.27

CMYK Percentages of Color #beb291

%0
%6
%24
%25

Triadic Colors of #beb291

#beb291 #91beb2 #b291be

Analogous Colors of #beb291

#beb291 #b4be91 #be9c91

Monochromatic Colors of #beb291

#beb291

Complementary Color

#beb291 #919dbe

#beb291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb291 Color CSS Codes

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

#beb291 Text Font Color

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

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


#beb291 Background Color

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

This div background color is #beb291


#beb291 Border Color

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

This div border color is #beb291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb291


Comments

No comments written yet.

Please login to write comment.