Color Hex Logo

#b85527 Color Hex

#B85527
(184,85,39)
0 Favorites   0 Comments

Color spaces of #b85527

RGB 1848539
HSL0.050.650.44
HSV19°79°72°
CMYK 0.000.540.79   0.28
XYZ23.381916.83383.9363
Yxy16.83380.52960.3813
Hunter Lab41.029029.924023.0321
CIE-Lab48.049937.215544.2998

#b85527 color RGB value is (184,85,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 00100111
Octal 270 125 47
Decimal 184 85 39
Hex B8 55 27

RGB Percentages of Color #b85527

%59.74
%27.60
%12.66

CMYK Percentages of Color #b85527

%0
%54
%79
%28

Triadic Colors of #b85527

#b85527 #27b855 #5527b8

Analogous Colors of #b85527

#b85527 #b89e27 #b82741

Monochromatic Colors of #b85527

#b85527

Complementary Color

#b85527 #278ab8

#b85527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85527 Color CSS Codes

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

#b85527 Text Font Color

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

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


#b85527 Background Color

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

This div background color is #b85527


#b85527 Border Color

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

This div border color is #b85527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85527


Comments

No comments written yet.

Please login to write comment.