Color Hex Logo

#b8725e Color Hex

#B8725E
(184,114,94)
0 Favorites   0 Comments

Color spaces of #b8725e

RGB 18411494
HSL0.040.390.55
HSV13°49°72°
CMYK 0.000.380.49   0.28
XYZ27.804923.033113.5700
Yxy23.03310.43170.3576
Hunter Lab47.992819.427516.8307
CIE-Lab55.106425.425022.6962

#b8725e color RGB value is (184,114,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 01011110
Octal 270 162 136
Decimal 184 114 94
Hex B8 72 5E

RGB Percentages of Color #b8725e

%46.94
%29.08
%23.98

CMYK Percentages of Color #b8725e

%0
%38
%49
%28

Triadic Colors of #b8725e

#b8725e #5eb872 #725eb8

Analogous Colors of #b8725e

#b8725e #b89f5e #b85e77

Monochromatic Colors of #b8725e

#b8725e

Complementary Color

#b8725e #5ea4b8

#b8725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8725e Color CSS Codes

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

#b8725e Text Font Color

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

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


#b8725e Background Color

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

This div background color is #b8725e


#b8725e Border Color

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

This div border color is #b8725e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8725e


Comments

No comments written yet.

Please login to write comment.