Color Hex Logo

#be862f Color Hex

#BE862F
(190,134,47)
0 Favorites   0 Comments

Color spaces of #be862f

RGB 19013447
HSL0.100.600.46
HSV37°75°75°
CMYK 0.000.290.75   0.25
XYZ30.273428.20266.5374
Yxy28.20260.46560.4338
Hunter Lab53.10618.819129.8756
CIE-Lab60.071313.569852.8425

#be862f color RGB value is (190,134,47).

#be862f hex color red value is 190, green value is 134 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #be862f hue: 0.10 , saturation: 0.60 and the lightness value of be862f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 00101111
Octal 276 206 57
Decimal 190 134 47
Hex BE 86 2F

RGB Percentages of Color #be862f

%51.21
%36.12
%12.67

CMYK Percentages of Color #be862f

%0
%29
%75
%25

Triadic Colors of #be862f

#be862f #2fbe86 #862fbe

Analogous Colors of #be862f

#be862f #afbe2f #be3f2f

Monochromatic Colors of #be862f

#be862f

Complementary Color

#be862f #2f67be

#be862f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be862f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be862f Color CSS Codes

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

#be862f Text Font Color

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

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


#be862f Background Color

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

This div background color is #be862f


#be862f Border Color

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

This div border color is #be862f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be862f


Comments

No comments written yet.

Please login to write comment.