COLOR #B28120

HEX: #B28120
RGB: (178,129,32)

Color info

#B28120 contains mainly red and green colors. Web safe color of #B28120 is #999933 (or #993).

RGB color model

#B28120 color RGB value is (178,129,32).

  • red value is 178;
  • green value is 129;
  • blue value is 32.
RGB:
(178,129,32)
(70%,51%,13%)

RGB channels and saturation

R 178 of 255 = 70%
G 129 of 255 = 51%
B 32 of 255 = 13%

178
129
32

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

Portions of RGB colors in percentages

R + G + B =
178 + 129 + 32 = 339 (100%)
R 178 of 339 ~ 52.51%
G 129 of 339 ~ 38.05%
B 32 of 339 ~ 9.44%

%52.51
%38.05

CMYK color model

#B28120 color CMYK value is (0,28,82,30).

  • cyan value is 0.00%
  • magenta value is 27.53%
  • yellow value is 82.02%
  • key color value is 30.20%
CMYK:
(0,28,82,30)
C0M28Y82K30 
(0%,28%,82%,30%)
(0.00/0.28/0.82/0.30)	

CMYK percentages

%0
%27.53
%82.02
%30.2

Codes

Color #B28120 in popluar color models

B28120
RGB17812932
HSL40°69.52%41.18%
HSB/HSV40°82.02%69.80%
CMYK0.00%27.53%82.02%
30.20%

Color #B28120 in popluar number systems.

HEXB28120
Decimal17812932
Binary1011001010000001100000
Octal26220140

Shades and tints

Shades of #B28120

#B28120
(178,129,32)
#A2761E
(162,118,30)
#926B1C
(146,107,28)
#82601A
(130,96,26)
#725518
(114,85,24)
#624A16
(98,74,22)
#523F14
(82,63,20)
#423412
(66,52,18)
#322910
(50,41,16)
#221E0E
(34,30,14)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #B28120

#B28120
(178,129,32)
#B98C34
(185,140,52)
#C09748
(192,151,72)
#C7A25C
(199,162,92)
#CEAD70
(206,173,112)
#D5B884
(213,184,132)
#DCC398
(220,195,152)
#E3CEAC
(227,206,172)
#EAD9C0
(234,217,192)
#F1E4D4
(241,228,212)
#F8EFE8
(248,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28120 color. Also use rgb(178,129,32) instead hex code.

Text Font Color

.myTextColor { color: #B28120; }

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

This text font color is #B28120.


Background Color

.myBgColor { background-color: #B28120; }

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

This div background color is #B28120.


Border color

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

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

This div border color is #B28120.


Opacity

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

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

Text with #B28120 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 #B28120;}

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

This text has shadow with #B28120 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B28120;
-webkit-box-shadow: 1px 1px 3px 2px #B28120;
box-shadow:1px 1px 3px 2px #B28120;">
Div content here</div>
This div box has shadow with color #B28120.

Preview

Color preview on black background

This text has color #B28120 on black background.


Color preview on white background

This text has color #B28120 on white background.



Black color preview on #B28120 background

This text has black color on #B28120 background.


White color preview on #B28120 background

This text has white color on #B28120 background.