Color Hex Logo

#be925e Color Hex

#BE925E
(190,146,94)
0 Favorites   0 Comments

Color spaces of #be925e

RGB 19014694
HSL0.090.420.56
HSV33°51°75°
CMYK 0.000.230.51   0.25
XYZ33.534532.313115.0593
Yxy32.31310.41450.3994
Hunter Lab56.84465.824924.0841
CIE-Lab63.600810.201833.8132

#be925e color RGB value is (190,146,94).

#be925e hex color red value is 190, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be925e hue: 0.09 , saturation: 0.42 and the lightness value of be925e is 0.56.

The process color (four color CMYK) of #be925e color hex is 0.00, 0.23, 0.51, 0.25. Web safe color of #be925e is #cc9966. Color #be925e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 01011110
Octal 276 222 136
Decimal 190 146 94
Hex BE 92 5E

RGB Percentages of Color #be925e

%44.19
%33.95
%21.86

CMYK Percentages of Color #be925e

%0
%23
%51
%25

Triadic Colors of #be925e

#be925e #5ebe92 #925ebe

Analogous Colors of #be925e

#be925e #babe5e #be625e

Monochromatic Colors of #be925e

#be925e

Complementary Color

#be925e #5e8abe

#be925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be925e Color CSS Codes

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

#be925e Text Font Color

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

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


#be925e Background Color

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

This div background color is #be925e


#be925e Border Color

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

This div border color is #be925e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be925e


Comments

No comments written yet.

Please login to write comment.