Color Hex Logo

#b8745e Color Hex

#B8745E
(184,116,94)
0 Favorites   0 Comments

Color spaces of #b8745e

RGB 18411694
HSL0.040.390.55
HSV15°49°72°
CMYK 0.000.370.49   0.28
XYZ28.032923.489313.6461
Yxy23.48930.43020.3604
Hunter Lab48.465818.430417.2322
CIE-Lab55.572824.319523.3140

#b8745e color RGB value is (184,116,94).

#b8745e hex color red value is 184, green value is 116 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b8745e hue: 0.04 , saturation: 0.39 and the lightness value of b8745e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110100 01011110
Octal 270 164 136
Decimal 184 116 94
Hex B8 74 5E

RGB Percentages of Color #b8745e

%46.70
%29.44
%23.86

CMYK Percentages of Color #b8745e

%0
%37
%49
%28

Triadic Colors of #b8745e

#b8745e #5eb874 #745eb8

Analogous Colors of #b8745e

#b8745e #b8a15e #b85e75

Monochromatic Colors of #b8745e

#b8745e

Complementary Color

#b8745e #5ea2b8

#b8745e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8745e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8745e Color CSS Codes

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

#b8745e Text Font Color

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

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


#b8745e Background Color

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

This div background color is #b8745e


#b8745e Border Color

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

This div border color is #b8745e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8745e


Comments

No comments written yet.

Please login to write comment.