Color Hex Logo

#b55139 Color Hex

#B55139
(181,81,57)
0 Favorites   0 Comments

Color spaces of #b55139

RGB 1818157
HSL0.030.520.47
HSV12°69°71°
CMYK 0.000.550.69   0.29
XYZ22.737016.00405.7616
Yxy16.00400.51090.3596
Hunter Lab40.005031.442419.4644
CIE-Lab46.979738.921233.5000

#b55139 color RGB value is (181,81,57).

#b55139 hex color red value is 181, green value is 81 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b55139 hue: 0.03 , saturation: 0.52 and the lightness value of b55139 is 0.47.

The process color (four color CMYK) of #b55139 color hex is 0.00, 0.55, 0.69, 0.29. Web safe color of #b55139 is #cc6633. Color #b55139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 00111001
Octal 265 121 71
Decimal 181 81 57
Hex B5 51 39

RGB Percentages of Color #b55139

%56.74
%25.39
%17.87

CMYK Percentages of Color #b55139

%0
%55
%69
%29

Triadic Colors of #b55139

#b55139 #39b551 #5139b5

Analogous Colors of #b55139

#b55139 #b58f39 #b5395f

Monochromatic Colors of #b55139

#b55139

Complementary Color

#b55139 #399db5

#b55139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55139 Color CSS Codes

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

#b55139 Text Font Color

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

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


#b55139 Background Color

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

This div background color is #b55139


#b55139 Border Color

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

This div border color is #b55139


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,81,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55139; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55139;
  -webkit-box-shadow: 1px 1px 3px 2px #b55139;
  box-shadow:         1px 1px 3px 2px #b55139; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,81,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55139


Comments

No comments written yet.

Please login to write comment.