Color Hex Logo

#be713a Color Hex

#BE713A
(190,113,58)
0 Favorites   0 Comments

Color spaces of #be713a

RGB 19011358
HSL0.070.530.49
HSV25°69°75°
CMYK 0.000.410.69   0.25
XYZ27.904123.06296.9839
Yxy23.06290.48150.3980
Hunter Lab48.023819.675124.9944
CIE-Lab55.137125.687142.5913

#be713a color RGB value is (190,113,58).

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

The process color (four color CMYK) of #be713a color hex is 0.00, 0.41, 0.69, 0.25. Web safe color of #be713a is #cc6633. Color #be713a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 00111010
Octal 276 161 72
Decimal 190 113 58
Hex BE 71 3A

RGB Percentages of Color #be713a

%52.63
%31.30
%16.07

CMYK Percentages of Color #be713a

%0
%41
%69
%25

Triadic Colors of #be713a

#be713a #3abe71 #713abe

Analogous Colors of #be713a

#be713a #beb33a #be3a45

Monochromatic Colors of #be713a

#be713a

Complementary Color

#be713a #3a87be

#be713a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be713a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be713a Color CSS Codes

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

#be713a Text Font Color

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

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


#be713a Background Color

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

This div background color is #be713a


#be713a Border Color

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

This div border color is #be713a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be713a


Comments

No comments written yet.

Please login to write comment.