Color Hex Logo

#be9985 Color Hex

#BE9985
(190,153,133)
0 Favorites   0 Comments

Color spaces of #be9985

RGB 190153133
HSL0.060.300.63
HSV21°30°75°
CMYK 0.000.190.30   0.25
XYZ36.860135.423127.0849
Yxy35.42310.37090.3565
Hunter Lab59.51736.392914.6807
CIE-Lab66.076810.842715.7295

#be9985 color RGB value is (190,153,133).

#be9985 hex color red value is 190, green value is 153 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #be9985 hue: 0.06 , saturation: 0.30 and the lightness value of be9985 is 0.63.

The process color (four color CMYK) of #be9985 color hex is 0.00, 0.19, 0.30, 0.25. Web safe color of #be9985 is #cc9999. Color #be9985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011001 10000101
Octal 276 231 205
Decimal 190 153 133
Hex BE 99 85

RGB Percentages of Color #be9985

%39.92
%32.14
%27.94

CMYK Percentages of Color #be9985

%0
%19
%30
%25

Triadic Colors of #be9985

#be9985 #85be99 #9985be

Analogous Colors of #be9985

#be9985 #beb685 #be858e

Monochromatic Colors of #be9985

#be9985

Complementary Color

#be9985 #85aabe

#be9985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9985 Color CSS Codes

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

#be9985 Text Font Color

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

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


#be9985 Background Color

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

This div background color is #be9985


#be9985 Border Color

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

This div border color is #be9985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9985


Comments

No comments written yet.

Please login to write comment.