Color Hex Logo

#b1872c Color Hex

#B1872C
(177,135,44)
0 Favorites   0 Comments

Color spaces of #b1872c

RGB 17713544
HSL0.110.600.43
HSV41°75°69°
CMYK 0.000.240.75   0.31
XYZ27.250126.85696.1305
Yxy26.85690.45240.4459
Hunter Lab51.82363.168229.2628
CIE-Lab58.84167.102452.3821

#b1872c color RGB value is (177,135,44).

#b1872c hex color red value is 177, green value is 135 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b1872c hue: 0.11 , saturation: 0.60 and the lightness value of b1872c is 0.43.

The process color (four color CMYK) of #b1872c color hex is 0.00, 0.24, 0.75, 0.31. Web safe color of #b1872c is #999933. Color #b1872c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 00101100
Octal 261 207 54
Decimal 177 135 44
Hex B1 87 2C

RGB Percentages of Color #b1872c

%49.72
%37.92
%12.36

CMYK Percentages of Color #b1872c

%0
%24
%75
%31

Triadic Colors of #b1872c

#b1872c #2cb187 #872cb1

Analogous Colors of #b1872c

#b1872c #99b12c #b1442c

Monochromatic Colors of #b1872c

#b1872c

Complementary Color

#b1872c #2c56b1

#b1872c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1872c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1872c Color CSS Codes

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

#b1872c Text Font Color

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

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


#b1872c Background Color

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

This div background color is #b1872c


#b1872c Border Color

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

This div border color is #b1872c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1872c


Comments

No comments written yet.

Please login to write comment.