Color Hex Logo

#be752a Color Hex

#BE752A
(190,117,42)
0 Favorites   0 Comments

Color spaces of #be752a

RGB 19011742
HSL0.080.640.45
HSV30°78°75°
CMYK 0.000.380.78   0.25
XYZ28.014423.83695.3149
Yxy23.83690.49010.4170
Hunter Lab48.823016.982027.7218
CIE-Lab55.924122.731950.9142

#be752a color RGB value is (190,117,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 00101010
Octal 276 165 52
Decimal 190 117 42
Hex BE 75 2A

RGB Percentages of Color #be752a

%54.44
%33.52
%12.03

CMYK Percentages of Color #be752a

%0
%38
%78
%25

Triadic Colors of #be752a

#be752a #2abe75 #752abe

Analogous Colors of #be752a

#be752a #bdbe2a #be2b2a

Monochromatic Colors of #be752a

#be752a

Complementary Color

#be752a #2a73be

#be752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be752a Color CSS Codes

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

#be752a Text Font Color

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

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


#be752a Background Color

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

This div background color is #be752a


#be752a Border Color

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

This div border color is #be752a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be752a


Comments

No comments written yet.

Please login to write comment.