Color Hex Logo

#be986b Color Hex

#BE986B
(190,152,107)
0 Favorites   0 Comments

Color spaces of #be986b

RGB 190152107
HSL0.090.390.58
HSV33°44°75°
CMYK 0.000.200.44   0.25
XYZ35.117334.465218.7115
Yxy34.46520.39770.3903
Hunter Lab58.70714.037522.1977
CIE-Lab65.33028.221229.0309

#be986b color RGB value is (190,152,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 01101011
Octal 276 230 153
Decimal 190 152 107
Hex BE 98 6B

RGB Percentages of Color #be986b

%42.32
%33.85
%23.83

CMYK Percentages of Color #be986b

%0
%20
%44
%25

Triadic Colors of #be986b

#be986b #6bbe98 #986bbe

Analogous Colors of #be986b

#be986b #bbbe6b #be6f6b

Monochromatic Colors of #be986b

#be986b

Complementary Color

#be986b #6b91be

#be986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be986b Color CSS Codes

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

#be986b Text Font Color

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

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


#be986b Background Color

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

This div background color is #be986b


#be986b Border Color

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

This div border color is #be986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be986b


Comments

No comments written yet.

Please login to write comment.