Color Hex Logo

#be491b Color Hex

#BE491B
(190,73,27)
0 Favorites   0 Comments

Color spaces of #be491b

RGB 1907327
HSL0.050.750.43
HSV17°86°75°
CMYK 0.000.620.86   0.25
XYZ23.815615.79142.8297
Yxy15.79140.56120.3721
Hunter Lab39.738437.434623.5949
CIE-Lab46.699644.961148.8616

#be491b color RGB value is (190,73,27).

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

The process color (four color CMYK) of #be491b color hex is 0.00, 0.62, 0.86, 0.25. Web safe color of #be491b is #cc3333. Color #be491b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001001 00011011
Octal 276 111 33
Decimal 190 73 27
Hex BE 49 1B

RGB Percentages of Color #be491b

%65.52
%25.17
%9.31

CMYK Percentages of Color #be491b

%0
%62
%86
%25

Triadic Colors of #be491b

#be491b #1bbe49 #491bbe

Analogous Colors of #be491b

#be491b #be9b1b #be1b3e

Monochromatic Colors of #be491b

#be491b

Complementary Color

#be491b #1b90be

#be491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be491b Color CSS Codes

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

#be491b Text Font Color

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

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


#be491b Background Color

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

This div background color is #be491b


#be491b Border Color

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

This div border color is #be491b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be491b


Comments

No comments written yet.

Please login to write comment.