Color Hex Logo

#b85727 Color Hex

#B85727
(184,87,39)
0 Favorites   0 Comments

Color spaces of #b85727

RGB 1848739
HSL0.060.650.44
HSV20°79°72°
CMYK 0.000.530.79   0.28
XYZ23.541617.15323.9896
Yxy17.15320.52680.3839
Hunter Lab41.416428.982823.2802
CIE-Lab48.452536.192044.6967

#b85727 color RGB value is (184,87,39).

#b85727 hex color red value is 184, green value is 87 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b85727 hue: 0.06 , saturation: 0.65 and the lightness value of b85727 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 00100111
Octal 270 127 47
Decimal 184 87 39
Hex B8 57 27

RGB Percentages of Color #b85727

%59.35
%28.06
%12.58

CMYK Percentages of Color #b85727

%0
%53
%79
%28

Triadic Colors of #b85727

#b85727 #27b857 #5727b8

Analogous Colors of #b85727

#b85727 #b8a027 #b8273f

Monochromatic Colors of #b85727

#b85727

Complementary Color

#b85727 #2788b8

#b85727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85727 Color CSS Codes

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

#b85727 Text Font Color

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

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


#b85727 Background Color

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

This div background color is #b85727


#b85727 Border Color

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

This div border color is #b85727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85727


Comments

No comments written yet.

Please login to write comment.