Color Hex Logo

#b55134 Color Hex

#B55134
(181,81,52)
0 Favorites   0 Comments

Color spaces of #b55134

RGB 1818152
HSL0.040.550.46
HSV13°71°71°
CMYK 0.000.550.71   0.29
XYZ22.618315.95655.1366
Yxy15.95650.51740.3650
Hunter Lab39.945631.166920.3378
CIE-Lab46.917438.649036.2120

#b55134 color RGB value is (181,81,52).

#b55134 hex color red value is 181, green value is 81 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b55134 hue: 0.04 , saturation: 0.55 and the lightness value of b55134 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 00110100
Octal 265 121 64
Decimal 181 81 52
Hex B5 51 34

RGB Percentages of Color #b55134

%57.64
%25.80
%16.56

CMYK Percentages of Color #b55134

%0
%55
%71
%29

Triadic Colors of #b55134

#b55134 #34b551 #5134b5

Analogous Colors of #b55134

#b55134 #b59234 #b53457

Monochromatic Colors of #b55134

#b55134

Complementary Color

#b55134 #3498b5

#b55134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55134 Color CSS Codes

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

#b55134 Text Font Color

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

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


#b55134 Background Color

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

This div background color is #b55134


#b55134 Border Color

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

This div border color is #b55134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55134


Comments

No comments written yet.

Please login to write comment.