Color Hex Logo

#beb099 Color Hex

#BEB099
(190,176,153)
0 Favorites   0 Comments

Color spaces of #beb099

RGB 190176153
HSL0.100.220.67
HSV37°19°75°
CMYK 0.000.070.19   0.25
XYZ42.510344.297736.4468
Yxy44.29770.34490.3594
Hunter Lab66.5565-2.464214.1220
CIE-Lab72.42701.223213.5942

#beb099 color RGB value is (190,176,153).

#beb099 hex color red value is 190, green value is 176 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #beb099 hue: 0.10 , saturation: 0.22 and the lightness value of beb099 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 10011001
Octal 276 260 231
Decimal 190 176 153
Hex BE B0 99

RGB Percentages of Color #beb099

%36.61
%33.91
%29.48

CMYK Percentages of Color #beb099

%0
%7
%19
%25

Triadic Colors of #beb099

#beb099 #99beb0 #b099be

Analogous Colors of #beb099

#beb099 #babe99 #be9e99

Monochromatic Colors of #beb099

#beb099

Complementary Color

#beb099 #99a7be

#beb099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb099 Color CSS Codes

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

#beb099 Text Font Color

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

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


#beb099 Background Color

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

This div background color is #beb099


#beb099 Border Color

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

This div border color is #beb099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb099


Comments

No comments written yet.

Please login to write comment.