Color Hex Logo

#b15228 Color Hex

#B15228
(177,82,40)
0 Favorites   0 Comments

Color spaces of #b15228

RGB 1778240
HSL0.050.630.43
HSV18°77°69°
CMYK 0.000.540.77   0.31
XYZ21.531815.53493.8712
Yxy15.53490.52600.3795
Hunter Lab39.414328.538321.7667
CIE-Lab46.358336.015941.7497

#b15228 color RGB value is (177,82,40).

#b15228 hex color red value is 177, green value is 82 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b15228 hue: 0.05 , saturation: 0.63 and the lightness value of b15228 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010010 00101000
Octal 261 122 50
Decimal 177 82 40
Hex B1 52 28

RGB Percentages of Color #b15228

%59.20
%27.42
%13.38

CMYK Percentages of Color #b15228

%0
%54
%77
%31

Triadic Colors of #b15228

#b15228 #28b152 #5228b1

Analogous Colors of #b15228

#b15228 #b19728 #b12842

Monochromatic Colors of #b15228

#b15228

Complementary Color

#b15228 #2887b1

#b15228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15228 Color CSS Codes

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

#b15228 Text Font Color

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

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


#b15228 Background Color

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

This div background color is #b15228


#b15228 Border Color

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

This div border color is #b15228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15228


Comments

No comments written yet.

Please login to write comment.