Color Hex Logo

#be482b Color Hex

#BE482B
(190,72,43)
0 Favorites   0 Comments

Color spaces of #be482b

RGB 1907243
HSL0.030.630.46
HSV12°77°75°
CMYK 0.000.620.77   0.25
XYZ23.988615.75634.0624
Yxy15.75630.54760.3597
Hunter Lab39.694238.408921.7181
CIE-Lab46.653145.922941.1927

#be482b color RGB value is (190,72,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 00101011
Octal 276 110 53
Decimal 190 72 43
Hex BE 48 2B

RGB Percentages of Color #be482b

%62.30
%23.61
%14.10

CMYK Percentages of Color #be482b

%0
%62
%77
%25

Triadic Colors of #be482b

#be482b #2bbe48 #482bbe

Analogous Colors of #be482b

#be482b #be922b #be2b58

Monochromatic Colors of #be482b

#be482b

Complementary Color

#be482b #2ba1be

#be482b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be482b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be482b Color CSS Codes

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

#be482b Text Font Color

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

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


#be482b Background Color

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

This div background color is #be482b


#be482b Border Color

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

This div border color is #be482b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be482b


Comments

No comments written yet.

Please login to write comment.