Color Hex Logo

#beb596 Color Hex

#BEB596
(190,181,150)
0 Favorites   0 Comments

Color spaces of #beb596

RGB 190181150
HSL0.130.240.67
HSV47°21°75°
CMYK 0.000.050.21   0.25
XYZ43.264146.196935.4908
Yxy46.19690.34620.3697
Hunter Lab67.9683-5.323316.6185
CIE-Lab73.6731-1.901016.9676

#beb596 color RGB value is (190,181,150).

#beb596 hex color red value is 190, green value is 181 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #beb596 hue: 0.13 , saturation: 0.24 and the lightness value of beb596 is 0.67.

The process color (four color CMYK) of #beb596 color hex is 0.00, 0.05, 0.21, 0.25. Web safe color of #beb596 is #cccc99. Color #beb596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 10010110
Octal 276 265 226
Decimal 190 181 150
Hex BE B5 96

RGB Percentages of Color #beb596

%36.47
%34.74
%28.79

CMYK Percentages of Color #beb596

%0
%5
%21
%25

Triadic Colors of #beb596

#beb596 #96beb5 #b596be

Analogous Colors of #beb596

#beb596 #b3be96 #bea196

Monochromatic Colors of #beb596

#beb596

Complementary Color

#beb596 #969fbe

#beb596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb596 Color CSS Codes

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

#beb596 Text Font Color

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

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


#beb596 Background Color

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

This div background color is #beb596


#beb596 Border Color

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

This div border color is #beb596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb596


Comments

No comments written yet.

Please login to write comment.