Color Hex Logo

#be732d Color Hex

#BE732D
(190,115,45)
0 Favorites   0 Comments

Color spaces of #be732d

RGB 19011545
HSL0.080.620.46
HSV29°76°75°
CMYK 0.000.390.76   0.25
XYZ27.839623.39815.5316
Yxy23.39810.49040.4122
Hunter Lab48.371618.083027.0799
CIE-Lab55.480123.952549.1684

#be732d color RGB value is (190,115,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 00101101
Octal 276 163 55
Decimal 190 115 45
Hex BE 73 2D

RGB Percentages of Color #be732d

%54.29
%32.86
%12.86

CMYK Percentages of Color #be732d

%0
%39
%76
%25

Triadic Colors of #be732d

#be732d #2dbe73 #732dbe

Analogous Colors of #be732d

#be732d #bebc2d #be2d30

Monochromatic Colors of #be732d

#be732d

Complementary Color

#be732d #2d78be

#be732d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be732d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be732d Color CSS Codes

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

#be732d Text Font Color

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

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


#be732d Background Color

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

This div background color is #be732d


#be732d Border Color

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

This div border color is #be732d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be732d


Comments

No comments written yet.

Please login to write comment.