Color Hex Logo

#be974d Color Hex

#BE974D
(190,151,77)
0 Favorites   0 Comments

Color spaces of #be974d

RGB 19015177
HSL0.110.470.52
HSV39°59°75°
CMYK 0.000.210.59   0.25
XYZ33.641433.616211.7367
Yxy33.61620.42590.4256
Hunter Lab57.97952.106928.5836
CIE-Lab64.65686.025343.8806

#be974d color RGB value is (190,151,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 01001101
Octal 276 227 115
Decimal 190 151 77
Hex BE 97 4D

RGB Percentages of Color #be974d

%45.45
%36.12
%18.42

CMYK Percentages of Color #be974d

%0
%21
%59
%25

Triadic Colors of #be974d

#be974d #4dbe97 #974dbe

Analogous Colors of #be974d

#be974d #adbe4d #be5f4d

Monochromatic Colors of #be974d

#be974d

Complementary Color

#be974d #4d74be

#be974d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be974d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be974d Color CSS Codes

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

#be974d Text Font Color

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

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


#be974d Background Color

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

This div background color is #be974d


#be974d Border Color

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

This div border color is #be974d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be974d


Comments

No comments written yet.

Please login to write comment.