Color Hex Logo

#b86e6f Color Hex

#B86E6F
(184,110,111)
0 Favorites   0 Comments

Color spaces of #b86e6f

RGB 184110111
HSL1.000.340.58
HSV359°40°72°
CMYK 0.000.400.40   0.28
XYZ28.212322.489917.8930
Yxy22.48990.41130.3279
Hunter Lab47.423523.198710.8262
CIE-Lab54.543029.466812.0779

#b86e6f color RGB value is (184,110,111).

#b86e6f hex color red value is 184, green value is 110 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b86e6f hue: 1.00 , saturation: 0.34 and the lightness value of b86e6f is 0.58.

The process color (four color CMYK) of #b86e6f color hex is 0.00, 0.40, 0.40, 0.28. Web safe color of #b86e6f is #cc6666. Color #b86e6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101110 01101111
Octal 270 156 157
Decimal 184 110 111
Hex B8 6E 6F

RGB Percentages of Color #b86e6f

%45.43
%27.16
%27.41

CMYK Percentages of Color #b86e6f

%0
%40
%40
%28

Triadic Colors of #b86e6f

#b86e6f #6fb86e #6e6fb8

Analogous Colors of #b86e6f

#b86e6f #b8926e #b86e94

Monochromatic Colors of #b86e6f

#b86e6f

Complementary Color

#b86e6f #6eb8b7

#b86e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86e6f Color CSS Codes

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

#b86e6f Text Font Color

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

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


#b86e6f Background Color

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

This div background color is #b86e6f


#b86e6f Border Color

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

This div border color is #b86e6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,110,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b86e6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b86e6f;
  -webkit-box-shadow: 1px 1px 3px 2px #b86e6f;
  box-shadow:         1px 1px 3px 2px #b86e6f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,110,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86e6f


Comments

No comments written yet.

Please login to write comment.