Color Hex Logo

#be872d Color Hex

#BE872D
(190,135,45)
0 Favorites   0 Comments

Color spaces of #be872d

RGB 19013545
HSL0.100.620.46
HSV37°76°75°
CMYK 0.000.290.76   0.25
XYZ30.372828.46466.3760
Yxy28.46460.46570.4365
Hunter Lab53.35228.251630.2609
CIE-Lab60.306212.930953.8972

#be872d color RGB value is (190,135,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000111 00101101
Octal 276 207 55
Decimal 190 135 45
Hex BE 87 2D

RGB Percentages of Color #be872d

%51.35
%36.49
%12.16

CMYK Percentages of Color #be872d

%0
%29
%76
%25

Triadic Colors of #be872d

#be872d #2dbe87 #872dbe

Analogous Colors of #be872d

#be872d #adbe2d #be3f2d

Monochromatic Colors of #be872d

#be872d

Complementary Color

#be872d #2d64be

#be872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be872d Color CSS Codes

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

#be872d Text Font Color

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

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


#be872d Background Color

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

This div background color is #be872d


#be872d Border Color

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

This div border color is #be872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be872d


Comments

No comments written yet.

Please login to write comment.