Color Hex Logo

#be866b Color Hex

#BE866B
(190,134,107)
0 Favorites   0 Comments

Color spaces of #be866b

RGB 190134107
HSL0.050.390.58
HSV20°44°75°
CMYK 0.000.290.44   0.25
XYZ32.414129.058917.8104
Yxy29.05890.40880.3665
Hunter Lab53.906312.996818.1453
CIE-Lab60.833618.150223.0925

#be866b color RGB value is (190,134,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 01101011
Octal 276 206 153
Decimal 190 134 107
Hex BE 86 6B

RGB Percentages of Color #be866b

%44.08
%31.09
%24.83

CMYK Percentages of Color #be866b

%0
%29
%44
%25

Triadic Colors of #be866b

#be866b #6bbe86 #866bbe

Analogous Colors of #be866b

#be866b #beb06b #be6b7a

Monochromatic Colors of #be866b

#be866b

Complementary Color

#be866b #6ba3be

#be866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be866b Color CSS Codes

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

#be866b Text Font Color

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

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


#be866b Background Color

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

This div background color is #be866b


#be866b Border Color

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

This div border color is #be866b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be866b


Comments

No comments written yet.

Please login to write comment.