Color Hex Logo

#be690f Color Hex

#BE690F
(190,105,15)
0 Favorites   0 Comments

Color spaces of #be690f

RGB 19010515
HSL0.090.850.40
HSV31°92°75°
CMYK 0.000.450.92   0.25
XYZ26.373021.08483.1317
Yxy21.08480.52130.4168
Hunter Lab45.918222.164228.0991
CIE-Lab53.042228.524157.7604

#be690f color RGB value is (190,105,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 00001111
Octal 276 151 17
Decimal 190 105 15
Hex BE 69 F

RGB Percentages of Color #be690f

%61.29
%33.87
%4.84

CMYK Percentages of Color #be690f

%0
%45
%92
%25

Triadic Colors of #be690f

#be690f #0fbe69 #690fbe

Analogous Colors of #be690f

#be690f #bcbe0f #be110f

Monochromatic Colors of #be690f

#be690f

Complementary Color

#be690f #0f64be

#be690f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be690f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be690f Color CSS Codes

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

#be690f Text Font Color

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

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


#be690f Background Color

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

This div background color is #be690f


#be690f Border Color

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

This div border color is #be690f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be690f


Comments

No comments written yet.

Please login to write comment.