COLOR #B4871C

HEX: #B4871C
RGB: (180,135,28)

Color info

#B4871C contains mainly red and green colors. Web safe color of #B4871C is #CC9933 (or #C93).

RGB color model

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

  • red value is 180;
  • green value is 135;
  • blue value is 28.
RGB:
(180,135,28)
(71%,53%,11%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 28 of 255 = 11%

180
135
28

R + G + B ~ 45%. #B4871C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 28 = 343 (100%)
R 180 of 343 ~ 52.48%
G 135 of 343 ~ 39.36%
B 28 of 343 ~ 8.16%

%52.48
%39.36

CMYK color model

#B4871C color CMYK value is (0,25,84,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 84.44%
  • key color value is 29.41%
CMYK:
(0,25,84,29)
C0M25Y84K29 
(0%,25%,84%,29%)
(0.00/0.25/0.84/0.29)	

CMYK percentages

%0
%25
%84.44
%29.41

Codes

Color #B4871C in popluar color models

B4871C
RGB18013528
HSL42°73.08%40.78%
HSB/HSV42°84.44%70.59%
CMYK0.00%25.00%84.44%
29.41%

Color #B4871C in popluar number systems.

HEXB4871C
Decimal18013528
Binary101101001000011111100
Octal26420734

Shades and tints

Shades of #B4871C

#B4871C
(180,135,28)
#A47B1A
(164,123,26)
#946F18
(148,111,24)
#846316
(132,99,22)
#745714
(116,87,20)
#644B12
(100,75,18)
#543F10
(84,63,16)
#44330E
(68,51,14)
#34270C
(52,39,12)
#241B0A
(36,27,10)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #B4871C

#B4871C
(180,135,28)
#BA9130
(186,145,48)
#C09B44
(192,155,68)
#C6A558
(198,165,88)
#CCAF6C
(204,175,108)
#D2B980
(210,185,128)
#D8C394
(216,195,148)
#DECDA8
(222,205,168)
#E4D7BC
(228,215,188)
#EAE1D0
(234,225,208)
#F0EBE4
(240,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4871C color. Also use rgb(180,135,28) instead hex code.

Text Font Color

.myTextColor { color: #B4871C; }

<p style="color:#B4871C">This sample text font color is #B4871C.</p>

This text font color is #B4871C.


Background Color

.myBgColor { background-color: #B4871C; }

<div style="background-color:#B4871C">Inner text</div>

This div background color is #B4871C.


Border color

.myBorderColor { border: 1px solid #B4871C; }

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

This div border color is #B4871C.


Opacity

.myOpacity80 { color: #B4871C; opacity: 0.8; }

<p style="color:#B4871C;opacity:0.8;">80%</p>

Text with #B4871C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4871C;}

<p style="text-shadow: 3px 3px 1px #B4871C">Text here.</p>

This text has shadow with #B4871C color.

.textShadow {text-shadow: 3px 3px 1px #B4871C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4871C, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4871C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4871C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4871C, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4871C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4871C;
  -webkit-box-shadow:	1px 1px 3px 2px #B4871C;
  box-shadow:		1px 1px 3px 2px #B4871C;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #B4871C on black background.


Color preview on white background

This text has color #B4871C on white background.



Black color preview on #B4871C background

This text has black color on #B4871C background.


White color preview on #B4871C background

This text has white color on #B4871C background.