Color Hex Logo

#be875d Color Hex

#BE875D
(190,135,93)
0 Favorites   0 Comments

Color spaces of #be875d

RGB 19013593
HSL0.070.430.55
HSV26°51°75°
CMYK 0.000.290.51   0.25
XYZ31.875029.065414.2861
Yxy29.06540.42370.3864
Hunter Lab53.912311.189322.0275
CIE-Lab60.839316.178130.8533

#be875d color RGB value is (190,135,93).

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

The process color (four color CMYK) of #be875d color hex is 0.00, 0.29, 0.51, 0.25. Web safe color of #be875d is #cc9966. Color #be875d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000111 01011101
Octal 276 207 135
Decimal 190 135 93
Hex BE 87 5D

RGB Percentages of Color #be875d

%45.45
%32.30
%22.25

CMYK Percentages of Color #be875d

%0
%29
%51
%25

Triadic Colors of #be875d

#be875d #5dbe87 #875dbe

Analogous Colors of #be875d

#be875d #beb85d #be5d63

Monochromatic Colors of #be875d

#be875d

Complementary Color

#be875d #5d94be

#be875d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be875d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be875d Color CSS Codes

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

#be875d Text Font Color

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

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


#be875d Background Color

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

This div background color is #be875d


#be875d Border Color

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

This div border color is #be875d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be875d


Comments

No comments written yet.

Please login to write comment.