Color Hex Logo

#be9734 Color Hex

#BE9734
(190,151,52)
0 Favorites   0 Comments

Color spaces of #be9734

RGB 19015152
HSL0.120.570.47
HSV43°73°75°
CMYK 0.000.210.73   0.25
XYZ32.921633.32837.9467
Yxy33.32830.44370.4492
Hunter Lab57.73070.763132.2501
CIE-Lab64.42594.479955.0847

#be9734 color RGB value is (190,151,52).

#be9734 hex color red value is 190, green value is 151 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #be9734 hue: 0.12 , saturation: 0.57 and the lightness value of be9734 is 0.47.

The process color (four color CMYK) of #be9734 color hex is 0.00, 0.21, 0.73, 0.25. Web safe color of #be9734 is #cc9933. Color #be9734 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 00110100
Octal 276 227 64
Decimal 190 151 52
Hex BE 97 34

RGB Percentages of Color #be9734

%48.35
%38.42
%13.23

CMYK Percentages of Color #be9734

%0
%21
%73
%25

Triadic Colors of #be9734

#be9734 #34be97 #9734be

Analogous Colors of #be9734

#be9734 #a0be34 #be5234

Monochromatic Colors of #be9734

#be9734

Complementary Color

#be9734 #345bbe

#be9734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9734 Color CSS Codes

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

#be9734 Text Font Color

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

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


#be9734 Background Color

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

This div background color is #be9734


#be9734 Border Color

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

This div border color is #be9734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9734


Comments

No comments written yet.

Please login to write comment.