Color Hex Logo

#be542f Color Hex

#BE542F
(190,84,47)
0 Favorites   0 Comments

Color spaces of #be542f

RGB 1908447
HSL0.040.600.46
HSV16°75°75°
CMYK 0.000.560.75   0.25
XYZ24.918617.49304.7525
Yxy17.49300.52830.3709
Hunter Lab41.824633.155022.5402
CIE-Lab48.875340.376241.4359

#be542f color RGB value is (190,84,47).

#be542f hex color red value is 190, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #be542f hue: 0.04 , saturation: 0.60 and the lightness value of be542f is 0.46.

The process color (four color CMYK) of #be542f color hex is 0.00, 0.56, 0.75, 0.25. Web safe color of #be542f is #cc6633. Color #be542f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 00101111
Octal 276 124 57
Decimal 190 84 47
Hex BE 54 2F

RGB Percentages of Color #be542f

%59.19
%26.17
%14.64

CMYK Percentages of Color #be542f

%0
%56
%75
%25

Triadic Colors of #be542f

#be542f #2fbe54 #542fbe

Analogous Colors of #be542f

#be542f #be9c2f #be2f51

Monochromatic Colors of #be542f

#be542f

Complementary Color

#be542f #2f99be

#be542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be542f Color CSS Codes

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

#be542f Text Font Color

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

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


#be542f Background Color

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

This div background color is #be542f


#be542f Border Color

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

This div border color is #be542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be542f


Comments

No comments written yet.

Please login to write comment.