Color Hex Logo

#be826d Color Hex

#BE826D
(190,130,109)
0 Favorites   0 Comments

Color spaces of #be826d

RGB 190130109
HSL0.040.380.59
HSV16°43°75°
CMYK 0.000.320.43   0.25
XYZ31.978228.016518.1903
Yxy28.01650.40900.3583
Hunter Lab52.930615.212816.6756
CIE-Lab59.903620.585620.7170

#be826d color RGB value is (190,130,109).

#be826d hex color red value is 190, green value is 130 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #be826d hue: 0.04 , saturation: 0.38 and the lightness value of be826d is 0.59.

The process color (four color CMYK) of #be826d color hex is 0.00, 0.32, 0.43, 0.25. Web safe color of #be826d is #cc9966. Color #be826d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000010 01101101
Octal 276 202 155
Decimal 190 130 109
Hex BE 82 6D

RGB Percentages of Color #be826d

%44.29
%30.30
%25.41

CMYK Percentages of Color #be826d

%0
%32
%43
%25

Triadic Colors of #be826d

#be826d #6dbe82 #826dbe

Analogous Colors of #be826d

#be826d #beab6d #be6d81

Monochromatic Colors of #be826d

#be826d

Complementary Color

#be826d #6da9be

#be826d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be826d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be826d Color CSS Codes

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

#be826d Text Font Color

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

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


#be826d Background Color

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

This div background color is #be826d


#be826d Border Color

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

This div border color is #be826d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be826d


Comments

No comments written yet.

Please login to write comment.