Color Hex Logo

#be472e Color Hex

#BE472E
(190,71,46)
0 Favorites   0 Comments

Color spaces of #be472e

RGB 1907146
HSL0.030.610.46
HSV10°76°75°
CMYK 0.000.630.76   0.25
XYZ23.981615.65094.3417
Yxy15.65090.54540.3559
Hunter Lab39.561238.972721.1860
CIE-Lab46.513146.495739.4536

#be472e color RGB value is (190,71,46).

#be472e hex color red value is 190, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be472e hue: 0.03 , saturation: 0.61 and the lightness value of be472e is 0.46.

The process color (four color CMYK) of #be472e color hex is 0.00, 0.63, 0.76, 0.25. Web safe color of #be472e is #cc3333. Color #be472e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000111 00101110
Octal 276 107 56
Decimal 190 71 46
Hex BE 47 2E

RGB Percentages of Color #be472e

%61.89
%23.13
%14.98

CMYK Percentages of Color #be472e

%0
%63
%76
%25

Triadic Colors of #be472e

#be472e #2ebe47 #472ebe

Analogous Colors of #be472e

#be472e #be8f2e #be2e5d

Monochromatic Colors of #be472e

#be472e

Complementary Color

#be472e #2ea5be

#be472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be472e Color CSS Codes

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

#be472e Text Font Color

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

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


#be472e Background Color

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

This div background color is #be472e


#be472e Border Color

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

This div border color is #be472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be472e


Comments

No comments written yet.

Please login to write comment.