Color Hex Logo

#be6319 Color Hex

#BE6319
(190,99,25)
0 Favorites   0 Comments

Color spaces of #be6319

RGB 1909925
HSL0.070.770.42
HSV27°87°75°
CMYK 0.000.480.87   0.25
XYZ25.872519.94103.4051
Yxy19.94100.52570.4052
Hunter Lab44.655325.272826.7377
CIE-Lab51.770431.929653.8341

#be6319 color RGB value is (190,99,25).

#be6319 hex color red value is 190, green value is 99 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #be6319 hue: 0.07 , saturation: 0.77 and the lightness value of be6319 is 0.42.

The process color (four color CMYK) of #be6319 color hex is 0.00, 0.48, 0.87, 0.25. Web safe color of #be6319 is #cc6600. Color #be6319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 00011001
Octal 276 143 31
Decimal 190 99 25
Hex BE 63 19

RGB Percentages of Color #be6319

%60.51
%31.53
%7.96

CMYK Percentages of Color #be6319

%0
%48
%87
%25

Triadic Colors of #be6319

#be6319 #19be63 #6319be

Analogous Colors of #be6319

#be6319 #beb619 #be1922

Monochromatic Colors of #be6319

#be6319

Complementary Color

#be6319 #1974be

#be6319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6319 Color CSS Codes

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

#be6319 Text Font Color

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

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


#be6319 Background Color

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

This div background color is #be6319


#be6319 Border Color

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

This div border color is #be6319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6319


Comments

No comments written yet.

Please login to write comment.