Color Hex Logo

#be9ba0 Color Hex

#BE9BA0
(190,155,160)
0 Favorites   0 Comments

Color spaces of #be9ba0

RGB 190155160
HSL0.980.210.68
HSV351°18°75°
CMYK 0.000.180.16   0.25
XYZ39.301736.927938.3141
Yxy36.92790.34310.3224
Hunter Lab60.76839.09975.1558
CIE-Lab67.222913.78182.2894

#be9ba0 color RGB value is (190,155,160).

#be9ba0 hex color red value is 190, green value is 155 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #be9ba0 hue: 0.98 , saturation: 0.21 and the lightness value of be9ba0 is 0.68.

The process color (four color CMYK) of #be9ba0 color hex is 0.00, 0.18, 0.16, 0.25. Web safe color of #be9ba0 is #cc9999. Color #be9ba0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011011 10100000
Octal 276 233 240
Decimal 190 155 160
Hex BE 9B A0

RGB Percentages of Color #be9ba0

%37.62
%30.69
%31.68

CMYK Percentages of Color #be9ba0

%0
%18
%16
%25

Triadic Colors of #be9ba0

#be9ba0 #a0be9b #9ba0be

Analogous Colors of #be9ba0

#be9ba0 #bea89b #be9bb2

Monochromatic Colors of #be9ba0

#be9ba0

Complementary Color

#be9ba0 #9bbeb9

#be9ba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9ba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9ba0 Color CSS Codes

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

#be9ba0 Text Font Color

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

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


#be9ba0 Background Color

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

This div background color is #be9ba0


#be9ba0 Border Color

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

This div border color is #be9ba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9ba0


Comments

No comments written yet.

Please login to write comment.