Color Hex Logo

#be483b Color Hex

#BE483B
(190,72,59)
0 Favorites   0 Comments

Color spaces of #be483b

RGB 1907259
HSL0.020.530.49
HSV69°75°
CMYK 0.000.620.69   0.25
XYZ24.342015.89765.9233
Yxy15.89760.52730.3444
Hunter Lab39.871839.199819.1022
CIE-Lab46.839946.662132.5628

#be483b color RGB value is (190,72,59).

#be483b hex color red value is 190, green value is 72 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #be483b hue: 0.02 , saturation: 0.53 and the lightness value of be483b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 00111011
Octal 276 110 73
Decimal 190 72 59
Hex BE 48 3B

RGB Percentages of Color #be483b

%59.19
%22.43
%18.38

CMYK Percentages of Color #be483b

%0
%62
%69
%25

Triadic Colors of #be483b

#be483b #3bbe48 #483bbe

Analogous Colors of #be483b

#be483b #be8a3b #be3b70

Monochromatic Colors of #be483b

#be483b

Complementary Color

#be483b #3bb1be

#be483b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be483b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be483b Color CSS Codes

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

#be483b Text Font Color

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

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


#be483b Background Color

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

This div background color is #be483b


#be483b Border Color

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

This div border color is #be483b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be483b


Comments

No comments written yet.

Please login to write comment.