Color Hex Logo

#b85756 Color Hex

#B85756
(184,87,86)
0 Favorites   0 Comments

Color spaces of #b85756

RGB 1848786
HSL0.000.410.53
HSV53°72°
CMYK 0.000.530.53   0.28
XYZ24.855117.678610.9064
Yxy17.67860.46510.3308
Hunter Lab42.045931.938414.0528
CIE-Lab49.103939.118619.3650

#b85756 color RGB value is (184,87,86).

#b85756 hex color red value is 184, green value is 87 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #b85756 hue: 0.00 , saturation: 0.41 and the lightness value of b85756 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 01010110
Octal 270 127 126
Decimal 184 87 86
Hex B8 57 56

RGB Percentages of Color #b85756

%51.54
%24.37
%24.09

CMYK Percentages of Color #b85756

%0
%53
%53
%28

Triadic Colors of #b85756

#b85756 #56b857 #5756b8

Analogous Colors of #b85756

#b85756 #b88856 #b85686

Monochromatic Colors of #b85756

#b85756

Complementary Color

#b85756 #56b7b8

#b85756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85756 Color CSS Codes

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

#b85756 Text Font Color

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

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


#b85756 Background Color

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

This div background color is #b85756


#b85756 Border Color

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

This div border color is #b85756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85756


Comments

No comments written yet.

Please login to write comment.