Color Hex Logo

#be655e Color Hex

#BE655E
(190,101,94)
0 Favorites   0 Comments

Color spaces of #be655e

RGB 19010194
HSL0.010.420.56
HSV51°75°
CMYK 0.000.470.51   0.25
XYZ27.909321.062713.1842
Yxy21.06270.44900.3389
Hunter Lab45.894128.235415.0934
CIE-Lab53.018034.841520.0515

#be655e color RGB value is (190,101,94).

#be655e hex color red value is 190, green value is 101 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be655e hue: 0.01 , saturation: 0.42 and the lightness value of be655e is 0.56.

The process color (four color CMYK) of #be655e color hex is 0.00, 0.47, 0.51, 0.25. Web safe color of #be655e is #cc6666. Color #be655e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 01011110
Octal 276 145 136
Decimal 190 101 94
Hex BE 65 5E

RGB Percentages of Color #be655e

%49.35
%26.23
%24.42

CMYK Percentages of Color #be655e

%0
%47
%51
%25

Triadic Colors of #be655e

#be655e #5ebe65 #655ebe

Analogous Colors of #be655e

#be655e #be955e #be5e87

Monochromatic Colors of #be655e

#be655e

Complementary Color

#be655e #5eb7be

#be655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be655e Color CSS Codes

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

#be655e Text Font Color

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

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


#be655e Background Color

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

This div background color is #be655e


#be655e Border Color

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

This div border color is #be655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be655e


Comments

No comments written yet.

Please login to write comment.