Color Hex Logo

#beb19b Color Hex

#BEB19B
(190,177,155)
0 Favorites   0 Comments

Color spaces of #beb19b

RGB 190177155
HSL0.100.210.68
HSV38°18°75°
CMYK 0.000.070.18   0.25
XYZ42.873744.758037.3898
Yxy44.75800.34290.3580
Hunter Lab66.9014-2.686013.6951
CIE-Lab72.73230.994112.9330

#beb19b color RGB value is (190,177,155).

#beb19b hex color red value is 190, green value is 177 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #beb19b hue: 0.10 , saturation: 0.21 and the lightness value of beb19b is 0.68.

The process color (four color CMYK) of #beb19b color hex is 0.00, 0.07, 0.18, 0.25. Web safe color of #beb19b is #cc9999. Color #beb19b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 10011011
Octal 276 261 233
Decimal 190 177 155
Hex BE B1 9B

RGB Percentages of Color #beb19b

%36.40
%33.91
%29.69

CMYK Percentages of Color #beb19b

%0
%7
%18
%25

Triadic Colors of #beb19b

#beb19b #9bbeb1 #b19bbe

Analogous Colors of #beb19b

#beb19b #babe9b #bea09b

Monochromatic Colors of #beb19b

#beb19b

Complementary Color

#beb19b #9ba8be

#beb19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb19b Color CSS Codes

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

#beb19b Text Font Color

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

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


#beb19b Background Color

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

This div background color is #beb19b


#beb19b Border Color

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

This div border color is #beb19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb19b


Comments

No comments written yet.

Please login to write comment.