Color Hex Logo

#be752d Color Hex

#BE752D
(190,117,45)
0 Favorites   0 Comments

Color spaces of #be752d

RGB 19011745
HSL0.080.620.46
HSV30°76°75°
CMYK 0.000.380.76   0.25
XYZ28.070123.85925.6084
Yxy23.85920.48790.4147
Hunter Lab48.845917.097727.3845
CIE-Lab55.946522.855649.6315

#be752d color RGB value is (190,117,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 00101101
Octal 276 165 55
Decimal 190 117 45
Hex BE 75 2D

RGB Percentages of Color #be752d

%53.98
%33.24
%12.78

CMYK Percentages of Color #be752d

%0
%38
%76
%25

Triadic Colors of #be752d

#be752d #2dbe75 #752dbe

Analogous Colors of #be752d

#be752d #bebe2d #be2d2e

Monochromatic Colors of #be752d

#be752d

Complementary Color

#be752d #2d76be

#be752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be752d Color CSS Codes

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

#be752d Text Font Color

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

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


#be752d Background Color

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

This div background color is #be752d


#be752d Border Color

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

This div border color is #be752d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,117,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 #be752d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be752d


Comments

No comments written yet.

Please login to write comment.