Color Hex Logo

#be732c Color Hex

#BE732C
(190,115,44)
0 Favorites   0 Comments

Color spaces of #be732c

RGB 19011544
HSL0.080.620.46
HSV29°77°75°
CMYK 0.000.390.77   0.25
XYZ27.820623.39055.4314
Yxy23.39050.49120.4129
Hunter Lab48.363718.043327.1962
CIE-Lab55.472323.910349.6051

#be732c color RGB value is (190,115,44).

#be732c hex color red value is 190, green value is 115 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #be732c hue: 0.08 , saturation: 0.62 and the lightness value of be732c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 00101100
Octal 276 163 54
Decimal 190 115 44
Hex BE 73 2C

RGB Percentages of Color #be732c

%54.44
%32.95
%12.61

CMYK Percentages of Color #be732c

%0
%39
%77
%25

Triadic Colors of #be732c

#be732c #2cbe73 #732cbe

Analogous Colors of #be732c

#be732c #bebc2c #be2c2e

Monochromatic Colors of #be732c

#be732c

Complementary Color

#be732c #2c77be

#be732c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be732c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be732c Color CSS Codes

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

#be732c Text Font Color

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

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


#be732c Background Color

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

This div background color is #be732c


#be732c Border Color

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

This div border color is #be732c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be732c


Comments

No comments written yet.

Please login to write comment.