Color Hex Logo

#be906b Color Hex

#BE906B
(190,144,107)
0 Favorites   0 Comments

Color spaces of #be906b

RGB 190144107
HSL0.070.390.58
HSV27°44°75°
CMYK 0.000.240.44   0.25
XYZ33.862331.955218.2932
Yxy31.95520.40260.3799
Hunter Lab56.52898.000520.3835
CIE-Lab63.305812.620826.3755

#be906b color RGB value is (190,144,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 01101011
Octal 276 220 153
Decimal 190 144 107
Hex BE 90 6B

RGB Percentages of Color #be906b

%43.08
%32.65
%24.26

CMYK Percentages of Color #be906b

%0
%24
%44
%25

Triadic Colors of #be906b

#be906b #6bbe90 #906bbe

Analogous Colors of #be906b

#be906b #beba6b #be6b70

Monochromatic Colors of #be906b

#be906b

Complementary Color

#be906b #6b99be

#be906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be906b Color CSS Codes

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

#be906b Text Font Color

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

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


#be906b Background Color

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

This div background color is #be906b


#be906b Border Color

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

This div border color is #be906b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be906b


Comments

No comments written yet.

Please login to write comment.