Color Hex Logo

#be692e Color Hex

#BE692E
(190,105,46)
0 Favorites   0 Comments

Color spaces of #be692e

RGB 19010546
HSL0.070.610.46
HSV25°76°75°
CMYK 0.000.450.76   0.25
XYZ26.779921.24765.2745
Yxy21.24760.50240.3986
Hunter Lab46.095123.036825.4822
CIE-Lab53.219429.428846.4366

#be692e color RGB value is (190,105,46).

#be692e hex color red value is 190, green value is 105 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #be692e hue: 0.07 , saturation: 0.61 and the lightness value of be692e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 00101110
Octal 276 151 56
Decimal 190 105 46
Hex BE 69 2E

RGB Percentages of Color #be692e

%55.72
%30.79
%13.49

CMYK Percentages of Color #be692e

%0
%45
%76
%25

Triadic Colors of #be692e

#be692e #2ebe69 #692ebe

Analogous Colors of #be692e

#be692e #beb12e #be2e3b

Monochromatic Colors of #be692e

#be692e

Complementary Color

#be692e #2e83be

#be692e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be692e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be692e Color CSS Codes

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

#be692e Text Font Color

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

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


#be692e Background Color

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

This div background color is #be692e


#be692e Border Color

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

This div border color is #be692e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be692e


Comments

No comments written yet.

Please login to write comment.