Color Hex Logo

#be822d Color Hex

#BE822D
(190,130,45)
0 Favorites   0 Comments

Color spaces of #be822d

RGB 19013045
HSL0.100.620.46
HSV35°76°75°
CMYK 0.000.320.76   0.25
XYZ29.691527.10196.1489
Yxy27.10190.47170.4306
Hunter Lab52.059510.701229.4387
CIE-Lab59.068515.690352.6966

#be822d color RGB value is (190,130,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000010 00101101
Octal 276 202 55
Decimal 190 130 45
Hex BE 82 2D

RGB Percentages of Color #be822d

%52.05
%35.62
%12.33

CMYK Percentages of Color #be822d

%0
%32
%76
%25

Triadic Colors of #be822d

#be822d #2dbe82 #822dbe

Analogous Colors of #be822d

#be822d #b2be2d #be3a2d

Monochromatic Colors of #be822d

#be822d

Complementary Color

#be822d #2d69be

#be822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be822d Color CSS Codes

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

#be822d Text Font Color

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

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


#be822d Background Color

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

This div background color is #be822d


#be822d Border Color

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

This div border color is #be822d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,130,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 #be822d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be822d


Comments

No comments written yet.

Please login to write comment.