Color Hex Logo

#b4871c Color Hex

#B4871C
(180,135,28)
0 Favorites   0 Comments

Color spaces of #b4871c

RGB 18013528
HSL0.120.730.41
HSV42°84°71°
CMYK 0.000.250.84   0.29
XYZ27.696027.11514.8726
Yxy27.11510.46400.4543
Hunter Lab52.07223.813830.9025
CIE-Lab59.08077.860558.4432

#b4871c color RGB value is (180,135,28).

#b4871c hex color red value is 180, green value is 135 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b4871c hue: 0.12 , saturation: 0.73 and the lightness value of b4871c is 0.41.

The process color (four color CMYK) of #b4871c color hex is 0.00, 0.25, 0.84, 0.29. Web safe color of #b4871c is #cc9933. Color #b4871c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 00011100
Octal 264 207 34
Decimal 180 135 28
Hex B4 87 1C

RGB Percentages of Color #b4871c

%52.48
%39.36
%8.16

CMYK Percentages of Color #b4871c

%0
%25
%84
%29

Triadic Colors of #b4871c

#b4871c #1cb487 #871cb4

Analogous Colors of #b4871c

#b4871c #95b41c #b43b1c

Monochromatic Colors of #b4871c

#b4871c

Complementary Color

#b4871c #1c49b4

#b4871c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4871c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4871c Color CSS Codes

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

#b4871c Text Font Color

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

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


#b4871c Background Color

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

This div background color is #b4871c


#b4871c Border Color

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

This div border color is #b4871c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4871c


Comments

No comments written yet.

Please login to write comment.