Color Hex Logo

#be922d Color Hex

#BE922D
(190,146,45)
0 Favorites   0 Comments

Color spaces of #be922d

RGB 19014645
HSL0.120.620.46
HSV42°76°75°
CMYK 0.000.230.76   0.25
XYZ31.987731.69446.9143
Yxy31.69440.45310.4490
Hunter Lab56.29782.900432.1267
CIE-Lab63.08956.887956.5692

#be922d color RGB value is (190,146,45).

#be922d hex color red value is 190, green value is 146 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #be922d hue: 0.12 , saturation: 0.62 and the lightness value of be922d is 0.46.

The process color (four color CMYK) of #be922d color hex is 0.00, 0.23, 0.76, 0.25. Web safe color of #be922d is #cc9933. Color #be922d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 00101101
Octal 276 222 55
Decimal 190 146 45
Hex BE 92 2D

RGB Percentages of Color #be922d

%49.87
%38.32
%11.81

CMYK Percentages of Color #be922d

%0
%23
%76
%25

Triadic Colors of #be922d

#be922d #2dbe92 #922dbe

Analogous Colors of #be922d

#be922d #a2be2d #be492d

Monochromatic Colors of #be922d

#be922d

Complementary Color

#be922d #2d59be

#be922d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be922d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be922d Color CSS Codes

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

#be922d Text Font Color

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

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


#be922d Background Color

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

This div background color is #be922d


#be922d Border Color

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

This div border color is #be922d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be922d


Comments

No comments written yet.

Please login to write comment.