Color Hex Logo

#be906f Color Hex

#BE906F
(190,144,111)
0 Favorites   0 Comments

Color spaces of #be906f

RGB 190144111
HSL0.070.380.59
HSV25°42°75°
CMYK 0.000.240.42   0.25
XYZ34.077732.041419.4274
Yxy32.04140.39840.3745
Hunter Lab56.60518.402519.2747
CIE-Lab63.377113.063724.2631

#be906f color RGB value is (190,144,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 01101111
Octal 276 220 157
Decimal 190 144 111
Hex BE 90 6F

RGB Percentages of Color #be906f

%42.70
%32.36
%24.94

CMYK Percentages of Color #be906f

%0
%24
%42
%25

Triadic Colors of #be906f

#be906f #6fbe90 #906fbe

Analogous Colors of #be906f

#be906f #beb86f #be6f76

Monochromatic Colors of #be906f

#be906f

Complementary Color

#be906f #6f9dbe

#be906f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be906f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be906f Color CSS Codes

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

#be906f Text Font Color

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

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


#be906f Background Color

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

This div background color is #be906f


#be906f Border Color

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

This div border color is #be906f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,144,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 #be906f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be906f


Comments

No comments written yet.

Please login to write comment.