Color Hex Logo

#be871d Color Hex

#BE871D
(190,135,29)
0 Favorites   0 Comments

Color spaces of #be871d

RGB 19013529
HSL0.110.740.43
HSV40°85°75°
CMYK 0.000.290.85   0.25
XYZ30.120928.36385.0496
Yxy28.36380.47410.4464
Hunter Lab53.25777.753231.6588
CIE-Lab60.216012.371959.5510

#be871d color RGB value is (190,135,29).

#be871d hex color red value is 190, green value is 135 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #be871d hue: 0.11 , saturation: 0.74 and the lightness value of be871d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000111 00011101
Octal 276 207 35
Decimal 190 135 29
Hex BE 87 1D

RGB Percentages of Color #be871d

%53.67
%38.14
%8.19

CMYK Percentages of Color #be871d

%0
%29
%85
%25

Triadic Colors of #be871d

#be871d #1dbe87 #871dbe

Analogous Colors of #be871d

#be871d #a5be1d #be371d

Monochromatic Colors of #be871d

#be871d

Complementary Color

#be871d #1d54be

#be871d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be871d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be871d Color CSS Codes

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

#be871d Text Font Color

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

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


#be871d Background Color

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

This div background color is #be871d


#be871d Border Color

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

This div border color is #be871d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be871d


Comments

No comments written yet.

Please login to write comment.