Color Hex Logo

#be8915 Color Hex

#BE8915
(190,137,21)
0 Favorites   0 Comments

Color spaces of #be8915

RGB 19013721
HSL0.110.800.41
HSV41°89°75°
CMYK 0.000.280.89   0.25
XYZ30.316228.89264.6885
Yxy28.89260.47450.4522
Hunter Lab53.75186.608832.4547
CIE-Lab60.686711.078162.1180

#be8915 color RGB value is (190,137,21).

#be8915 hex color red value is 190, green value is 137 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #be8915 hue: 0.11 , saturation: 0.80 and the lightness value of be8915 is 0.41.

The process color (four color CMYK) of #be8915 color hex is 0.00, 0.28, 0.89, 0.25. Web safe color of #be8915 is #cc9900. Color #be8915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 00010101
Octal 276 211 25
Decimal 190 137 21
Hex BE 89 15

RGB Percentages of Color #be8915

%54.60
%39.37
%6.03

CMYK Percentages of Color #be8915

%0
%28
%89
%25

Triadic Colors of #be8915

#be8915 #15be89 #8915be

Analogous Colors of #be8915

#be8915 #9fbe15 #be3515

Monochromatic Colors of #be8915

#be8915

Complementary Color

#be8915 #154abe

#be8915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8915 Color CSS Codes

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

#be8915 Text Font Color

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

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


#be8915 Background Color

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

This div background color is #be8915


#be8915 Border Color

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

This div border color is #be8915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8915


Comments

No comments written yet.

Please login to write comment.