color codes Logo

#b85e4d color codes

#B85E4D
(184,94,77)
0 Favorites   0 Comments

Color spaces of #b85e4d

RGB 1849477
HSL0.030.430.51
HSV10°58°72°
CMYK 0.000.490.58   0.28
XYZ25.109418.73169.3133
Yxy18.73160.47240.3524
Hunter Lab43.280027.818817.5376
CIE-Lab50.371734.740926.3133

#b85e4d color RGB value is (184,94,77).

#b85e4d hex color red value is 184, green value is 94 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b85e4d hue: 0.03 , saturation: 0.43 and the lightness value of b85e4d is 0.51.

The process color (four color CMYK) of #b85e4d color code is 0.00, 0.49, 0.58, 0.28. Web safe color of #b85e4d is #cc6666. Color #b85e4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011110 01001101
Octal 270 136 115
Decimal 184 94 77
Hex B8 5E 4D

RGB Percentages of Color #b85e4d

%51.83
%26.48
%21.69

CMYK Percentages of Color #b85e4d

%0
%49
%58
%28

Triadic Colors of #b85e4d

#b85e4d #4db85e #5e4db8

Analogous Colors of #b85e4d

#b85e4d #b8944d #b84d72

Monochromatic Colors of #b85e4d

#b85e4d

Complementary Color

#b85e4d #4da7b8

#b85e4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85e4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85e4d Color CSS Codes

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

#b85e4d Text Font Color

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

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


#b85e4d Background Color

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

This div background color is #b85e4d


#b85e4d Border Color

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

This div border color is #b85e4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85e4d


Comments

No comments written yet.

Please login to write comment.