Color Hex Logo

#b15134 Color Hex

#B15134
(177,81,52)
0 Favorites   0 Comments

Color spaces of #b15134

RGB 1778152
HSL0.040.550.45
HSV14°71°69°
CMYK 0.000.540.71   0.31
XYZ21.693715.47995.0933
Yxy15.47990.51330.3662
Hunter Lab39.344529.568119.8658
CIE-Lab46.284637.095635.3247

#b15134 color RGB value is (177,81,52).

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

The process color (four color CMYK) of #b15134 color hex is 0.00, 0.54, 0.71, 0.31. Web safe color of #b15134 is #996633. Color #b15134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010001 00110100
Octal 261 121 64
Decimal 177 81 52
Hex B1 51 34

RGB Percentages of Color #b15134

%57.10
%26.13
%16.77

CMYK Percentages of Color #b15134

%0
%54
%71
%31

Triadic Colors of #b15134

#b15134 #34b151 #5134b1

Analogous Colors of #b15134

#b15134 #b19034 #b13456

Monochromatic Colors of #b15134

#b15134

Complementary Color

#b15134 #3494b1

#b15134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15134 Color CSS Codes

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

#b15134 Text Font Color

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

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


#b15134 Background Color

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

This div background color is #b15134


#b15134 Border Color

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

This div border color is #b15134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15134


Comments

No comments written yet.

Please login to write comment.