Color Hex Logo

#be947a Color Hex

#BE947A
(190,148,122)
0 Favorites   0 Comments

Color spaces of #be947a

RGB 190148122
HSL0.060.340.61
HSV23°36°75°
CMYK 0.000.220.36   0.25
XYZ35.338033.532123.0222
Yxy33.53210.38460.3649
Hunter Lab57.90697.593516.9628
CIE-Lab64.589512.163919.7978

#be947a color RGB value is (190,148,122).

#be947a hex color red value is 190, green value is 148 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #be947a hue: 0.06 , saturation: 0.34 and the lightness value of be947a is 0.61.

The process color (four color CMYK) of #be947a color hex is 0.00, 0.22, 0.36, 0.25. Web safe color of #be947a is #cc9966. Color #be947a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 01111010
Octal 276 224 172
Decimal 190 148 122
Hex BE 94 7A

RGB Percentages of Color #be947a

%41.30
%32.17
%26.52

CMYK Percentages of Color #be947a

%0
%22
%36
%25

Triadic Colors of #be947a

#be947a #7abe94 #947abe

Analogous Colors of #be947a

#be947a #beb67a #be7a82

Monochromatic Colors of #be947a

#be947a

Complementary Color

#be947a #7aa4be

#be947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be947a Color CSS Codes

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

#be947a Text Font Color

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

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


#be947a Background Color

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

This div background color is #be947a


#be947a Border Color

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

This div border color is #be947a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be947a


Comments

No comments written yet.

Please login to write comment.