Color Hex Logo

#be462b Color Hex

#BE462B
(190,70,43)
0 Favorites   0 Comments

Color spaces of #be462b

RGB 1907043
HSL0.030.630.46
HSV11°77°75°
CMYK 0.000.630.77   0.25
XYZ23.861415.50194.0200
Yxy15.50190.55000.3573
Hunter Lab39.372539.276921.5071
CIE-Lab46.314146.824740.8415

#be462b color RGB value is (190,70,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 00101011
Octal 276 106 53
Decimal 190 70 43
Hex BE 46 2B

RGB Percentages of Color #be462b

%62.71
%23.10
%14.19

CMYK Percentages of Color #be462b

%0
%63
%77
%25

Triadic Colors of #be462b

#be462b #2bbe46 #462bbe

Analogous Colors of #be462b

#be462b #be902b #be2b59

Monochromatic Colors of #be462b

#be462b

Complementary Color

#be462b #2ba3be

#be462b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be462b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be462b Color CSS Codes

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

#be462b Text Font Color

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

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


#be462b Background Color

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

This div background color is #be462b


#be462b Border Color

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

This div border color is #be462b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be462b


Comments

No comments written yet.

Please login to write comment.