Color Hex Logo

#b85a56 Color Hex

#B85A56
(184,90,86)
0 Favorites   0 Comments

Color spaces of #b85a56

RGB 1849086
HSL0.010.410.53
HSV53°72°
CMYK 0.000.510.53   0.28
XYZ25.103018.174610.9891
Yxy18.17460.46260.3349
Hunter Lab42.631730.501514.5591
CIE-Lab49.707237.577920.1709

#b85a56 color RGB value is (184,90,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011010 01010110
Octal 270 132 126
Decimal 184 90 86
Hex B8 5A 56

RGB Percentages of Color #b85a56

%51.11
%25.00
%23.89

CMYK Percentages of Color #b85a56

%0
%51
%53
%28

Triadic Colors of #b85a56

#b85a56 #56b85a #5a56b8

Analogous Colors of #b85a56

#b85a56 #b88b56 #b85683

Monochromatic Colors of #b85a56

#b85a56

Complementary Color

#b85a56 #56b4b8

#b85a56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85a56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85a56 Color CSS Codes

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

#b85a56 Text Font Color

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

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


#b85a56 Background Color

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

This div background color is #b85a56


#b85a56 Border Color

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

This div border color is #b85a56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85a56


Comments

No comments written yet.

Please login to write comment.