Color Hex Logo

#be976f Color Hex

#BE976F
(190,151,111)
0 Favorites   0 Comments

Color spaces of #be976f

RGB 190151111
HSL0.080.380.59
HSV30°42°75°
CMYK 0.000.210.42   0.25
XYZ35.171134.228119.7919
Yxy34.22810.39430.3838
Hunter Lab58.50484.924820.8958
CIE-Lab65.14329.210126.6084

#be976f color RGB value is (190,151,111).

#be976f hex color red value is 190, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be976f hue: 0.08 , saturation: 0.38 and the lightness value of be976f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 01101111
Octal 276 227 157
Decimal 190 151 111
Hex BE 97 6F

RGB Percentages of Color #be976f

%42.04
%33.41
%24.56

CMYK Percentages of Color #be976f

%0
%21
%42
%25

Triadic Colors of #be976f

#be976f #6fbe97 #976fbe

Analogous Colors of #be976f

#be976f #bebe6f #be706f

Monochromatic Colors of #be976f

#be976f

Complementary Color

#be976f #6f96be

#be976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be976f Color CSS Codes

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

#be976f Text Font Color

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

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


#be976f Background Color

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

This div background color is #be976f


#be976f Border Color

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

This div border color is #be976f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be976f


Comments

No comments written yet.

Please login to write comment.