Color Hex Logo

#be9653 Color Hex

#BE9653
(190,150,83)
0 Favorites   0 Comments

Color spaces of #be9653

RGB 19015083
HSL0.100.450.54
HSV38°56°75°
CMYK 0.000.210.56   0.25
XYZ33.702933.384412.8511
Yxy33.38440.42160.4176
Hunter Lab57.77923.006227.2583
CIE-Lab64.47107.041640.6383

#be9653 color RGB value is (190,150,83).

#be9653 hex color red value is 190, green value is 150 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #be9653 hue: 0.10 , saturation: 0.45 and the lightness value of be9653 is 0.54.

The process color (four color CMYK) of #be9653 color hex is 0.00, 0.21, 0.56, 0.25. Web safe color of #be9653 is #cc9966. Color #be9653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 01010011
Octal 276 226 123
Decimal 190 150 83
Hex BE 96 53

RGB Percentages of Color #be9653

%44.92
%35.46
%19.62

CMYK Percentages of Color #be9653

%0
%21
%56
%25

Triadic Colors of #be9653

#be9653 #53be96 #9653be

Analogous Colors of #be9653

#be9653 #b1be53 #be6153

Monochromatic Colors of #be9653

#be9653

Complementary Color

#be9653 #537bbe

#be9653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9653 Color CSS Codes

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

#be9653 Text Font Color

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

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


#be9653 Background Color

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

This div background color is #be9653


#be9653 Border Color

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

This div border color is #be9653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9653


Comments

No comments written yet.

Please login to write comment.