Color Hex Logo

#b15d49 Color Hex

#B15D49
(177,93,73)
0 Favorites   0 Comments

Color spaces of #b15d49

RGB 1779373
HSL0.030.420.49
HSV12°59°69°
CMYK 0.000.470.59   0.31
XYZ23.248417.65698.4861
Yxy17.65690.47070.3575
Hunter Lab42.020125.223217.4403
CIE-Lab49.077332.189926.7718

#b15d49 color RGB value is (177,93,73).

#b15d49 hex color red value is 177, green value is 93 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b15d49 hue: 0.03 , saturation: 0.42 and the lightness value of b15d49 is 0.49.

The process color (four color CMYK) of #b15d49 color hex is 0.00, 0.47, 0.59, 0.31. Web safe color of #b15d49 is #996633. Color #b15d49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 01001001
Octal 261 135 111
Decimal 177 93 73
Hex B1 5D 49

RGB Percentages of Color #b15d49

%51.60
%27.11
%21.28

CMYK Percentages of Color #b15d49

%0
%47
%59
%31

Triadic Colors of #b15d49

#b15d49 #49b15d #5d49b1

Analogous Colors of #b15d49

#b15d49 #b19149 #b14969

Monochromatic Colors of #b15d49

#b15d49

Complementary Color

#b15d49 #499db1

#b15d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15d49 Color CSS Codes

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

#b15d49 Text Font Color

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

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


#b15d49 Background Color

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

This div background color is #b15d49


#b15d49 Border Color

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

This div border color is #b15d49


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,93,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15d49


Comments

No comments written yet.

Please login to write comment.