Color Hex Logo

#be592f Color Hex

#BE592F
(190,89,47)
0 Favorites   0 Comments

Color spaces of #be592f

RGB 1908947
HSL0.050.600.46
HSV18°75°75°
CMYK 0.000.530.75   0.25
XYZ25.320718.29714.8865
Yxy18.29710.52200.3772
Hunter Lab42.775130.806523.1695
CIE-Lab49.854537.867742.4685

#be592f color RGB value is (190,89,47).

#be592f hex color red value is 190, green value is 89 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #be592f hue: 0.05 , saturation: 0.60 and the lightness value of be592f is 0.46.

The process color (four color CMYK) of #be592f color hex is 0.00, 0.53, 0.75, 0.25. Web safe color of #be592f is #cc6633. Color #be592f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 00101111
Octal 276 131 57
Decimal 190 89 47
Hex BE 59 2F

RGB Percentages of Color #be592f

%58.28
%27.30
%14.42

CMYK Percentages of Color #be592f

%0
%53
%75
%25

Triadic Colors of #be592f

#be592f #2fbe59 #592fbe

Analogous Colors of #be592f

#be592f #bea12f #be2f4d

Monochromatic Colors of #be592f

#be592f

Complementary Color

#be592f #2f94be

#be592f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be592f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be592f Color CSS Codes

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

#be592f Text Font Color

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

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


#be592f Background Color

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

This div background color is #be592f


#be592f Border Color

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

This div border color is #be592f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be592f


Comments

No comments written yet.

Please login to write comment.