Color Hex Logo

#be731c Color Hex

#BE731C
(190,115,28)
0 Favorites   0 Comments

Color spaces of #be731c

RGB 19011528
HSL0.090.740.43
HSV32°85°75°
CMYK 0.000.390.85   0.25
XYZ27.575523.29254.1411
Yxy23.29250.50130.4234
Hunter Lab48.262317.530028.6963
CIE-Lab55.372423.363355.7971

#be731c color RGB value is (190,115,28).

#be731c hex color red value is 190, green value is 115 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #be731c hue: 0.09 , saturation: 0.74 and the lightness value of be731c is 0.43.

The process color (four color CMYK) of #be731c color hex is 0.00, 0.39, 0.85, 0.25. Web safe color of #be731c is #cc6633. Color #be731c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 00011100
Octal 276 163 34
Decimal 190 115 28
Hex BE 73 1C

RGB Percentages of Color #be731c

%57.06
%34.53
%8.41

CMYK Percentages of Color #be731c

%0
%39
%85
%25

Triadic Colors of #be731c

#be731c #1cbe73 #731cbe

Analogous Colors of #be731c

#be731c #b8be1c #be221c

Monochromatic Colors of #be731c

#be731c

Complementary Color

#be731c #1c67be

#be731c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be731c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be731c Color CSS Codes

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

#be731c Text Font Color

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

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


#be731c Background Color

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

This div background color is #be731c


#be731c Border Color

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

This div border color is #be731c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be731c


Comments

No comments written yet.

Please login to write comment.