Color Hex Logo

#be750f Color Hex

#BE750F
(190,117,15)
0 Favorites   0 Comments

Color spaces of #be750f

RGB 19011715
HSL0.100.850.40
HSV35°92°75°
CMYK 0.000.380.92   0.25
XYZ27.682723.70423.5683
Yxy23.70420.50370.4313
Hunter Lab48.687016.290329.7355
CIE-Lab55.790421.989859.7740

#be750f color RGB value is (190,117,15).

#be750f hex color red value is 190, green value is 117 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #be750f hue: 0.10 , saturation: 0.85 and the lightness value of be750f is 0.40.

The process color (four color CMYK) of #be750f color hex is 0.00, 0.38, 0.92, 0.25. Web safe color of #be750f is #cc6600. Color #be750f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 00001111
Octal 276 165 17
Decimal 190 117 15
Hex BE 75 F

RGB Percentages of Color #be750f

%59.01
%36.34
%4.66

CMYK Percentages of Color #be750f

%0
%38
%92
%25

Triadic Colors of #be750f

#be750f #0fbe75 #750fbe

Analogous Colors of #be750f

#be750f #b0be0f #be1e0f

Monochromatic Colors of #be750f

#be750f

Complementary Color

#be750f #0f58be

#be750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be750f Color CSS Codes

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

#be750f Text Font Color

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

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


#be750f Background Color

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

This div background color is #be750f


#be750f Border Color

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

This div border color is #be750f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be750f


Comments

No comments written yet.

Please login to write comment.