Color Hex Logo

#be8647 Color Hex

#BE8647
(190,134,71)
0 Favorites   0 Comments

Color spaces of #be8647

RGB 19013471
HSL0.090.480.51
HSV32°63°75°
CMYK 0.000.290.63   0.25
XYZ30.897628.45239.8246
Yxy28.45230.44670.4113
Hunter Lab53.340710.049926.4181
CIE-Lab60.295214.935841.8388

#be8647 color RGB value is (190,134,71).

#be8647 hex color red value is 190, green value is 134 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #be8647 hue: 0.09 , saturation: 0.48 and the lightness value of be8647 is 0.51.

The process color (four color CMYK) of #be8647 color hex is 0.00, 0.29, 0.63, 0.25. Web safe color of #be8647 is #cc9933. Color #be8647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 01000111
Octal 276 206 107
Decimal 190 134 71
Hex BE 86 47

RGB Percentages of Color #be8647

%48.10
%33.92
%17.97

CMYK Percentages of Color #be8647

%0
%29
%63
%25

Triadic Colors of #be8647

#be8647 #47be86 #8647be

Analogous Colors of #be8647

#be8647 #bbbe47 #be4b47

Monochromatic Colors of #be8647

#be8647

Complementary Color

#be8647 #477fbe

#be8647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8647 Color CSS Codes

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

#be8647 Text Font Color

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

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


#be8647 Background Color

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

This div background color is #be8647


#be8647 Border Color

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

This div border color is #be8647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8647


Comments

No comments written yet.

Please login to write comment.