Color Hex Logo

#be442b Color Hex

#BE442B
(190,68,43)
0 Favorites   0 Comments

Color spaces of #be442b

RGB 1906843
HSL0.030.630.46
HSV10°77°75°
CMYK 0.000.640.77   0.25
XYZ23.738415.25583.9790
Yxy15.25580.55240.3550
Hunter Lab39.058740.132921.3011
CIE-Lab45.982647.710840.4971

#be442b color RGB value is (190,68,43).

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

The process color (four color CMYK) of #be442b color hex is 0.00, 0.64, 0.77, 0.25. Web safe color of #be442b is #cc3333. Color #be442b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 00101011
Octal 276 104 53
Decimal 190 68 43
Hex BE 44 2B

RGB Percentages of Color #be442b

%63.12
%22.59
%14.29

CMYK Percentages of Color #be442b

%0
%64
%77
%25

Triadic Colors of #be442b

#be442b #2bbe44 #442bbe

Analogous Colors of #be442b

#be442b #be8e2b #be2b5b

Monochromatic Colors of #be442b

#be442b

Complementary Color

#be442b #2ba5be

#be442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be442b Color CSS Codes

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

#be442b Text Font Color

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

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


#be442b Background Color

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

This div background color is #be442b


#be442b Border Color

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

This div border color is #be442b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be442b


Comments

No comments written yet.

Please login to write comment.