Color Hex Logo

#be975f Color Hex

#BE975F
(190,151,95)
0 Favorites   0 Comments

Color spaces of #be975f

RGB 19015195
HSL0.100.420.56
HSV35°50°75°
CMYK 0.000.210.50   0.25
XYZ34.367433.906615.5597
Yxy33.90660.40990.4045
Hunter Lab58.22943.450624.9174
CIE-Lab64.88847.553234.8999

#be975f color RGB value is (190,151,95).

#be975f hex color red value is 190, green value is 151 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #be975f hue: 0.10 , saturation: 0.42 and the lightness value of be975f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 01011111
Octal 276 227 137
Decimal 190 151 95
Hex BE 97 5F

RGB Percentages of Color #be975f

%43.58
%34.63
%21.79

CMYK Percentages of Color #be975f

%0
%21
%50
%25

Triadic Colors of #be975f

#be975f #5fbe97 #975fbe

Analogous Colors of #be975f

#be975f #b6be5f #be685f

Monochromatic Colors of #be975f

#be975f

Complementary Color

#be975f #5f86be

#be975f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be975f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be975f Color CSS Codes

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

#be975f Text Font Color

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

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


#be975f Background Color

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

This div background color is #be975f


#be975f Border Color

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

This div border color is #be975f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be975f


Comments

No comments written yet.

Please login to write comment.