Color Hex Logo

#be841b Color Hex

#BE841B
(190,132,27)
0 Favorites   0 Comments

Color spaces of #be841b

RGB 19013227
HSL0.110.750.43
HSV39°86°75°
CMYK 0.000.310.86   0.25
XYZ29.684327.52884.7860
Yxy27.52880.47880.4440
Hunter Lab52.46799.169631.3192
CIE-Lab59.460613.972759.5214

#be841b color RGB value is (190,132,27).

#be841b hex color red value is 190, green value is 132 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #be841b hue: 0.11 , saturation: 0.75 and the lightness value of be841b is 0.43.

The process color (four color CMYK) of #be841b color hex is 0.00, 0.31, 0.86, 0.25. Web safe color of #be841b is #cc9933. Color #be841b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 00011011
Octal 276 204 33
Decimal 190 132 27
Hex BE 84 1B

RGB Percentages of Color #be841b

%54.44
%37.82
%7.74

CMYK Percentages of Color #be841b

%0
%31
%86
%25

Triadic Colors of #be841b

#be841b #1bbe84 #841bbe

Analogous Colors of #be841b

#be841b #a7be1b #be331b

Monochromatic Colors of #be841b

#be841b

Complementary Color

#be841b #1b55be

#be841b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be841b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be841b Color CSS Codes

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

#be841b Text Font Color

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

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


#be841b Background Color

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

This div background color is #be841b


#be841b Border Color

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

This div border color is #be841b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be841b


Comments

No comments written yet.

Please login to write comment.