Color Hex Logo

#bea192 Color Hex

#BEA192
(190,161,146)
0 Favorites   0 Comments

Color spaces of #bea192

RGB 190161146
HSL0.060.250.66
HSV20°23°75°
CMYK 0.000.150.23   0.25
XYZ39.168438.512232.5633
Yxy38.51220.35530.3493
Hunter Lab62.05824.059512.3300
CIE-Lab68.39648.301811.7635

#bea192 color RGB value is (190,161,146).

#bea192 hex color red value is 190, green value is 161 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bea192 hue: 0.06 , saturation: 0.25 and the lightness value of bea192 is 0.66.

The process color (four color CMYK) of #bea192 color hex is 0.00, 0.15, 0.23, 0.25. Web safe color of #bea192 is #cc9999. Color #bea192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 10010010
Octal 276 241 222
Decimal 190 161 146
Hex BE A1 92

RGB Percentages of Color #bea192

%38.23
%32.39
%29.38

CMYK Percentages of Color #bea192

%0
%15
%23
%25

Triadic Colors of #bea192

#bea192 #92bea1 #a192be

Analogous Colors of #bea192

#bea192 #beb792 #be9299

Monochromatic Colors of #bea192

#bea192

Complementary Color

#bea192 #92afbe

#bea192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea192 Color CSS Codes

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

#bea192 Text Font Color

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

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


#bea192 Background Color

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

This div background color is #bea192


#bea192 Border Color

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

This div border color is #bea192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea192


Comments

No comments written yet.

Please login to write comment.