Color Hex Logo

#be693c Color Hex

#BE693C
(190,105,60)
0 Favorites   0 Comments

Color spaces of #be693c

RGB 19010560
HSL0.060.520.49
HSV21°68°75°
CMYK 0.000.450.68   0.25
XYZ27.102421.37656.9726
Yxy21.37650.48880.3855
Hunter Lab46.234723.724423.4229
CIE-Lab53.359130.137239.5690

#be693c color RGB value is (190,105,60).

#be693c hex color red value is 190, green value is 105 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #be693c hue: 0.06 , saturation: 0.52 and the lightness value of be693c is 0.49.

The process color (four color CMYK) of #be693c color hex is 0.00, 0.45, 0.68, 0.25. Web safe color of #be693c is #cc6633. Color #be693c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 00111100
Octal 276 151 74
Decimal 190 105 60
Hex BE 69 3C

RGB Percentages of Color #be693c

%53.52
%29.58
%16.90

CMYK Percentages of Color #be693c

%0
%45
%68
%25

Triadic Colors of #be693c

#be693c #3cbe69 #693cbe

Analogous Colors of #be693c

#be693c #beaa3c #be3c50

Monochromatic Colors of #be693c

#be693c

Complementary Color

#be693c #3c91be

#be693c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be693c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be693c Color CSS Codes

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

#be693c Text Font Color

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

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


#be693c Background Color

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

This div background color is #be693c


#be693c Border Color

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

This div border color is #be693c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be693c


Comments

No comments written yet.

Please login to write comment.